Enable all experimental web platform features on all testsuites (#36519)

This affects the following testsuites:
 - tests/wpt/tests/
 - tests/wpt/mozilla/tests/
 - tests/wpt/webgl/tests/
 - tests/wpt/webgpu/tests/

Testing: Several tests improve
This is part of #36315

Signed-off-by: Oriol Brufau <obrufau@igalia.com>
This commit is contained in:
Oriol Brufau 2025-04-14 11:33:38 -07:00 committed by GitHub
parent c7502a99f0
commit 428e8f7dd8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
22 changed files with 170 additions and 4078 deletions

View file

@ -23,18 +23,12 @@
[MouseEvent interface: calling getModifierState(DOMString) on new MouseEvent("event") with too few arguments must throw TypeError]
expected: FAIL
[UIEvent interface: new MouseEvent("event") must inherit property "which" with the proper type]
expected: FAIL
[MouseEvent interface: new WheelEvent("event") must inherit property "getModifierState(DOMString)" with the proper type]
expected: FAIL
[MouseEvent interface: calling getModifierState(DOMString) on new WheelEvent("event") with too few arguments must throw TypeError]
expected: FAIL
[UIEvent interface: new WheelEvent("event") must inherit property "which" with the proper type]
expected: FAIL
[InputEvent interface: attribute inputType]
expected: FAIL