You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: LayoutTests/imported/w3c/web-platform-tests/html/semantics/invokers/idlharness.tentative-expected.txt
+12-12
Original file line number
Diff line number
Diff line change
@@ -5,16 +5,16 @@ PASS Element includes ParentNode: member names are unique
5
5
PASS Element includes NonDocumentTypeChildNode: member names are unique
6
6
PASS Element includes ChildNode: member names are unique
7
7
PASS Element includes Slottable: member names are unique
8
-
FAIL CommandEvent interface: existence and properties of interface object assert_own_property: self does not have own property "CommandEvent" expected property "CommandEvent" missing
9
-
FAIL CommandEvent interface object length assert_own_property: self does not have own property "CommandEvent" expected property "CommandEvent" missing
10
-
FAIL CommandEvent interface object name assert_own_property: self does not have own property "CommandEvent" expected property "CommandEvent" missing
11
-
FAIL CommandEvent interface: existence and properties of interface prototype object assert_own_property: self does not have own property "CommandEvent" expected property "CommandEvent" missing
12
-
FAIL CommandEvent interface: existence and properties of interface prototype object's "constructor" property assert_own_property: self does not have own property "CommandEvent" expected property "CommandEvent" missing
13
-
FAIL CommandEvent interface: existence and properties of interface prototype object's @@unscopables property assert_own_property: self does not have own property "CommandEvent" expected property "CommandEvent" missing
14
-
FAIL CommandEvent interface: attribute invoker assert_own_property: self does not have own property "CommandEvent" expected property "CommandEvent" missing
15
-
FAIL CommandEvent interface: attribute command assert_own_property: self does not have own property "CommandEvent" expected property "CommandEvent" missing
16
-
FAIL CommandEvent must be primary interface of new CommandEvent("invoke") assert_equals: Unexpected exception when evaluating object expected null but got object "ReferenceError: Can't find variable: CommandEvent"
17
-
FAIL Stringification of new CommandEvent("invoke") assert_equals: Unexpected exception when evaluating object expected null but got object "ReferenceError: Can't find variable: CommandEvent"
18
-
FAIL CommandEvent interface: new CommandEvent("invoke") must inherit property "invoker" with the proper type assert_equals: Unexpected exception when evaluating object expected null but got object "ReferenceError: Can't find variable: CommandEvent"
19
-
FAIL CommandEvent interface: new CommandEvent("invoke") must inherit property "command" with the proper type assert_equals: Unexpected exception when evaluating object expected null but got object "ReferenceError: Can't find variable: CommandEvent"
8
+
PASS CommandEvent interface: existence and properties of interface object
9
+
PASS CommandEvent interface object length
10
+
PASS CommandEvent interface object name
11
+
PASS CommandEvent interface: existence and properties of interface prototype object
12
+
PASS CommandEvent interface: existence and properties of interface prototype object's "constructor" property
13
+
PASS CommandEvent interface: existence and properties of interface prototype object's @@unscopables property
14
+
PASS CommandEvent interface: attribute invoker
15
+
PASS CommandEvent interface: attribute command
16
+
PASS CommandEvent must be primary interface of new CommandEvent("invoke")
17
+
PASS Stringification of new CommandEvent("invoke")
18
+
PASS CommandEvent interface: new CommandEvent("invoke") must inherit property "invoker" with the proper type
19
+
PASS CommandEvent interface: new CommandEvent("invoke") must inherit property "command" with the proper type
FAIL commandForElement reflects invokee HTML element assert_equals: expected (object) Element node <div id="invokee"></div> but got (undefined) undefined
4
-
FAIL commandForElement reflects set value assert_equals: expected "" but got "invokee"
5
-
FAIL commandForElement reflects set value across shadow root into light dom assert_equals: expected "" but got "invokee"
6
-
FAIL commandForElement does not reflect set value inside shadowroot assert_equals: expected null but got Element node <div></div>
7
-
FAIL commandForElement throws error on assignment of non Element assert_throws_js: commandForElement attribute must be an instance of Element function "function () {
8
-
invoker.commandForElement = {};
9
-
}" did not throw
10
-
FAIL command reflects '' when attribute empty, setAttribute version assert_equals: expected (string) "" but got (undefined) undefined
11
-
FAIL command reflects same casing assert_equals: expected "fooBarBaz" but got ""
3
+
PASS commandForElement reflects invokee HTML element
4
+
PASS commandForElement reflects set value
5
+
PASS commandForElement reflects set value across shadow root into light dom
6
+
PASS commandForElement does not reflect set value inside shadowroot
7
+
PASS commandForElement throws error on assignment of non Element
8
+
PASS command reflects '' when attribute empty, setAttribute version
9
+
PASS command reflects same casing
12
10
PASS command reflects '' when attribute empty, IDL version
13
-
FAIL command reflects tostring value assert_equals: expected "1,2,3" but got ""
14
-
FAIL command reflects '' when attribute set to [] assert_equals: expected (string) "" but got (object) []
15
-
FAIL command reflects tostring value 2 assert_equals: expected (string) "[object Object]" but got (object) object "[object Object]"
FAIL event dispatches on click promise_test: Unhandled rejection with value: object "ReferenceError: Can't find variable: CommandEvent"
4
-
FAIL setting custom command property to -foo (must include dash) sets event command promise_test: Unhandled rejection with value: object "ReferenceError: Can't find variable: CommandEvent"
5
-
FAIL setting custom command attribute to -foo (must include dash) sets event command promise_test: Unhandled rejection with value: object "ReferenceError: Can't find variable: CommandEvent"
6
-
FAIL setting custom command property to foo- (must include dash) sets event command promise_test: Unhandled rejection with value: object "ReferenceError: Can't find variable: CommandEvent"
7
-
FAIL setting custom command attribute to foo- (must include dash) sets event command promise_test: Unhandled rejection with value: object "ReferenceError: Can't find variable: CommandEvent"
8
-
FAIL setting custom command property to cAsE-cArRiEs (must include dash) sets event command promise_test: Unhandled rejection with value: object "ReferenceError: Can't find variable: CommandEvent"
9
-
FAIL setting custom command attribute to cAsE-cArRiEs (must include dash) sets event command promise_test: Unhandled rejection with value: object "ReferenceError: Can't find variable: CommandEvent"
10
-
FAIL setting custom command property to - (must include dash) sets event command promise_test: Unhandled rejection with value: object "ReferenceError: Can't find variable: CommandEvent"
11
-
FAIL setting custom command attribute to - (must include dash) sets event command promise_test: Unhandled rejection with value: object "ReferenceError: Can't find variable: CommandEvent"
12
-
FAIL setting custom command property to -a- (must include dash) sets event command promise_test: Unhandled rejection with value: object "ReferenceError: Can't find variable: CommandEvent"
13
-
FAIL setting custom command attribute to -a- (must include dash) sets event command promise_test: Unhandled rejection with value: object "ReferenceError: Can't find variable: CommandEvent"
14
-
FAIL setting custom command property to a-b (must include dash) sets event command promise_test: Unhandled rejection with value: object "ReferenceError: Can't find variable: CommandEvent"
15
-
FAIL setting custom command attribute to a-b (must include dash) sets event command promise_test: Unhandled rejection with value: object "ReferenceError: Can't find variable: CommandEvent"
16
-
FAIL setting custom command property to --- (must include dash) sets event command promise_test: Unhandled rejection with value: object "ReferenceError: Can't find variable: CommandEvent"
17
-
FAIL setting custom command attribute to --- (must include dash) sets event command promise_test: Unhandled rejection with value: object "ReferenceError: Can't find variable: CommandEvent"
18
-
FAIL setting custom command property to show-picker (must include dash) sets event command promise_test: Unhandled rejection with value: object "ReferenceError: Can't find variable: CommandEvent"
19
-
FAIL setting custom command attribute to show-picker (must include dash) sets event command promise_test: Unhandled rejection with value: object "ReferenceError: Can't find variable: CommandEvent"
3
+
PASS event dispatches on click
4
+
PASS setting custom command property to -foo (must include dash) sets event command
5
+
PASS setting custom command attribute to -foo (must include dash) sets event command
6
+
PASS setting custom command property to foo- (must include dash) sets event command
7
+
PASS setting custom command attribute to foo- (must include dash) sets event command
8
+
PASS setting custom command property to cAsE-cArRiEs (must include dash) sets event command
9
+
PASS setting custom command attribute to cAsE-cArRiEs (must include dash) sets event command
10
+
PASS setting custom command property to - (must include dash) sets event command
11
+
PASS setting custom command attribute to - (must include dash) sets event command
12
+
PASS setting custom command property to -a- (must include dash) sets event command
13
+
PASS setting custom command attribute to -a- (must include dash) sets event command
14
+
PASS setting custom command property to a-b (must include dash) sets event command
15
+
PASS setting custom command attribute to a-b (must include dash) sets event command
16
+
PASS setting custom command property to --- (must include dash) sets event command
17
+
PASS setting custom command attribute to --- (must include dash) sets event command
18
+
PASS setting custom command property to show-picker (must include dash) sets event command
19
+
PASS setting custom command attribute to show-picker (must include dash) sets event command
20
20
PASS setting custom command property to foo (no dash) did not dispatch an event
21
21
PASS setting custom command attribute to foo (no dash) did not dispatch an event
22
22
PASS setting custom command property to foobar (no dash) did not dispatch an event
@@ -30,6 +30,6 @@ PASS setting custom command attribute to hidedocument (no dash) did not dispatch
30
30
PASS event does not dispatch if click:preventDefault is called
31
31
PASS event does not dispatch if invoker is disabled
32
32
PASS event does not dispatch if invoker is form associated without `type`
33
-
FAIL event dispatches if invoker is form associated with `type=button` assert_true: event was not called expected true got false
34
-
FAIL event dispatches if invokee is non-HTML Element assert_equals: expected (object) Element node <svg id="svg-invokee"></svg> but got (undefined) undefined
33
+
PASS event dispatches if invoker is form associated with `type=button`
34
+
PASS event dispatches if invokee is non-HTML Element
0 commit comments