servo/tests/wpt/meta/fullscreen/idlharness.window.js.ini
Samson 68f4b359c5
Add exception to rejection logic in generic_call (#32950)
* exception in JS Promise

Signed-off-by: sagudev <16504129+sagudev@users.noreply.github.com>

* EXCEPTION_TO_REJECTION on generic_call

Signed-off-by: sagudev <16504129+sagudev@users.noreply.github.com>

* PromiseRejectionEvent should handle promise as object

Signed-off-by: sagudev <16504129+sagudev@users.noreply.github.com>

* expectations

Signed-off-by: sagudev <16504129+sagudev@users.noreply.github.com>

---------

Signed-off-by: sagudev <16504129+sagudev@users.noreply.github.com>
2024-08-06 17:12:31 +00:00

28 lines
873 B
INI
Vendored

[idlharness.window.html]
[Document interface: attribute fullscreenEnabled]
expected: FAIL
[Document interface: attribute fullscreen]
expected: FAIL
[Document interface: operation exitFullscreen()]
[Document interface: attribute fullscreenElement]
expected: FAIL
[ShadowRoot interface: attribute fullscreenElement]
expected: FAIL
[Element interface: operation requestFullscreen(optional FullscreenOptions)]
[Element interface: attribute onfullscreenchange]
expected: FAIL
[Element interface: attribute onfullscreenerror]
expected: FAIL
[Element interface: document.createElementNS(null, "test") must inherit property "onfullscreenchange" with the proper type]
expected: FAIL
[Element interface: document.createElementNS(null, "test") must inherit property "onfullscreenerror" with the proper type]
expected: FAIL