Pass | Unspecified synthetic copy event should not be composed. | Asserts runPass | 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) |
|
Pass | Synthetic copy event can be explicitly composed. | Asserts runPass | 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) |
|
Pass | Synthetic copy event can be explicitly uncomposed. | Asserts runPass | 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) |
|
Pass | Unspecified synthetic cut event should not be composed. | Asserts runPass | 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) |
|
Pass | Synthetic cut event can be explicitly composed. | Asserts runPass | 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) |
|
Pass | Synthetic cut event can be explicitly uncomposed. | Asserts runPass | 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) |
|
Pass | Unspecified synthetic paste event should not be composed. | Asserts runPass | 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) |
|
Pass | Synthetic paste event can be explicitly composed. | Asserts runPass | 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) |
|
Pass | Synthetic paste event can be explicitly uncomposed. | Asserts runPass | 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) |
|