gecko-dev/testing/web-platform/meta/shadow-dom/event-composed.html.ini
Stone Shih d6d8e15ec0 Bug 1292063 - Part 5: Update the meta file of shadow-dom/event-composed.html. r=smaug
--HG--
extra : rebase_source : 306531d139598d4f9ddbdb0a4c378e417cf450fa
2016-09-20 10:31:03 +08:00

24 lines
568 B
INI

[event-composed.html]
type: testharness
[An event should be scoped by default]
expected: FAIL
[An event should not be scoped if composed is specified]
expected: FAIL
[A synthetic MouseEvent should be scoped by default]
expected: FAIL
[A synthetic MouseEvent with composed=true should not be scoped]
expected: FAIL
[A synthetic FocusEvent should be scoped by default]
expected: FAIL
[A synthetic FocusEvent with composed=true should not be scoped]
expected: FAIL
[A UA click event should not be scoped]
expected: FAIL