blob: 2787f895b603d71d9359ba1504911aa85fdd5383 [file] [log] [blame]
This is a testharness.js-based test.
PASS Test driver
FAIL Document interface: attribute fullscreenEnabled assert_equals: setter must be function for PutForwards, Replaceable, or non-readonly attributes expected "function" but got "undefined"
FAIL Document interface: attribute fullscreen assert_true: The prototype object must have a property "fullscreen" expected true got false
FAIL Document interface: operation exitFullscreen() assert_unreached: Throws "TypeError: Illegal invocation" instead of rejecting promise Reached unreachable code
PASS Document interface: attribute onfullscreenchange
PASS Document interface: attribute onfullscreenerror
FAIL Document interface: attribute fullscreenElement assert_equals: setter must be function for PutForwards, Replaceable, or non-readonly attributes expected "function" but got "undefined"
PASS Document must be primary interface of new Document
PASS Stringification of new Document
PASS Document interface: new Document must inherit property "fullscreenEnabled" with the proper type (29)
FAIL Document interface: new Document must inherit property "fullscreen" with the proper type (30) assert_inherits: property "fullscreen" not found in prototype chain
PASS Document interface: new Document must inherit property "exitFullscreen" with the proper type (31)
PASS Document interface: new Document must inherit property "onfullscreenchange" with the proper type (32)
PASS Document interface: new Document must inherit property "onfullscreenerror" with the proper type (33)
PASS Document interface: new Document must inherit property "fullscreenElement" with the proper type (35)
FAIL ShadowRoot interface: attribute fullscreenElement assert_equals: setter must be function for PutForwards, Replaceable, or non-readonly attributes expected "function" but got "undefined"
FAIL Element interface: operation requestFullscreen() assert_unreached: Throws "TypeError: Illegal invocation" instead of rejecting promise Reached unreachable code
PASS Element must be primary interface of document.createElementNS(null, "test")
PASS Stringification of document.createElementNS(null, "test")
PASS Element interface: document.createElementNS(null, "test") must inherit property "requestFullscreen" with the proper type (34)
Harness: the test ran to completion.