Bug 1757292 - [wpt-sync] Update web-platform-tests to 31e5e697f41a89e1a8f4b65acd015e78dca64785, a=testonly

MANUAL PUSH: wpt sync bot

wpt-head: 31e5e697f41a89e1a8f4b65acd015e78dca64785
wpt-type: landing
This commit is contained in:
moz-wptsync-bot 2022-02-26 22:35:12 +00:00
Родитель 9f7dfddb44
Коммит af0e827c3e
280 изменённых файлов: 1322 добавлений и 40890 удалений

Просмотреть файл

@ -1,8 +0,0 @@
[idlharness.any.html]
[Partial interface URL: valid exposure set]
expected: FAIL
[idlharness.any.worker.html]
[Partial interface URL: valid exposure set]
expected: FAIL

Просмотреть файл

@ -1,3 +0,0 @@
[idlharness.html]
[Partial interface URL: valid exposure set]
expected: FAIL

Просмотреть файл

@ -1,3 +0,0 @@
[idlharness.worker.html]
[Partial interface URL: valid exposure set]
expected: FAIL

Просмотреть файл

@ -1,3 +1,4 @@
[idb-partitioned-basic.tentative.sub.html]
[Simple test for partitioned IndexedDB]
expected: FAIL
expected:
if os == "android": FAIL

Просмотреть файл

@ -1,6 +1,6 @@
[reading-autoincrement-indexes.any.sharedworker.html]
expected:
if fission and (os == "win") and not debug: [OK, TIMEOUT]
if (os == "win") and not debug: [OK, TIMEOUT]
[IDBIndex.getAllKeys() for an index on the autoincrement key]
expected: FAIL
@ -12,57 +12,59 @@
[IDBIndex.getAllKeys() returns correct result for an index not covering the autoincrement key]
expected:
if fission and (os == "win") and not debug: [PASS, NOTRUN]
if (os == "win") and not debug: [PASS, NOTRUN]
[IDBIndex.get() for an index not covering the autoincrement key]
expected:
if fission and (os == "win") and not debug: [PASS, NOTRUN]
if (os == "win") and not debug: [PASS, NOTRUN]
[IDBIndex.getAll() for an index not covering the autoincrement key]
expected:
if fission and (os == "win") and not debug: [PASS, TIMEOUT]
if (os == "win") and not debug: [PASS, TIMEOUT]
[reading-autoincrement-indexes.any.serviceworker.html]
expected:
if fission and (os == "win") and not debug: [OK, TIMEOUT]
if (os == "win") and not debug and (processor == "x86"): [OK, TIMEOUT]
if (os == "win") and not debug and (processor == "x86_64"): [OK, TIMEOUT]
[IDBIndex.getAllKeys() for an index on the autoincrement key]
expected:
if fission and (os == "win") and not debug: [FAIL, NOTRUN]
if (os == "win") and not debug: [FAIL, NOTRUN]
FAIL
[IDBIndex.get() for an index on the autoincrement key]
expected:
if fission and (os == "win") and not debug: [FAIL, NOTRUN]
if (os == "win") and not debug: [FAIL, NOTRUN]
FAIL
[IDBIndex.getAll() for an index on the autoincrement key]
expected:
if fission and (os == "win") and not debug: [FAIL, TIMEOUT]
if (os == "win") and not debug: [FAIL, TIMEOUT]
FAIL
[IDBIndex.getAllKeys() returns correct result for an index not covering the autoincrement key]
expected:
if fission and (os == "win") and not debug: [PASS, NOTRUN]
if (os == "win") and not debug: [PASS, NOTRUN]
[IDBIndex.get() for an index not covering the autoincrement key]
expected:
if fission and (os == "win") and not debug: [PASS, NOTRUN]
if (os == "win") and not debug and (processor == "x86_64"): [PASS, NOTRUN]
if (os == "win") and not debug and (processor == "x86"): [PASS, TIMEOUT, NOTRUN]
[IDBIndex.getAll() for an index not covering the autoincrement key]
expected:
if fission and (os == "win") and not debug: [PASS, NOTRUN]
if (os == "win") and not debug: [PASS, NOTRUN]
[reading-autoincrement-indexes.any.html]
expected:
if fission and (os == "win") and not debug: [OK, TIMEOUT]
if (os == "win") and not debug: [OK, TIMEOUT]
[IDBIndex.getAllKeys() for an index on the autoincrement key]
expected: FAIL
[IDBIndex.get() for an index on the autoincrement key]
expected:
if fission and (os == "win") and not debug: [FAIL, TIMEOUT]
if (os == "win") and not debug: [FAIL, TIMEOUT]
FAIL
[IDBIndex.getAll() for an index on the autoincrement key]
@ -70,43 +72,43 @@
[IDBIndex.getAllKeys() returns correct result for an index not covering the autoincrement key]
expected:
if fission and (os == "win") and not debug: [PASS, NOTRUN]
if (os == "win") and not debug: [PASS, NOTRUN]
[IDBIndex.get() for an index not covering the autoincrement key]
expected:
if fission and (os == "win") and not debug: [PASS, NOTRUN]
if (os == "win") and not debug: [PASS, NOTRUN]
[IDBIndex.getAll() for an index not covering the autoincrement key]
expected:
if fission and (os == "win") and not debug: [PASS, NOTRUN]
if (os == "win") and not debug: [PASS, NOTRUN]
[reading-autoincrement-indexes.any.worker.html]
expected:
if (processor == "x86") and (os == "win") and not debug: [OK, TIMEOUT]
if (processor == "x86") and not debug: [OK, TIMEOUT]
[IDBIndex.getAllKeys() for an index on the autoincrement key]
expected:
if (processor == "x86") and (os == "win") and not debug: [FAIL, NOTRUN]
if (processor == "x86") and not debug: [FAIL, NOTRUN]
FAIL
[IDBIndex.get() for an index on the autoincrement key]
expected:
if (processor == "x86") and (os == "win") and not debug: [FAIL, NOTRUN]
if (processor == "x86") and not debug: [FAIL, NOTRUN]
FAIL
[IDBIndex.getAll() for an index on the autoincrement key]
expected:
if (processor == "x86") and (os == "win") and not debug: [FAIL, TIMEOUT]
if (processor == "x86") and not debug: [FAIL, TIMEOUT]
FAIL
[IDBIndex.getAll() for an index not covering the autoincrement key]
expected:
if (processor == "x86") and (os == "win") and not debug: [PASS, NOTRUN]
if (processor == "x86") and not debug: [PASS, NOTRUN]
[IDBIndex.get() for an index not covering the autoincrement key]
expected:
if (processor == "x86") and (os == "win") and not debug: [PASS, NOTRUN]
if (processor == "x86") and not debug: [PASS, NOTRUN]
[IDBIndex.getAllKeys() returns correct result for an index not covering the autoincrement key]
expected:
if (processor == "x86") and (os == "win") and not debug: [PASS, NOTRUN]
if (processor == "x86") and not debug: [PASS, NOTRUN]

