Bug 1945188 - [wpt-sync] Update web-platform-tests to d05995a2d6975e62e9e8951e215492b476fdc73d, a=testonly

MANUAL PUSH: wpt sync bot

wpt-head: d05995a2d6975e62e9e8951e215492b476fdc73d
wpt-type: landing
This commit is contained in:
moz-wptsync-bot
2025-01-31 15:42:34 +00:00
parent 494619260d
commit c1a8d6bd2d
44 changed files with 76 additions and 300 deletions

View File

@@ -1,22 +0,0 @@
[idbcursor-advance-continue-async.htm]
expected:
if (os == "win") and not debug and (processor == "x86_64"): [OK, TIMEOUT]
if (os == "win") and not debug and (processor == "x86"): [OK, TIMEOUT]
[IDBCursor asyncness - fresh advance still async]
expected:
if (os == "win") and not debug and (processor == "x86"): [PASS, TIMEOUT]
if (os == "win") and not debug and (processor == "x86_64"): [PASS, TIMEOUT]
[IDBCursor asyncness - continue]
expected:
if (os == "win") and not debug and (processor == "x86"): [PASS, TIMEOUT]
if (os == "win") and not debug and (processor == "x86_64"): [PASS, TIMEOUT]
[IDBCursor asyncness - fresh continue still async]
expected:
if (os == "win") and not debug and (processor == "x86"): [PASS, TIMEOUT]
if (os == "win") and not debug and (processor == "x86_64"): [PASS, TIMEOUT]
[IDBCursor asyncness - advance]
expected:
if (processor == "x86") and (os == "win") and not debug: [PASS, TIMEOUT]

View File

