Summary

Harness status: OK

Found 9 tests

Details

ResultTest NameMessage
PassUnspecified synthetic copy event should not be composed.
Asserts run
Pass
assert_false(false, "synthetic copy event is untrusted")
    at Test.<anonymous> ( /clipboard-apis/clipboard-events-synthetic.html:15:7)
Pass
assert_equals(false, false, "composed flag should be false")
    at Test.<anonymous> ( /clipboard-apis/clipboard-events-synthetic.html:16:7)
PassSynthetic copy event can be explicitly composed.
Asserts run
Pass
assert_false(false, "synthetic copy event is untrusted")
    at Test.<anonymous> ( /clipboard-apis/clipboard-events-synthetic.html:15:7)
Pass
assert_equals(true, true, "composed flag should be true")
    at Test.<anonymous> ( /clipboard-apis/clipboard-events-synthetic.html:16:7)
PassSynthetic copy event can be explicitly uncomposed.
Asserts run
Pass
assert_false(false, "synthetic copy event is untrusted")
    at Test.<anonymous> ( /clipboard-apis/clipboard-events-synthetic.html:15:7)
Pass
assert_equals(false, false, "composed flag should be false")
    at Test.<anonymous> ( /clipboard-apis/clipboard-events-synthetic.html:16:7)
PassUnspecified synthetic cut event should not be composed.
Asserts run
Pass
assert_false(false, "synthetic cut event is untrusted")
    at Test.<anonymous> ( /clipboard-apis/clipboard-events-synthetic.html:15:7)
Pass
assert_equals(false, false, "composed flag should be false")
    at Test.<anonymous> ( /clipboard-apis/clipboard-events-synthetic.html:16:7)
PassSynthetic cut event can be explicitly composed.
Asserts run
Pass
assert_false(false, "synthetic cut event is untrusted")
    at Test.<anonymous> ( /clipboard-apis/clipboard-events-synthetic.html:15:7)
Pass
assert_equals(true, true, "composed flag should be true")
    at Test.<anonymous> ( /clipboard-apis/clipboard-events-synthetic.html:16:7)
PassSynthetic cut event can be explicitly uncomposed.
Asserts run
Pass
assert_false(false, "synthetic cut event is untrusted")
    at Test.<anonymous> ( /clipboard-apis/clipboard-events-synthetic.html:15:7)
Pass
assert_equals(false, false, "composed flag should be false")
    at Test.<anonymous> ( /clipboard-apis/clipboard-events-synthetic.html:16:7)
PassUnspecified synthetic paste event should not be composed.
Asserts run
Pass
assert_false(false, "synthetic paste event is untrusted")
    at Test.<anonymous> ( /clipboard-apis/clipboard-events-synthetic.html:15:7)
Pass
assert_equals(false, false, "composed flag should be false")
    at Test.<anonymous> ( /clipboard-apis/clipboard-events-synthetic.html:16:7)
PassSynthetic paste event can be explicitly composed.
Asserts run
Pass
assert_false(false, "synthetic paste event is untrusted")
    at Test.<anonymous> ( /clipboard-apis/clipboard-events-synthetic.html:15:7)
Pass
assert_equals(true, true, "composed flag should be true")
    at Test.<anonymous> ( /clipboard-apis/clipboard-events-synthetic.html:16:7)
PassSynthetic paste event can be explicitly uncomposed.
Asserts run
Pass
assert_false(false, "synthetic paste event is untrusted")
    at Test.<anonymous> ( /clipboard-apis/clipboard-events-synthetic.html:15:7)
Pass
assert_equals(false, false, "composed flag should be false")
    at Test.<anonymous> ( /clipboard-apis/clipboard-events-synthetic.html:16:7)