Просмотреть файл

@ -1,3 +1,3 @@
[transitionWhile-and-navigate.html]
[Using transitionWhile then navigate() in the ensuing currentchange should abort the transitionWhile]
[Using transitionWhile() then navigate() in the ensuing currentchange should abort the finished promise (but not the committed promise)]
expected: FAIL

Просмотреть файл

@ -1,9 +1,8 @@
[navigate-replace-same-document.html]
expected:
if debug and (os == "linux") and not swgl and fission and domstreams: [ERROR, OK]
if debug and (os == "win") and not swgl and (processor == "x86_64"): [ERROR, OK]
if debug and (os == "linux") and not swgl and not fission: [ERROR, OK]
if not debug and (os == "win"): [ERROR, OK]
if not debug and (os == "mac"): [ERROR, OK]
if debug and (os == "mac"): [ERROR, OK]
if (os == "win") and not swgl and debug and (processor == "x86"): [ERROR, OK]
if (os == "linux") and not debug and not fission: [ERROR, OK]
if (os == "win") and swgl and not fission: [ERROR, OK]
if (os == "win") and not swgl and not debug: [ERROR, OK]
if os == "mac": [ERROR, OK]
[OK, ERROR]

Просмотреть файл

@ -0,0 +1,8 @@
[back-same-document-transitionWhile-reject.html?currentchange]
[event and promise ordering for same-document appHistory.back() intercepted by passing a rejected promise to transitionWhile()]
expected: FAIL
[back-same-document-transitionWhile-reject.html]
[event and promise ordering for same-document appHistory.back() intercepted by passing a rejected promise to transitionWhile()]
expected: FAIL

Просмотреть файл

@ -0,0 +1,8 @@
[back-same-document-transitionWhile.html]
[event and promise ordering for same-document appHistory.back() intercepted by transitionWhile()]
expected: FAIL
[back-same-document-transitionWhile.html?currentchange]
[event and promise ordering for same-document appHistory.back() intercepted by transitionWhile()]
expected: FAIL

Просмотреть файл

@ -0,0 +1,8 @@
[back-same-document.html]
[event and promise ordering for same-document appHistory.back()]
expected: FAIL
[back-same-document.html?currentchange]
[event and promise ordering for same-document appHistory.back()]
expected: FAIL

Просмотреть файл

@ -0,0 +1,3 @@
[currentchange-dispose-ordering.html]
[Ordering between AppHistoryCurrentChangeEvent and AppHistoryEntry dispose events]
expected: FAIL

Просмотреть файл

@ -0,0 +1,3 @@
[location-href-canceled.html]
[event and promise ordering for the location.href setter where the navigate event is canceled]
expected: FAIL

Просмотреть файл

@ -0,0 +1,8 @@
[location-href-double-transitionWhile.html]
[event and promise ordering when location.href is set repeatedly and handled by transitionWhile()]
expected: FAIL
[location-href-double-transitionWhile.html?currentchange]
[event and promise ordering when location.href is set repeatedly and handled by transitionWhile()]
expected: FAIL

Просмотреть файл

@ -0,0 +1,8 @@
[location-href-transitionWhile-reentrant.html?currentchange]
[event and promise ordering for the location.href setter intercepted by transitionWhile() where we set location.href again inside the navigate handler]
expected: FAIL
[location-href-transitionWhile-reentrant.html]
[event and promise ordering for the location.href setter intercepted by transitionWhile() where we set location.href again inside the navigate handler]
expected: FAIL

Просмотреть файл

@ -0,0 +1,8 @@
[location-href-transitionWhile-reject.html?currentchange]
[event and promise ordering for location.href setter intercepted by passing a rejected promise to transitionWhile()]
expected: FAIL
[location-href-transitionWhile-reject.html]
[event and promise ordering for location.href setter intercepted by passing a rejected promise to transitionWhile()]
expected: FAIL

Просмотреть файл

@ -0,0 +1,8 @@
[location-href-transitionWhile.html?currentchange]
[event and promise ordering for location.href setter intercepted by transitionWhile()]
expected: FAIL
[location-href-transitionWhile.html]
[event and promise ordering for location.href setter intercepted by transitionWhile()]
expected: FAIL

Просмотреть файл

@ -0,0 +1,3 @@
[navigate-canceled.html]
[event and promise ordering for appHistory.navigate() where the navigate event is canceled]
expected: FAIL

Просмотреть файл

@ -0,0 +1,3 @@
[navigate-cross-document-double.html]
[navigateerror ordering when navigate() is called repeatedly (cross-document)]
expected: FAIL

Просмотреть файл

