Sync WPT with upstream (03-03-2024) (#31482)

* Update web-platform-tests to revision b'1b88c8bd56a924f9865daa15834d444c55dd7327'

* Update expectations

---------

Co-authored-by: sagudev <16504129+sagudev@users.noreply.github.com>
This commit is contained in:
Servo WPT Sync 2024-03-03 04:03:40 -05:00 committed by GitHub
parent 50fdb82246
commit 845f503c34
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
1851 changed files with 18054 additions and 63556 deletions

View file

@ -172,3 +172,57 @@
[MouseEvent interface: new WheelEvent("event") must inherit property "layerY" with the proper type]
expected: FAIL
[TextEvent interface: existence and properties of interface object]
expected: FAIL
[TextEvent interface object length]
expected: FAIL
[TextEvent interface object name]
expected: FAIL
[TextEvent interface: existence and properties of interface prototype object]
expected: FAIL
[TextEvent interface: existence and properties of interface prototype object's "constructor" property]
expected: FAIL
[TextEvent interface: existence and properties of interface prototype object's @@unscopables property]
expected: FAIL
[TextEvent interface: attribute data]
expected: FAIL
[TextEvent interface: operation initTextEvent(DOMString, optional boolean, optional boolean, optional Window?, optional DOMString)]
expected: FAIL
[TextEvent must be primary interface of (() => { const ev = document.createEvent("TextEvent"); ev.initTextEvent("event"); return ev; })()]
expected: FAIL
[Stringification of (() => { const ev = document.createEvent("TextEvent"); ev.initTextEvent("event"); return ev; })()]
expected: FAIL
[TextEvent interface: (() => { const ev = document.createEvent("TextEvent"); ev.initTextEvent("event"); return ev; })() must inherit property "data" with the proper type]
expected: FAIL
[TextEvent interface: (() => { const ev = document.createEvent("TextEvent"); ev.initTextEvent("event"); return ev; })() must inherit property "initTextEvent(DOMString, optional boolean, optional boolean, optional Window?, optional DOMString)" with the proper type]
expected: FAIL
[TextEvent interface: calling initTextEvent(DOMString, optional boolean, optional boolean, optional Window?, optional DOMString) on (() => { const ev = document.createEvent("TextEvent"); ev.initTextEvent("event"); return ev; })() with too few arguments must throw TypeError]
expected: FAIL
[UIEvent interface: (() => { const ev = document.createEvent("TextEvent"); ev.initTextEvent("event"); return ev; })() must inherit property "view" with the proper type]
expected: FAIL
[UIEvent interface: (() => { const ev = document.createEvent("TextEvent"); ev.initTextEvent("event"); return ev; })() must inherit property "detail" with the proper type]
expected: FAIL
[UIEvent interface: (() => { const ev = document.createEvent("TextEvent"); ev.initTextEvent("event"); return ev; })() must inherit property "initUIEvent(DOMString, optional boolean, optional boolean, optional Window?, optional long)" with the proper type]
expected: FAIL
[UIEvent interface: calling initUIEvent(DOMString, optional boolean, optional boolean, optional Window?, optional long) on (() => { const ev = document.createEvent("TextEvent"); ev.initTextEvent("event"); return ev; })() with too few arguments must throw TypeError]
expected: FAIL
[UIEvent interface: (() => { const ev = document.createEvent("TextEvent"); ev.initTextEvent("event"); return ev; })() must inherit property "which" with the proper type]
expected: FAIL