diff options
Diffstat (limited to 'testing/web-platform/meta/html/semantics/popovers/toggleevent-interface.tentative.html.ini')
-rw-r--r-- | testing/web-platform/meta/html/semantics/popovers/toggleevent-interface.tentative.html.ini | 113 |
1 files changed, 113 insertions, 0 deletions
diff --git a/testing/web-platform/meta/html/semantics/popovers/toggleevent-interface.tentative.html.ini b/testing/web-platform/meta/html/semantics/popovers/toggleevent-interface.tentative.html.ini new file mode 100644 index 0000000000..1e4a2f8041 --- /dev/null +++ b/testing/web-platform/meta/html/semantics/popovers/toggleevent-interface.tentative.html.ini @@ -0,0 +1,113 @@ +[toggleevent-interface.tentative.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + [the event is an instance of BeforeToggleEvent] + expected: FAIL + + [the event inherts from Event] + expected: FAIL + + [Missing type argument] + expected: FAIL + + [type argument is string] + expected: FAIL + + [type argument is null] + expected: FAIL + + [event type set to undefined] + expected: FAIL + + [currentState has default value of empty string] + expected: FAIL + + [currentState is readonly] + expected: FAIL + + [newState has default value of empty string] + expected: FAIL + + [newState is readonly] + expected: FAIL + + [BeforeToggleEventInit argument is null] + expected: FAIL + + [BeforeToggleEventInit argument is undefined] + expected: FAIL + + [BeforeToggleEventInit argument is empty dictionary] + expected: FAIL + + [currentState set to 'sample'] + expected: FAIL + + [currentState set to undefined] + expected: FAIL + + [currentState set to null] + expected: FAIL + + [currentState set to false] + expected: FAIL + + [currentState set to true] + expected: FAIL + + [currentState set to a number] + expected: FAIL + + [currentState set to [\]] + expected: FAIL + + [currentState set to [1, 2, 3\]] + expected: FAIL + + [currentState set to an object] + expected: FAIL + + [currentState set to an object with a valueOf function] + expected: FAIL + + [BeforeToggleEventInit properties set value] + expected: FAIL + + [BeforeToggleEventInit properties set value 2] + expected: FAIL + + [BeforeToggleEventInit properties set value 3] + expected: FAIL + + [BeforeToggleEventInit properties set value 4] + expected: FAIL + + [newState set to 'sample'] + expected: FAIL + + [newState set to undefined] + expected: FAIL + + [newState set to null] + expected: FAIL + + [newState set to false] + expected: FAIL + + [newState set to true] + expected: FAIL + + [newState set to a number] + expected: FAIL + + [newState set to [\]] + expected: FAIL + + [newState set to [1, 2, 3\]] + expected: FAIL + + [newState set to an object] + expected: FAIL + + [newState set to an object with a valueOf function] + expected: FAIL |