@ -0,0 +1,3 @@
[navigate-cross-document-event-order.html]
[navigate() event ordering for cross-document navigation]
expected: FAIL

Просмотреть файл

@ -0,0 +1,8 @@
[navigate-double-transitionWhile.html?currentchange]
[event and promise ordering when navigate() is called repeatedly and handled by transitionWhile()]
expected: FAIL
[navigate-double-transitionWhile.html]
[event and promise ordering when navigate() is called repeatedly and handled by transitionWhile()]
expected: FAIL

Просмотреть файл

@ -0,0 +1,8 @@
[navigate-in-transition-finished.html]
[event and promise ordering when navigate() is called inside the transition.finished promise handler]
expected: FAIL
[navigate-in-transition-finished.html?currentchange]
[event and promise ordering when navigate() is called inside the transition.finished promise handler]
expected: FAIL

Просмотреть файл

@ -0,0 +1,8 @@
[navigate-same-document-transitionWhile-reentrant.html]
[event and promise ordering for same-document appHistory.navigate() inside the navigate handler]
expected: FAIL
[navigate-same-document-transitionWhile-reentrant.html?currentchange]
[event and promise ordering for same-document appHistory.navigate() inside the navigate handler]
expected: FAIL

Просмотреть файл

@ -0,0 +1,8 @@
[navigate-same-document-transitionWhile-reject.html]
[event and promise ordering for same-document appHistory.navigate() intercepted by passing a rejected promise to transitionWhile()]
expected: FAIL
[navigate-same-document-transitionWhile-reject.html?currentchange]
[event and promise ordering for same-document appHistory.navigate() intercepted by passing a rejected promise to transitionWhile()]
expected: FAIL

Просмотреть файл

@ -0,0 +1,8 @@
[navigate-same-document.html]
[event and promise ordering for same-document appHistory.navigate()]
expected: FAIL
[navigate-same-document.html?currentchange]
[event and promise ordering for same-document appHistory.navigate()]
expected: FAIL

Просмотреть файл

@ -0,0 +1,8 @@
[navigate-transitionWhile-stop.html?currentchange]
[event and promise ordering for appHistory.navigate() intercepted by transitionWhile() but then stopped using window.stop()]
expected: FAIL
[navigate-transitionWhile-stop.html]
[event and promise ordering for appHistory.navigate() intercepted by transitionWhile() but then stopped using window.stop()]
expected: FAIL

Просмотреть файл

@ -0,0 +1,8 @@
[navigate-transitionWhile.html]
[event and promise ordering for same-document appHistory.navigate() intercepted by transitionWhile()]
expected: FAIL
[navigate-transitionWhile.html?currentchange]
[event and promise ordering for same-document appHistory.navigate() intercepted by transitionWhile()]
expected: FAIL

Просмотреть файл

@ -0,0 +1,3 @@
[reload-canceled.html]
[event and promise ordering for appHistory.reload() where the navigate event is canceled]
expected: FAIL

Просмотреть файл

@ -0,0 +1,8 @@
[reload-transitionWhile-reject.html]
[event and promise ordering for appHistory.reload() intercepted by transitionWhile()]
expected: FAIL
[reload-transitionWhile-reject.html?currentchange]
[event and promise ordering for appHistory.reload() intercepted by transitionWhile()]
expected: FAIL

Просмотреть файл

@ -0,0 +1,8 @@
[reload-transitionWhile.html]
[event and promise ordering for appHistory.reload() intercepted by transitionWhile()]
expected: FAIL
[reload-transitionWhile.html?currentchange]
[event and promise ordering for appHistory.reload() intercepted by transitionWhile()]
expected: FAIL

Просмотреть файл

@ -1,4 +1,4 @@
[cross-document.html]
[transition-cross-document.html]
[cross-document reload() must leave transition null]
expected: FAIL

Просмотреть файл

@ -0,0 +1,3 @@
[transition-finished-mark-as-handled.html]
[appHistory.transition.finished must not trigger unhandled rejections]
expected: FAIL

Просмотреть файл

@ -0,0 +1,3 @@
[transition-realms-and-identity.html]
[Realm and identity of the appHistory.transition object and its finished promise]
expected: FAIL

Просмотреть файл

@ -1,3 +0,0 @@
[back-transitionWhile-rejected.html]
[transitionWhile()ed back() with a rejected promise]
expected: FAIL

Просмотреть файл

@ -1,3 +0,0 @@
[back-transitionWhile.html]
[transitionWhile()ed back()]
expected: FAIL

Просмотреть файл

@ -1,3 +0,0 @@
[fragment-nav-transitionWhile.html]
[intercepted fragment navigations set transition]
expected: FAIL

Просмотреть файл

@ -1,3 +0,0 @@
[fragment-nav.html]
[non-intercepted fragment navigations leave transition null]
expected: FAIL

Просмотреть файл

@ -1,3 +0,0 @@
[location-href-canceled.html]
[canceled location.href navigation]
expected: FAIL

Просмотреть файл

@ -1,3 +0,0 @@
[location-href-transitionWhile-rejected.html]
[transitionWhile()ed location.href navigation with a rejected promise]
expected: FAIL

Просмотреть файл

@ -1,3 +0,0 @@
[location-href-transitionWhile.html]
[transitionWhile()ed location.href navigation]
expected: FAIL

Просмотреть файл

@ -1,3 +0,0 @@
[navigate-canceled.html]
[canceled navigate()]
expected: FAIL

Просмотреть файл

@ -1,3 +0,0 @@
[navigate-transitionWhile-interrupted.html]
[transitionWhile()ed one navigate() interrupting the other]
expected: FAIL

Просмотреть файл

@ -1,3 +0,0 @@
[navigate-transitionWhile-rejected.html]
[transitionWhile()ed navigate() with a rejected promise]
expected: FAIL

Просмотреть файл

