Update web-platform-tests to revision b'38623a53d6598cb7aab4be8a810102b352a652df' (#34622)

Signed-off-by: WPT Sync Bot <ghbot+wpt-sync@servo.org>
This commit is contained in:
Servo WPT Sync 2024-12-15 04:52:07 +01:00 committed by GitHub
parent a87a86f4f2
commit a37a9f68b8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
671 changed files with 22362 additions and 3510 deletions

View file

@ -4,3 +4,12 @@
[throws if handleEvent is thruthy and not callable]
expected: FAIL
[looks up handleEvent method on every event dispatch]
expected: FAIL
[doesn't look up handleEvent method on callable event listeners]
expected: FAIL
[rethrows errors when getting handleEvent]
expected: FAIL

View file

@ -1,22 +1,18 @@
[MediaQueryList-addListener-removeListener.html]
expected: TIMEOUT
[listeners are called when <iframe> is resized]
expected: FAIL
[listeners are called correct number of times]
expected: TIMEOUT
expected: FAIL
[listeners are called in order they were added]
expected: NOTRUN
expected: FAIL
[listener that was added twice is called only once]
expected: NOTRUN
expected: FAIL
[listeners are called in order their MQLs were created]
expected: NOTRUN
expected: FAIL
[removing listener from one MQL doesn't remove it from all MQLs]
expected: NOTRUN
[MediaQueryList::removeListener removes added listener]
expected: NOTRUN
expected: FAIL

View file

@ -0,0 +1,12 @@
[MediaQueryList-extends-EventTarget-interop.html]
[listener added with addListener and addEventListener (capture) is called twice]
expected: FAIL
[removeEventListener (capture) doesn't remove listener added with addListener]
expected: FAIL
[removeListener doesn't remove listener added with addEventListener (capture)]
expected: FAIL
[capturing event listener fires before non-capturing listener at target]
expected: FAIL

View file

@ -0,0 +1,9 @@
[MediaQueryList-extends-EventTarget.html]
[onchange removes listener]
expected: FAIL
[listeners for "change" type are called]
expected: FAIL
[addEventListener "once" option is respected]
expected: FAIL

View file

@ -0,0 +1,6 @@
[MediaQueryListEvent.html]
[argument of onchange]
expected: FAIL
[constructor of "change" event]
expected: FAIL

View file

@ -503,3 +503,51 @@
[scrollHeight with negative margins: display: flex; overflow: scroll; direction: rtl; flex-flow: column-reverse wrap-reverse;]
expected: FAIL
[scrollWidth with negative margins: display: flow-root; overflow: visible; direction: ltr; flex-direction: row;]
expected: FAIL
[scrollHeight with negative margins: display: flow-root; overflow: visible; direction: ltr; flex-direction: row;]
expected: FAIL
[scrollWidth with negative margins: display: flow-root; overflow: hidden; direction: ltr; flex-direction: row;]
expected: FAIL
[scrollHeight with negative margins: display: flow-root; overflow: hidden; direction: ltr; flex-direction: row;]
expected: FAIL
[scrollWidth with negative margins: display: flow-root; overflow: auto; direction: ltr; flex-direction: row;]
expected: FAIL
[scrollHeight with negative margins: display: flow-root; overflow: auto; direction: ltr; flex-direction: row;]
expected: FAIL
[scrollWidth with negative margins: display: flow-root; overflow: scroll; direction: ltr; flex-direction: row;]
expected: FAIL
[scrollHeight with negative margins: display: flow-root; overflow: scroll; direction: ltr; flex-direction: row;]
expected: FAIL
[scrollWidth with negative margins: display: flow-root; overflow: visible; direction: rtl; flex-direction: row;]
expected: FAIL
[scrollHeight with negative margins: display: flow-root; overflow: visible; direction: rtl; flex-direction: row;]
expected: FAIL
[scrollWidth with negative margins: display: flow-root; overflow: hidden; direction: rtl; flex-direction: row;]
expected: FAIL
[scrollHeight with negative margins: display: flow-root; overflow: hidden; direction: rtl; flex-direction: row;]
expected: FAIL
[scrollWidth with negative margins: display: flow-root; overflow: auto; direction: rtl; flex-direction: row;]
expected: FAIL
[scrollHeight with negative margins: display: flow-root; overflow: auto; direction: rtl; flex-direction: row;]
expected: FAIL
[scrollWidth with negative margins: display: flow-root; overflow: scroll; direction: rtl; flex-direction: row;]
expected: FAIL
[scrollHeight with negative margins: display: flow-root; overflow: scroll; direction: rtl; flex-direction: row;]
expected: FAIL

View file

@ -4,3 +4,6 @@
[elemOverflow.scrollHeight is the width of its scrolled contents (plus padding)]
expected: FAIL
[elemOverflow.scrollHeight is the height of its scrolled contents (plus padding, since we overflowed)]
expected: FAIL