@@ -1,16 +0,0 @@
[idbcursor-advance-exception-order.html]
expected:
if (os == "win") and not debug and (processor == "x86_64"): [OK, TIMEOUT]
if (os == "win") and not debug and (processor == "x86"): [OK, TIMEOUT]
[IDBCursor.advance exception order: TransactionInactiveError vs. InvalidStateError #2]
expected:
if (os == "win") and not debug and (processor == "x86_64"): [PASS, TIMEOUT]
if (os == "win") and not debug and (processor == "x86"): [PASS, TIMEOUT]
[IDBCursor.advance exception order: TransactionInactiveError vs. InvalidStateError #1]
expected:
if (processor == "x86") and (os == "win") and not debug: [PASS, TIMEOUT]
[IDBCursor.advance exception order: TypeError vs. TransactionInactiveError]
expected:
if (processor == "x86") and (os == "win") and not debug: [PASS, TIMEOUT]

View File

@@ -1,27 +0,0 @@
[idbcursor-advance-invalid.htm]
expected:
if (os == "win") and not debug and (processor == "x86"): [OK, TIMEOUT]
if (os == "win") and not debug and (processor == "x86_64"): [OK, TIMEOUT]
[IDBCursor.advance() - invalid - missing argument]
expected:
if (os == "win") and not debug and (processor == "x86"): [PASS, TIMEOUT]
if (os == "win") and not debug and (processor == "x86_64"): [PASS, TIMEOUT]
[IDBCursor.advance() - invalid - pass null/undefined]
expected:
if (os == "win") and not debug and (processor == "x86"): [PASS, TIMEOUT]
if (os == "win") and not debug and (processor == "x86_64"): [PASS, TIMEOUT]
[IDBCursor.advance() - invalid - got value not set on exception]
expected:
if (os == "win") and not debug and (processor == "x86"): [PASS, TIMEOUT]
if (os == "win") and not debug and (processor == "x86_64"): [PASS, TIMEOUT]
[IDBCursor.advance() - invalid - pass negative numbers]
expected:
if (os == "win") and not debug and (processor == "x86_64"): [PASS, TIMEOUT]
if (os == "win") and not debug and (processor == "x86"): [PASS, TIMEOUT]
[IDBCursor.advance() - invalid - pass something other than number]
expected:
if (processor == "x86") and (os == "win") and not debug: [PASS, TIMEOUT]

View File

@@ -1,25 +0,0 @@
[idbcursor-advance.htm]
expected:
if (os == "win") and not debug and (processor == "x86_64"): [OK, TIMEOUT]
if (os == "win") and not debug and (processor == "x86"): [OK, TIMEOUT]
[IDBCursor.advance() - within single key range]
expected:
if (os == "win") and not debug and (processor == "x86"): [PASS, TIMEOUT]
if (os == "win") and not debug and (processor == "x86_64"): [PASS, TIMEOUT]
[IDBCursor.advance() - advances backwards]
expected:
if (os == "win") and not debug: [PASS, TIMEOUT]
[IDBCursor.advance() - skip far forward]
expected:
if (os == "win") and not debug: [PASS, TIMEOUT]
[IDBCursor.advance() - within range]
expected:
if (os == "win") and not debug: [PASS, TIMEOUT]
[IDBCursor.advance() - within single key range, with several results]
expected:
if (os == "win") and not debug and (processor == "x86_64"): [PASS, TIMEOUT]
if (os == "win") and not debug and (processor == "x86"): [PASS, TIMEOUT]

View File

@@ -1,3 +0,0 @@
[idbobjectstore-add-put-exception-order.html]
expected:
if (os == "android") and fission: [OK, TIMEOUT]

View File

@@ -1,3 +0,0 @@
[idbobjectstore-clear-exception-order.html]
expected:
if (os == "android") and fission: [OK, TIMEOUT]

View File

@@ -1,3 +0,0 @@
[idbobjectstore-delete-exception-order.html]
expected:
if (os == "android") and fission: [OK, TIMEOUT]

View File

@@ -1,5 +0,0 @@
[idbobjectstore-deleteIndex-exception-order.html]
disabled:
if os == "win": https://bugzilla.mozilla.org/show_bug.cgi?id=1336639
expected:
if (os == "android") and fission: [OK, TIMEOUT]

View File

@@ -1,23 +0,0 @@
[idbobjectstore-query-exception-order.html]
expected:
if (os == "win") and not debug and (processor == "x86_64"): [OK, TIMEOUT]
if (os == "win") and not debug and (processor == "x86"): [OK, TIMEOUT]
[IDBObjectStore.openCursor exception order: TransactionInactiveError vs. DataError]
expected:
if (os == "win") and not debug and (processor == "x86_64"): [PASS, TIMEOUT]
if (os == "win") and not debug and (processor == "x86"): [PASS, TIMEOUT]
[IDBObjectStore.openKeyCursor exception order: TransactionInactiveError vs. DataError]
expected:
if (os == "win") and not debug and (processor == "x86_64"): [PASS, TIMEOUT]
if (os == "win") and not debug and (processor == "x86"): [PASS, TIMEOUT]
[IDBObjectStore.openKeyCursor exception order: InvalidStateError vs. TransactionInactiveError]
expected:
if (os == "win") and not debug and (processor == "x86_64"): [PASS, TIMEOUT]
if (os == "win") and not debug and (processor == "x86"): [PASS, TIMEOUT]
[IDBObjectStore.openCursor exception order: InvalidStateError vs. TransactionInactiveError]
expected:
if (os == "win") and not debug and (processor == "x86_64"): [PASS, TIMEOUT]
if (os == "win") and not debug and (processor == "x86"): [PASS, TIMEOUT]

View File

@@ -1,4 +1,8 @@
[idbobjectstore-rename-store.any.sharedworker.html]
[IndexedDB object store rename covers key generator]
expected:
if asan and fission: [PASS, FAIL]
[idbobjectstore-rename-store.any.worker.html]

View File

@@ -1,9 +0,0 @@
[idbrequest-onupgradeneeded.htm]
expected:
if (os == "win") and (processor == "x86_64"): [OK, TIMEOUT]
if (os == "linux") and tsan: TIMEOUT
if (os == "android") and debug: CRASH
if (os == "android") and not debug: [OK, CRASH]
[transaction oncomplete ordering relative to open request onsuccess]
expected:
if (os == "win") and (processor == "x86_64"): [PASS, TIMEOUT]

View File

@@ -1,3 +0,0 @@
[idbrequest_error.html]
expected:
if (os == "android") and fission: [OK, TIMEOUT]

View File

@@ -1,3 +0,0 @@
[idbrequest_result.html]
expected:
if (os == "android") and fission: [TIMEOUT, OK]

View File

@@ -1,3 +0,0 @@
[idbtransaction-db-SameObject.html]
expected:
if (os == "android") and fission: [OK, TIMEOUT]

View File

@@ -1,3 +0,0 @@
[idbtransaction-oncomplete.htm]
expected:
if (os == "android") and fission: [OK, TIMEOUT]

View File

@@ -1,3 +0,0 @@
[idbtransaction.htm]
expected:
if (os == "android") and fission: [OK, TIMEOUT]

View File

@@ -1,3 +0,0 @@
[idbtransaction_abort.htm]
expected:
if (os == "android") and fission: [TIMEOUT, OK]

View File

@@ -1,33 +0,0 @@
[idbtransaction_objectStoreNames.html]
expected:
if (os == "win") and not debug and (processor == "x86_64"): [OK, TIMEOUT]
if (os == "win") and not debug and (processor == "x86"): [OK, TIMEOUT]
[IDBTransaction.objectStoreNames - value after close]
expected:
if (os == "win") and not debug and (processor == "x86_64"): [PASS, TIMEOUT]
if (os == "win") and not debug and (processor == "x86"): [PASS, TIMEOUT]
[IDBTransaction.objectStoreNames - value after commit]
expected:
if (os == "win") and not debug and (processor == "x86_64"): [PASS, TIMEOUT]
if (os == "win") and not debug and (processor == "x86"): [PASS, TIMEOUT]
[IDBTransaction.objectStoreNames - value after abort]
expected:
if (os == "win") and not debug and (processor == "x86_64"): [PASS, TIMEOUT]
if (os == "win") and not debug and (processor == "x86"): [PASS, TIMEOUT]
[IDBTransaction.objectStoreNames - sorting]
expected:
if (os == "win") and not debug and (processor == "x86_64"): [PASS, TIMEOUT]
if (os == "win") and not debug and (processor == "x86"): [PASS, TIMEOUT]
[IDBTransaction.objectStoreNames - no duplicates]
expected:
if (os == "win") and not debug and (processor == "x86_64"): [PASS, TIMEOUT]
if (os == "win") and not debug and (processor == "x86"): [PASS, TIMEOUT]
[IDBTransaction.objectStoreNames - unusual names]
expected:
if (os == "win") and not debug and (processor == "x86_64"): [PASS, TIMEOUT]
if (os == "win") and not debug and (processor == "x86"): [PASS, TIMEOUT]

View File

@@ -1,39 +0,0 @@
[comp_labelledby.html]
[link is labelled by aria-labeledby (non-standard spelling)]
expected: FAIL
[button is labelled by aria-labeledby (non-standard spelling)]
expected: FAIL
[div with role group is labelled by aria-labeledby (non-standard spelling)]
expected: FAIL
[button's hidden referenced name (display:none) with aria-labeledby (non-standard spelling) supercedes aria-label]
expected: FAIL
[button's hidden referenced name (visibility:hidden) with aria-labeledby (non-standard spelling) supercedes aria-label]
expected: FAIL
[link's aria-labeledby (non-standard spelling) name supercedes aria-label]
expected: FAIL
[img's aria-labeledby (non-standard spelling) supercedes alt attribute]
expected: FAIL
[svg's aria-labeledby (non-standard spelling) supercedes title tag]
expected: FAIL
[input with label for association is superceded by aria-labeledby (non-standard spelling)]
expected: FAIL
[button name from contents is superceded by aria-labeledby (non-standard spelling)]
expected: FAIL
[h1 text is superceded by aria-labeledby (non-standard spelling)]
expected: FAIL
[heading name from content for each child including two nested links using aria-labeledby (non-standard spelling) with nested image]
expected: FAIL
[button with title is superceded by aria-labeledby (non-standard spelling)]
expected: FAIL

View File

@@ -1,7 +1,4 @@
[detector.https.tentative.any.worker.html]
[Detect english]
expected: FAIL
[Simple AILanguageDetector.detect() call]
expected: FAIL
@@ -10,9 +7,6 @@
[detector.https.tentative.any.html]
[Detect english]
expected: FAIL
[Simple AILanguageDetector.detect() call]
expected: FAIL
@@ -21,9 +15,6 @@
[detector.https.tentative.any.serviceworker.html]
[Detect english]
expected: FAIL
[Simple AILanguageDetector.detect() call]
expected: FAIL
@@ -32,9 +23,6 @@
[detector.https.tentative.any.sharedworker.html]
[Detect english]
expected: FAIL
[Simple AILanguageDetector.detect() call]
expected: FAIL

View File

@@ -0,0 +1,3 @@
[first-letter-punctuation-and-space.html]
expected:
if (os == "mac") and not debug: [PASS, FAIL]

View File

@@ -0,0 +1,4 @@
[segment-break-transformation-currency-001.html]
expected:
if (os == "mac") and not debug: [PASS, FAIL]
if (os == "android") and not debug: [PASS, FAIL]

View File

@@ -2,9 +2,6 @@
[UA :fullscreen interactivity rule]
expected: FAIL
[UA :fullscreen inert rule wins over [inert\] rule]
expected: FAIL
[UA :fullscreen rule overriding inherited [inert\] 'interactivity:inert' rule]
expected: FAIL

View File

@@ -2,9 +2,6 @@
[UA dialog:modal interactivity rule]
expected: FAIL
[UA dialog:modal inert rule wins over [inert\] rule]
expected: FAIL
[UA dialog:modal rule overriding inherited [inert\] 'interactivity:inert' rule]
expected: FAIL

View File

@@ -1,8 +1,9 @@
[empty-payload.tentative.https.window.html]
expected:
if fission and (os == "win") and debug: ERROR
if fission and (os == "linux") and (processor == "x86"): ERROR
if not fission: OK
if (os == "mac") and not debug and (version == "OS X 14.7"): [OK, ERROR]
if (os == "linux") and (processor == "x86_64") and not fission: OK
if (os == "win") and debug: ERROR
if os == "android": OK
[ERROR, OK]
[fetchLater() does not accept empty POST request body of String in a default cross-origin iframe.]
expected: FAIL

View File

@@ -1,13 +1,10 @@
[multiple-iframes.tentative.https.window.html]
expected:
if (os == "linux") and not asan and fission and (processor == "x86"): OK
if (os == "win") and debug and (processor == "x86_64"): [OK, ERROR]
if (os == "win") and not debug and (processor == "x86_64"): [OK, ERROR]
if (os == "win") and not debug and (processor == "x86"): [OK, ERROR]
if (os == "linux") and asan and not fission: OK
if (os == "linux") and not asan and not fission: OK
if (os == "mac") and not debug: [OK, ERROR]
if (os == "win") and debug and (processor == "x86_64"): [ERROR, OK]
if (os == "win") and debug and (processor == "x86"): [ERROR, OK]
if (os == "win") and not debug and (processor == "x86"): [ERROR, OK]
if (os == "linux") and (processor == "x86_64") and not fission: OK
if os == "android": OK
[ERROR, OK]
[OK, ERROR]
[fetchLater() request quota are delegated to cross-origin iframes and not shared, even if they are same origin.]
expected: FAIL

View File

@@ -1,9 +1,11 @@
[oversized-payload.tentative.https.window.html]
expected:
if fission and (os == "win") and debug and (processor == "x86_64"): [ERROR, OK]
if fission and (os == "win") and not debug and (processor == "x86_64"): [ERROR, OK]
if fission and (os == "win") and not debug and (processor == "x86"): [ERROR, OK]
if not fission: OK
if (os == "win") and debug and (processor == "x86_64"): [ERROR, OK]
if (os == "win") and not debug and (processor == "x86_64"): [ERROR, OK]
if (os == "win") and not debug and (processor == "x86"): [ERROR, OK]
if (os == "mac") and not debug and (version == "OS X 14.7"): [ERROR, OK]
if (os == "linux") and not fission: OK
if os == "android": OK
ERROR
[fetchLater() does not accept payload[size=8193\] exceeding per-origin quota in a POST request body of String in a default cross-origin iframe.]
expected: FAIL

View File

@@ -1,8 +1,9 @@
[small-payload.tentative.https.window.html]
expected:
if (os == "win") and debug and (processor == "x86_64"): ERROR
if (os == "mac") and not debug and (version == "OS X 14.7.1"): [OK, ERROR]
if (os == "linux") and fission and (processor == "x86_64"): ERROR
if (os == "mac") and debug: ERROR
if (os == "linux") and fission: ERROR
if (os == "linux") and not fission: OK
if os == "android": OK
[ERROR, OK]

View File

@@ -1,8 +1,8 @@
[window-history.https.sub.html]
expected:
if (os == "linux") and fission and tsan: [OK, TIMEOUT]
if (os == "linux") and fission and not tsan: [OK, TIMEOUT]
if (os == "linux") and not fission: [TIMEOUT, OK]
if (os == "linux") and debug and fission: [OK, TIMEOUT]
if (os == "linux") and debug and not fission: [OK, TIMEOUT]
if (os == "linux") and not debug: [OK, TIMEOUT]
[sec-fetch-user - history.forward]
expected:
if (os == "linux") and debug: [PASS, TIMEOUT]
@@ -14,8 +14,8 @@
[sec-fetch-dest - history.forward]
expected:
if (os == "linux") and not debug and asan: [PASS, TIMEOUT, NOTRUN]
if (os == "linux") and not debug and not asan: [PASS, TIMEOUT]
if not asan and (os == "linux") and not debug: [PASS, TIMEOUT]
if asan: [PASS, TIMEOUT, NOTRUN]
[sec-fetch-dest - history.back]
expected:
@@ -35,13 +35,8 @@
[sec-fetch-storage-access - Same site - history.forward]
expected:
if (os == "linux") and fission and tsan: [PASS, TIMEOUT]
if (os == "linux") and not fission: [PASS, TIMEOUT, NOTRUN]
[sec-fetch-storage-access - Cross-site - history.forward]
expected:
if (os == "linux") and not fission: [PASS, TIMEOUT]
if (os == "linux") and debug and not fission: [PASS, TIMEOUT, NOTRUN]
[sec-fetch-storage-access - Same site - history.back]
expected:
if (os == "linux") and not fission: [PASS, NOTRUN]
if (os == "linux") and debug and not fission: [PASS, TIMEOUT]

View File

@@ -1,3 +1,3 @@
[location-assign-during-pageshow.html]
expected:
if (os == "android") and fission: [OK, TIMEOUT]
if (processor == "x86") and (os == "linux"): [OK, ERROR]

View File

@@ -1,2 +0,0 @@
[native-popup-with-wrapper-div.tentative.html]
expected: TIMEOUT

View File

@@ -11,16 +11,12 @@
[iframeDocument.scrollingElement.scrollTop = 250]
expected:
if (os == "win") and (processor == "x86_64") and not debug: PASS
if (os == "mac") and debug: PASS
if (os == "linux") and not fission: PASS
if os == "android": PASS
if fission and (os == "mac") and debug: PASS
if not fission: PASS
[PASS, FAIL]
[topDocument.scrollingElement.scrollTop = 200]
expected:
if (os == "linux") and fission and debug: [FAIL, PASS]
if (os == "mac") and debug: PASS
if (os == "linux") and not fission: PASS
if os == "android": PASS
if fission and debug and (os == "mac"): PASS
if not fission: PASS
[PASS, FAIL]

View File

@@ -1 +1 @@
upstream: 034aca802303d13d05478b25e7e87271b3fcb020
upstream: d05995a2d6975e62e9e8951e215492b476fdc73d

View File

@@ -37,6 +37,7 @@
prefs: [layout.reflow.synthMouseMove:true]
expected:
if (os == "win") and debug and (processor == "x86"): [OK, TIMEOUT]
if (os == "linux") and debug and not fission: TIMEOUT
if os == "mac": [TIMEOUT, OK]
[pointer events from touch received before/after child attached at pointerdown]
expected: FAIL
@@ -49,13 +50,13 @@
[pointer events from touch received before/after child moved at pointerdown]
expected:
if (os == "win") and debug and (processor == "x86"): [FAIL, NOTRUN]
if os == "mac": [FAIL, TIMEOUT]
if os == "mac": [TIMEOUT, FAIL]
FAIL
[pointer events from touch received before/after child moved at pointerup]
expected:
if (os == "win") and debug and (processor == "x86"): [FAIL, NOTRUN]
if os == "mac": [TIMEOUT, FAIL, NOTRUN]
if os == "mac": [NOTRUN, FAIL, TIMEOUT]
FAIL
[mouse events from touch received before/after child attached at mousedown]
@@ -66,6 +67,7 @@
[mouse events from touch received before/after child moved at mouseup]
expected:
if (os == "win") and debug and (processor == "x86"): [FAIL, NOTRUN]
if (os == "linux") and debug and not fission: TIMEOUT
if os == "mac": NOTRUN
FAIL

View File

@@ -22,6 +22,7 @@
prefs: [privacy.reduceTimerPrecision:false]
[Tests basic scheduler.postTask with a delay]
expected:
if (os == "linux") and fission and (processor == "x86"): [PASS, FAIL]
if (os == "linux") and not fission: [PASS, FAIL]
if os == "win": [PASS, FAIL]

View File

@@ -2,12 +2,13 @@
expected: TIMEOUT
[Cancellation in the page should be observable in the service worker with nonempty stream]
expected:
if os == "android": [PASS, FAIL, TIMEOUT, NOTRUN]
[FAIL, PASS, TIMEOUT, NOTRUN]
if os == "win": [FAIL, PASS, TIMEOUT, NOTRUN]
if os == "mac": [TIMEOUT, PASS, FAIL, NOTRUN]
[PASS, FAIL, TIMEOUT, NOTRUN]
[Cancellation in the page should be observable in the service worker with empty stream]
expected:
if (os == "mac") and (version == "OS X 14.7"): TIMEOUT
if os == "mac": [NOTRUN, TIMEOUT]
if os == "android": TIMEOUT
[TIMEOUT, NOTRUN]
@@ -16,8 +17,8 @@
[Abort in the page should be observable in the service worker with nonempty stream]
expected:
if (os == "mac") and (version == "OS X 14.7.1"): [PASS, TIMEOUT]
if os == "win": [PASS, TIMEOUT, NOTRUN]
if os == "mac": [NOTRUN, PASS, TIMEOUT]
if os == "linux": [PASS, FAIL, TIMEOUT, NOTRUN]
[Subresource built from a ReadableStream - fetch stream]

View File

@@ -0,0 +1,2 @@
[render-until-error.svg]
max-asserts: 2

View File

@@ -0,0 +1,8 @@
[auxclick_event.html]
[auxclick event sequence received.]
expected:
if asan and not fission: [PASS, FAIL]
[Second auxclick should have detail=2 indicating the fire click]
expected:
if asan and not fission: [PASS, FAIL]

View File

@@ -10,3 +10,5 @@
[test_new_user_context[window\]]
disabled:
if os == "android": bug: https://bugzilla.mozilla.org/show_bug.cgi?id=1877953
expected:
if tsan: [PASS, FAIL]

View File

@@ -9,7 +9,9 @@
[test_beforeunload[capabilities0-False\]]
expected:
if os == "android": FAIL
if (os == "android") and not sessionHistoryInParent and debug: FAIL
if (os == "android") and not sessionHistoryInParent and not debug: [FAIL, ERROR]
if (os == "android") and sessionHistoryInParent: FAIL
[test_beforeunload[capabilities0-True\]]
expected:

View File

@@ -0,0 +1,4 @@
[user_prompts.py]
[test_dismiss_and_notify[capabilities0-alert-None\]]
expected:
if not sessionHistoryInParent and not debug: [PASS, ERROR]

View File

@@ -1,6 +1,7 @@
[RTCRtpParameters-codec.html]
expected:
if os != "android": TIMEOUT
if os == "android": OK
TIMEOUT
[Creating an audio sender with addTransceiver and codec should work]
expected: FAIL

View File

@@ -1,6 +0,0 @@
[h264.https.html]
expected:
if (os == "linux") and debug: TIMEOUT
[H264 simulcast setup with two streams]
expected:
if (os == "linux") and debug: TIMEOUT

View File

@@ -1,6 +1,4 @@
[overridemimetype-blob.html]
expected:
if (os == "android") and fission: [OK, TIMEOUT]
[2) MIME types need to be parsed and serialized: TEXT/HTML;CHARSET=GBK]
expected: FAIL
@@ -21,3 +19,7 @@
[53) MIME types need to be parsed and serialized: text/html;test=ÿ;charset=gbk]
expected: FAIL
[54) MIME types need to be parsed and serialized: x/x;test=<3D>;x=x]
expected:
if (os == "android") and not debug: [PASS, FAIL]