@ -1,3 +0,0 @@
[navigate-transitionWhile-stop.html]
[transitionWhile()ed navigate() that is stop()ed]
expected: FAIL

Просмотреть файл

@ -1,3 +0,0 @@
[navigate-transitionWhile.html]
[transitionWhile()ed navigate()]
expected: FAIL

Просмотреть файл

@ -1,3 +0,0 @@
[reload-canceled.html]
[canceled reload()]
expected: FAIL

Просмотреть файл

@ -1,3 +0,0 @@
[reload-transitionWhile-rejected.html]
[transitionWhile()ed reload() with a rejected promise]
expected: FAIL

Просмотреть файл

@ -1,3 +0,0 @@
[reload-transitionWhile.html]
[transitionWhile()ed reload()]
expected: FAIL

Просмотреть файл

@ -1,4 +0,0 @@
[battery-insecure-context.html]
[navigator.getBattery() shall throw a 'SecurityError' in an insecure context]
expected: FAIL

Просмотреть файл

@ -0,0 +1,2 @@
[detachedIframe.https.window.html]
expected: ERROR

Просмотреть файл

@ -0,0 +1,2 @@
[detachedIframe.https.window.html]
expected: ERROR

Просмотреть файл

@ -0,0 +1,2 @@
[detachedIframe.https.window.html]
expected: ERROR

Просмотреть файл

@ -0,0 +1,2 @@
[detachedIframe.https.window.html]
expected: ERROR

Просмотреть файл

@ -0,0 +1,2 @@
[detachedIframe.https.window.html]
expected: ERROR

Просмотреть файл

@ -0,0 +1,2 @@
[detachedIframe.https.window.html]
expected: ERROR

Просмотреть файл

@ -0,0 +1,2 @@
[detachedIframe.https.window.html]
expected: ERROR

Просмотреть файл

@ -0,0 +1,2 @@
[detachedIframe.https.window.html]
expected: ERROR

Просмотреть файл

@ -0,0 +1,2 @@
[detachedIframe.https.window.html]
expected: ERROR

Просмотреть файл

@ -0,0 +1,2 @@
[detachedIframe.https.window.html]
expected: ERROR

Просмотреть файл

@ -0,0 +1,2 @@
[detachedIframe.https.window.html]
expected: ERROR

Просмотреть файл

@ -0,0 +1,2 @@
[gen-disconnect-discovery-timeout.https.window.html]
expected: ERROR

Просмотреть файл

@ -0,0 +1,2 @@
[gen-disconnect-discovery-timeout-with-uuid.https.window.html]
expected: ERROR

Просмотреть файл

@ -0,0 +1,2 @@
[gen-disconnect-discovery-timeout.https.window.html]
expected: ERROR

Просмотреть файл

@ -0,0 +1,2 @@
[detachedIframe.https.window.html]
expected: ERROR

Просмотреть файл

@ -0,0 +1,2 @@
[detachedIframe.https.window.html]
expected: ERROR

Просмотреть файл

@ -0,0 +1,2 @@
[idlharness-shadowrealm.window.html]
expected: ERROR

Просмотреть файл

@ -1,12 +1,10 @@
[history-iframe.sub.html]
expected:
if os == "android": OK
if os == "win": OK
[OK, TIMEOUT]
if os == "mac": [OK, TIMEOUT]
if os == "linux": [OK, TIMEOUT]
[History navigation in iframe: "about:blank" document is navigated back from history same-origin.]
expected:
if (os == "linux") and not fission and debug and swgl: [PASS, FAIL, TIMEOUT]
if (os == "linux") and not fission and debug and not swgl: [PASS, FAIL, TIMEOUT]
if (os == "linux") and not fission and debug: [FAIL, PASS, TIMEOUT]
if (os == "linux") and not fission and not debug: [PASS, FAIL, TIMEOUT]
if (os == "linux") and fission: [PASS, FAIL, TIMEOUT]
if (os == "win") and (processor == "x86"): [PASS, FAIL]
@ -14,46 +12,37 @@
[History navigation in iframe: "about:blank" document is navigated back from history cross-origin.]
expected:
if (os == "linux") and fission and (processor == "x86_64") and not swgl and not domstreams and debug: [PASS, FAIL, TIMEOUT, NOTRUN]
if (os == "linux") and fission and (processor == "x86_64") and not swgl and not domstreams and not debug: [PASS, FAIL, TIMEOUT, NOTRUN]
if (os == "linux") and fission and (processor == "x86_64") and not swgl and domstreams: [PASS, FAIL, TIMEOUT, NOTRUN]
if (os == "linux") and fission and (processor == "x86_64") and swgl: [PASS, FAIL, TIMEOUT, NOTRUN]
if (os == "linux") and fission and (processor == "x86"): [PASS, FAIL, TIMEOUT, NOTRUN]
if (os == "linux") and fission and debug: [PASS, FAIL, TIMEOUT, NOTRUN]
if (os == "linux") and fission and not debug: [PASS, FAIL, TIMEOUT, NOTRUN]
if (os == "linux") and not fission: [PASS, TIMEOUT, NOTRUN]
if os == "mac": [PASS, TIMEOUT, NOTRUN]
[History navigation in iframe: blob URL document is navigated back from history same-origin.]
expected:
if os == "win": PASS
if os == "android": PASS
[PASS, NOTRUN]
if os == "mac": [PASS, NOTRUN]
if os == "linux": [PASS, NOTRUN]
[History navigation in iframe: blob URL document is navigated back from history cross-origin.]
expected:
if os == "android": PASS
if os == "win": PASS
[PASS, NOTRUN]
if os == "linux": [PASS, NOTRUN]
if os == "mac": [PASS, NOTRUN]
[History navigation in iframe: data URL document is navigated back from history same-origin.]
expected:
if os == "win": PASS
if os == "android": PASS
[PASS, NOTRUN]
if os == "linux": [PASS, NOTRUN]
if os == "mac": [PASS, NOTRUN]
[History navigation in iframe: data URL document is navigated back from history cross-origin.]
expected:
if os == "win": PASS
if os == "android": PASS
[PASS, NOTRUN]
if os == "mac": [PASS, NOTRUN]
if os == "linux": [PASS, NOTRUN]
[History navigation in iframe: srcdoc iframe is navigated back from history same-origin.]
expected:
if os == "android": PASS
if os == "win": PASS
[PASS, NOTRUN]
if os == "linux": [PASS, NOTRUN]
if os == "mac": [PASS, NOTRUN]
[History navigation in iframe: srcdoc iframe is navigated back from history cross-origin.]
expected:
if os == "win": PASS
if os == "android": PASS
[PASS, NOTRUN]
if os == "linux": [PASS, NOTRUN]
if os == "mac": [PASS, NOTRUN]

Просмотреть файл

@ -1,4 +1,16 @@
[iframe-all-local-schemes-inherit-self.sub.html]
expected: [OK, TIMEOUT]
expected:
if (os == "linux") and not fission and debug and swgl: [TIMEOUT, OK]
if (os == "linux") and not fission and debug and not swgl: [TIMEOUT, OK]
if (os == "linux") and fission and not debug: [TIMEOUT, OK]
if (os == "android") and swgl: [TIMEOUT, OK]
if (os == "win") and not debug: [TIMEOUT, OK]
[OK, TIMEOUT]
[<iframe>'s about:blank inherits policy.]
expected: [PASS, TIMEOUT]
expected:
if (os == "linux") and not fission and debug and not swgl: [TIMEOUT, PASS]
if (os == "linux") and not fission and debug and swgl: [TIMEOUT, PASS]
if (os == "linux") and fission and not debug: [TIMEOUT, PASS]
if (os == "win") and not debug: [TIMEOUT, PASS]
if (os == "android") and swgl: [TIMEOUT, PASS]
[PASS, TIMEOUT]

Просмотреть файл

@ -1,5 +1,6 @@
[href-location-blocked.sub.html]
[Violation report status OK.]
expected:
if (os == "android") and swgl: [FAIL, PASS]
if (os == "android") and not swgl: [PASS, FAIL]
if (os == "android") and debug and not swgl: [PASS, FAIL]
if (os == "android") and debug and swgl: [PASS, FAIL]
if (os == "android") and not debug: [PASS, FAIL]

Просмотреть файл

@ -1,11 +1,7 @@
[spv-only-sent-to-initiator.sub.html]
expected:
if (os == "mac") and not debug: [TIMEOUT, OK]
[OK, TIMEOUT]
expected: [OK, TIMEOUT]
[Test that no spv event is raised]
expected:
if (os == "mac") and not debug: [NOTRUN, FAIL]
[FAIL, NOTRUN]
expected: [FAIL, NOTRUN]
[Violation report status OK.]
expected: FAIL

Просмотреть файл

@ -1,81 +1,81 @@
[domain.sub.html]
expected:
if (os == "linux") and not debug and fission and (processor == "x86"): [OK, TIMEOUT]
if (os == "linux") and not debug and fission and (processor == "x86_64"): [OK, TIMEOUT]
if (os == "linux") and not debug and not fission: [OK, TIMEOUT]
if (os == "linux") and not debug and fission: [OK, TIMEOUT]
[Return cookie for domain match (with first domain attribute as suffix of host name and second a match for host name)]
expected:
if (os == "linux") and not debug and fission: [PASS, TIMEOUT, NOTRUN]
if (os == "linux") and not debug and fission: [PASS, NOTRUN, TIMEOUT]
if (os == "linux") and not debug and not fission: [PASS, TIMEOUT, NOTRUN]
[No cookie set on domain mismatch before a (domain matching) redirect]
expected:
if (os == "linux") and not debug and fission: [PASS, TIMEOUT, NOTRUN]
if (os == "linux") and not debug and fission: [PASS, NOTRUN, TIMEOUT]
if (os == "linux") and not debug and not fission: [PASS, TIMEOUT, NOTRUN]
[No cookie set on domain mismatch before a (domain matching) redirect (for second level subdomain)]
expected:
if (os == "linux") and not debug: [PASS, NOTRUN]
if (os == "linux") and not debug and not fission: [PASS, NOTRUN]
if (os == "linux") and not debug and fission: [PASS, NOTRUN]
[Return cookie for domain match (with first domain attribute as suffix of host name and second a bare attribute)]
expected:
if (os == "linux") and not debug: [PASS, NOTRUN]
if (os == "linux") and not debug and fission: [PASS, NOTRUN]
if (os == "linux") and not debug and not fission: [PASS, NOTRUN]
[No cookie returned for domain mismatch (first attribute is a different subdomain and second is bare)]
expected:
if (os == "linux") and not debug: [PASS, NOTRUN]
if (os == "linux") and not debug and fission: [PASS, NOTRUN]
if (os == "linux") and not debug and not fission: [PASS, NOTRUN]
[Cookies with same name, path, and domain (differing only in leading '.') overwrite each other ('.' second)]
expected:
if (os == "linux") and not debug and fission: [PASS, TIMEOUT, NOTRUN]
if (os == "linux") and not debug and not fission: [PASS, NOTRUN]
if (os == "linux") and not debug and fission: [PASS, NOTRUN, TIMEOUT]
[Cookies with same name, path, and domain (differing only in leading '.') overwrite each other ('.' first)]
expected:
if (os == "linux") and not debug and fission: [PASS, TIMEOUT, NOTRUN]
if (os == "linux") and not debug and not fission: [PASS, TIMEOUT, NOTRUN]
if (os == "linux") and not debug and fission: [PASS, NOTRUN, TIMEOUT]
[No host cookies returned for host cookies after non-host redirect 1]
expected:
if (os == "linux") and not debug and fission and (processor == "x86"): [PASS, TIMEOUT, NOTRUN]
if (os == "linux") and not debug and fission and (processor == "x86_64"): [PASS, TIMEOUT, NOTRUN]
if (os == "linux") and not debug and not fission: [PASS, NOTRUN]
if (os == "linux") and not debug and fission: [PASS, NOTRUN, TIMEOUT]
[No host cookies returned for host cookies after non-host redirect 2]
expected:
if (os == "linux") and not debug and fission and (processor == "x86_64"): [PASS, NOTRUN]
if (os == "linux") and not debug and fission and (processor == "x86"): [PASS, NOTRUN]
if (os == "linux") and not debug and not fission: [PASS, TIMEOUT, NOTRUN]
if (os == "linux") and not debug and fission: [PASS, NOTRUN, TIMEOUT]
[No host cookies returned for host cookies after non-host redirect 3]
expected:
if (os == "linux") and not debug and fission and (processor == "x86"): [PASS, NOTRUN]
if (os == "linux") and not debug and fission and (processor == "x86_64"): [PASS, NOTRUN]
if (os == "linux") and not debug and fission: [PASS, NOTRUN]
if (os == "linux") and not debug and not fission: [PASS, TIMEOUT, NOTRUN]
[Return cookie with valid domain after domain with single dot ('.') value.]
expected:
if (os == "linux") and not debug and fission: [PASS, NOTRUN, TIMEOUT]
if (os == "linux") and not debug and not fission: [PASS, TIMEOUT, NOTRUN]
if (os == "linux") and not debug and fission: [PASS, TIMEOUT, NOTRUN]
[Empty domain treated as host cookie 3]
expected:
if (os == "linux") and not debug and fission: [PASS, NOTRUN, TIMEOUT]
if (os == "linux") and not debug and not fission: [PASS, TIMEOUT, NOTRUN]
if (os == "linux") and not debug and fission: [PASS, TIMEOUT, NOTRUN]
[Empty domain treated as host cookie 1]
expected:
if (os == "linux") and not debug and not fission: [PASS, TIMEOUT, NOTRUN]
if (os == "linux") and not debug and fission: [PASS, TIMEOUT, NOTRUN]
if (os == "linux") and not debug and fission: [PASS, NOTRUN, TIMEOUT]
[Empty domain treated as host cookie 2]
expected:
if (os == "linux") and not debug and not fission: [PASS, TIMEOUT, NOTRUN]
if (os == "linux") and not debug and fission: [PASS, TIMEOUT, NOTRUN]
if (os == "linux") and not debug and fission: [PASS, NOTRUN, TIMEOUT]
[Cookie returned for bare domain attribute following mismatched domain attribute (after redirect to same-origin page).]
expected:
if (os == "linux") and not debug: [PASS, NOTRUN]
if (os == "linux") and not debug and not fission: [PASS, NOTRUN]
if (os == "linux") and not debug and fission: [PASS, NOTRUN]
[No cookie returned for domain attribute mismatch (first attribute doesn't, second does, third doesn't)]
expected:
@ -83,14 +83,15 @@
[Return cookie for domain match (with two identical domain attributes)]
expected:
if (os == "linux") and not debug and not fission: [PASS, TIMEOUT, NOTRUN]
if (os == "linux") and not debug and fission: [PASS, TIMEOUT]
if (os == "linux") and not debug and not fission: [PASS, TIMEOUT, NOTRUN]
[No cookie returned for domain with single dot ('.') value.]
expected:
if (os == "linux") and not debug and not fission: [PASS, TIMEOUT, NOTRUN]
if (os == "linux") and not debug and fission: [PASS, TIMEOUT, NOTRUN]
if (os == "linux") and not debug and fission: [PASS, NOTRUN, TIMEOUT]
[Return cookie for domain match (with first domain attribute a match for host name and second as suffix of host name)]
expected:
if (os == "linux") and not debug: [PASS, TIMEOUT, NOTRUN]
if (os == "linux") and not debug and fission: [PASS, TIMEOUT, NOTRUN]
if (os == "linux") and not debug and not fission: [PASS, TIMEOUT, NOTRUN]

Просмотреть файл

@ -1,3 +0,0 @@
[access-control-expose-headers-parsing.window.html]
[Parsing: Access-Control-Expose-Headers%3A%20%2Cbb-8]
expected: FAIL

Просмотреть файл

@ -1,2 +1,5 @@
[fedcm-logout.https.html]
expected: TIMEOUT
[fedcm-logout-rps.https.html]
expected: TIMEOUT

Просмотреть файл

@ -1,2 +0,0 @@
[scrollable-overflow.tentative.html]
expected: FAIL

Просмотреть файл

@ -1,6 +1,5 @@
[relpos-percentage-top-in-scrollable.html]
[Top percentage resolved correctly for overflow contribution]
expected:
if (os == "android") and debug and not swgl: [FAIL, PASS]
if (os == "android") and debug and swgl: [PASS, FAIL]
if (os == "android") and not debug: [FAIL, PASS]
if (os == "android") and not debug: [PASS, FAIL]
if (os == "android") and debug: [FAIL, PASS]

Просмотреть файл

@ -1,2 +0,0 @@
[mix-blend-mode-plus-lighter-svg-basic.html]
expected: FAIL

Просмотреть файл

@ -1,5 +1,7 @@
[background-color-animation-non-zero-size-element-change-to-zero.html]
expected:
if (os == "linux") and fission and swgl: [TIMEOUT, PASS]
if (os == "win") and (processor == "x86_64") and not debug: [TIMEOUT, PASS]
if (os == "android") and not debug: [TIMEOUT, PASS]
if (os == "win") and (processor == "x86"): [TIMEOUT, PASS]
if os == "mac": [TIMEOUT, PASS]

Просмотреть файл

@ -1,5 +1,8 @@
[background-color-animation-with-table2.html]
expected:
if (os == "mac") and not debug: [TIMEOUT, PASS]
if (os == "linux") and fission and swgl: [TIMEOUT, PASS]
if (os == "win") and (processor == "x86_64") and not debug: [TIMEOUT, PASS]
if (os == "android") and not debug: [TIMEOUT, PASS]
if (os == "win") and (processor == "x86"): [TIMEOUT, PASS]
if os == "mac": [TIMEOUT, PASS]
[PASS, TIMEOUT]

Просмотреть файл

@ -1,5 +1,7 @@
[background-color-animation-with-table3.html]
expected:
if (os == "linux") and debug and fission and swgl: [TIMEOUT, PASS]
if (os == "win") and (processor == "x86_64") and not debug: [TIMEOUT, PASS]
if (os == "win") and (processor == "x86"): [TIMEOUT, PASS]
if os == "mac": [TIMEOUT, PASS]
[PASS, TIMEOUT]

Просмотреть файл

@ -1,21 +1,21 @@
[layer-rules-cssom.html]
[Import into anonymous layer]
expected:
if not fission and (os == "linux") and debug and not swgl: [FAIL, PASS]
if not fission and (os == "android"): [FAIL, PASS]
if not fission and (os == "linux") and debug: [FAIL, PASS]
if not fission and (os == "win"): [FAIL, PASS]
if not fission and (os == "android"): [FAIL, PASS]
[PASS, FAIL]
[Import into named layer]
expected:
if not fission and (os == "linux") and debug and not swgl: [FAIL, PASS]
if not fission and (os == "android"): [FAIL, PASS]
if not fission and (os == "linux") and debug: [FAIL, PASS]
if not fission and (os == "win"): [FAIL, PASS]
if not fission and (os == "android"): [FAIL, PASS]
[PASS, FAIL]
[Import without layer]
expected:
if not fission and (os == "linux") and debug and not swgl: [FAIL, PASS]
if not fission and (os == "win"): [FAIL, PASS]
if not fission and (os == "linux") and debug: [FAIL, PASS]
if not fission and (os == "android"): [FAIL, PASS]
if not fission and (os == "win"): [FAIL, PASS]
[PASS, FAIL]

Разница между файлами не показана из-за своего большого размера Загрузить разницу

Просмотреть файл

@ -1,2 +1,4 @@
[deprecated-sameas-003.html]
expected: FAIL
expected:
if os == "mac": PASS
FAIL

Просмотреть файл

@ -1,2 +1,5 @@
[deprecated-sameas-007.html]
expected: FAIL
expected:
if os == "mac": PASS
if os == "win": PASS
FAIL

Просмотреть файл

@ -1,2 +1,4 @@
[deprecated-sameas-008.html]
expected: FAIL
expected:
if os == "mac": PASS
FAIL

Просмотреть файл

@ -1,2 +1,4 @@
[deprecated-sameas-009.html]
expected: FAIL
expected:
if os == "mac": PASS
FAIL

Просмотреть файл

@ -1,4 +1,4 @@
[deprecated-sameas-013.html]
expected:
if os == "linux": PASS
FAIL
if os == "win": FAIL
if os == "android": FAIL

Просмотреть файл

@ -1,2 +1,5 @@
[deprecated-sameas-014.html]
expected: FAIL
expected:
if os == "mac": PASS
if os == "win": PASS
FAIL

Просмотреть файл

@ -1,2 +1,4 @@
[deprecated-sameas-021.html]
expected: FAIL
expected:
if os == "win": PASS
FAIL

Просмотреть файл

@ -1,2 +1,4 @@
[deprecated-sameas-023.html]
expected: FAIL
expected:
if os == "win": PASS
FAIL

Просмотреть файл

@ -593,9 +593,6 @@
[Property color value 'lch(from lch(70% 45 30) l c h / alpha)']
expected: FAIL
[Property color value 'lch(from lch(70% 45 30 / 40%) l c h/ alpha)']
expected: FAIL
[Property color value 'lch(from lch(from lch(70% 45 30) l c h) l c h)']
expected: FAIL
@ -713,9 +710,6 @@
[Property color value 'oklch(from oklch(70% 45 30) l c h / alpha)']
expected: FAIL
[Property color value 'oklch(from oklch(70% 45 30 / 40%) l c h/ alpha)']
expected: FAIL
[Property color value 'oklch(from oklch(from oklch(70% 45 30) l c h) l c h)']
expected: FAIL

Просмотреть файл

@ -593,9 +593,6 @@
[e.style['color'\] = "lch(from lch(70% 45 30) l c h / alpha)" should set the property value]
expected: FAIL
[e.style['color'\] = "lch(from lch(70% 45 30 / 40%) l c h/ alpha)" should set the property value]
expected: FAIL
[e.style['color'\] = "lch(from lch(from lch(70% 45 30) l c h) l c h)" should set the property value]
expected: FAIL
@ -713,9 +710,6 @@
[e.style['color'\] = "oklch(from oklch(70% 45 30) l c h / alpha)" should set the property value]
expected: FAIL
[e.style['color'\] = "oklch(from oklch(70% 45 30 / 40%) l c h/ alpha)" should set the property value]
expected: FAIL
[e.style['color'\] = "oklch(from oklch(from oklch(70% 45 30) l c h) l c h)" should set the property value]
expected: FAIL

Просмотреть файл

@ -0,0 +1,3 @@
[crash-large-grapheme-cluster.html]
expected:
if (os == "linux") and not debug and fission and (processor == "x86_64"): [OK, TIMEOUT]

Просмотреть файл

@ -1,3 +0,0 @@
[font-palette-35.html]
expected:
if os == "mac": FAIL

Просмотреть файл

@ -1,3 +0,0 @@
[font-palette-36.html]
expected:
if os == "mac": FAIL

Просмотреть файл

@ -1,5 +1,5 @@
[table-grid-item-dynamic-004.html]
bug: https://bugzilla.mozilla.org/show_bug.cgi?id=1521088
expected:
if os == "android": [PASS, FAIL]
if os == "android": [FAIL, PASS]
FAIL

Просмотреть файл

@ -1,4 +1,5 @@
[webkit-line-clamp-008.html]
expected:
if (os == "android") and debug: [PASS, FAIL]
if (os == "android") and not debug: [PASS, FAIL]
if (os == "android") and not swgl and not debug: [PASS, FAIL]
if (os == "android") and not swgl and debug: [PASS, FAIL]
if (os == "android") and swgl: [PASS, FAIL]

Просмотреть файл

@ -1,7 +1,6 @@
[fragment-scrolling-anchors.html]
[Verify scroll anchoring interaction with fragment scrolls]
expected:
if (os == "mac") and not fission and debug: [PASS, FAIL]
if (os == "mac") and not fission and not debug: [PASS, FAIL]
if (os == "mac") and fission: [PASS, FAIL]
if (os == "mac") and debug: [PASS, FAIL]
if (os == "mac") and not debug: [FAIL, PASS]
FAIL

Просмотреть файл

@ -25,10 +25,11 @@
[Snaps to bottom-left after pressing ArrowDown]
expected:
if (os == "linux") and fission and debug and not swgl: [FAIL, PASS]
if (os == "win") and debug and swgl: PASS
if (os == "linux") and not swgl and not fission and not debug: [PASS, FAIL]
if (os == "win") and debug and not swgl: FAIL
if (os == "android") and not swgl: FAIL
if (os == "win") and debug and swgl: PASS
if (os == "android") and swgl: PASS
if (os == "win") and not debug: [FAIL, PASS]
[PASS, FAIL]
if (os == "android") and not swgl: FAIL
if (os == "linux") and swgl: [PASS, FAIL]
if os == "mac": [PASS, FAIL]
[FAIL, PASS]

Просмотреть файл

@ -1388,45 +1388,12 @@
[CSSRGB interface: existence and properties of interface object]
expected: FAIL
[CSSDeviceCMYK interface: existence and properties of interface prototype object's @@unscopables property]
expected: FAIL
[CSSColorValue interface: operation to(CSSKeywordish)]
expected: FAIL
[CSSDeviceCMYK interface: existence and properties of interface prototype object's "constructor" property]
expected: FAIL
[CSSDeviceCMYK interface: attribute c]
expected: FAIL
[CSSDeviceCMYK interface: attribute y]
expected: FAIL
[CSSDeviceCMYK interface object name]
expected: FAIL
[CSSDeviceCMYK interface object length]
expected: FAIL
[CSSDeviceCMYK interface: existence and properties of interface prototype object]
expected: FAIL
[CSSColorValue interface: attribute colorSpace]
expected: FAIL
[CSSDeviceCMYK interface: attribute alpha]
expected: FAIL
[CSSDeviceCMYK interface: existence and properties of interface object]
expected: FAIL
[CSSDeviceCMYK interface: attribute k]
expected: FAIL
[CSSDeviceCMYK interface: attribute m]
expected: FAIL
[CSSMathClamp interface: attribute lower]
expected: FAIL
@ -1435,3 +1402,72 @@
[CSSMathClamp interface: attribute value]
expected: FAIL
[CSSColor interface: attribute colorSpace]
expected: FAIL
[CSSOKLCH interface object name]
expected: FAIL
[CSSOKLab interface: existence and properties of interface object]
expected: FAIL
[CSSOKLCH interface: existence and properties of interface prototype object]
expected: FAIL
[CSSOKLab interface object name]
expected: FAIL
[CSSColor interface: attribute channels]
expected: FAIL
[CSSColor interface: attribute alpha]
expected: FAIL
[CSSOKLab interface: existence and properties of interface prototype object's @@unscopables property]
expected: FAIL
[CSSOKLCH interface: attribute c]
expected: FAIL
[CSSOKLCH interface: existence and properties of interface object]
expected: FAIL
[CSSOKLCH interface: existence and properties of interface prototype object's @@unscopables property]
expected: FAIL
[CSSOKLab interface object length]
expected: FAIL
[CSSOKLCH interface: attribute h]
expected: FAIL
[CSSOKLCH interface: existence and properties of interface prototype object's "constructor" property]
expected: FAIL
[CSSOKLCH interface: attribute alpha]
expected: FAIL
[CSSOKLCH interface object length]
expected: FAIL
[CSSOKLCH interface: attribute l]
expected: FAIL
[CSSOKLab interface: existence and properties of interface prototype object]
expected: FAIL
[CSSOKLab interface: attribute a]
expected: FAIL
[CSSOKLab interface: existence and properties of interface prototype object's "constructor" property]
expected: FAIL
[CSSOKLab interface: attribute b]
expected: FAIL
[CSSOKLab interface: attribute alpha]
expected: FAIL
[CSSOKLab interface: attribute l]
expected: FAIL

Просмотреть файл

@ -26,3 +26,8 @@
[Multiple CSSMathValues with one different are not equal]
expected: FAIL
[Two CSSMathClamp with different units are not equal]
expected: FAIL
[Two CSSMathClamp with same value and unit are equal]
expected: FAIL

Просмотреть файл

@ -23,3 +23,5 @@
[Parsing clamp() is successful]
expected: FAIL
[Parsing a <dimension-token> with invalid units throws a SyntaxError]
expected: FAIL

Некоторые файлы не были показаны из-за слишком большого количества измененных файлов Показать больше