diff --git a/testing/web-platform/meta/FileAPI/idlharness.any.js.ini b/testing/web-platform/meta/FileAPI/idlharness.any.js.ini deleted file mode 100644 index 1f61542ac23b..000000000000 --- a/testing/web-platform/meta/FileAPI/idlharness.any.js.ini +++ /dev/null @@ -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 diff --git a/testing/web-platform/meta/FileAPI/idlharness.html.ini b/testing/web-platform/meta/FileAPI/idlharness.html.ini deleted file mode 100644 index 00cffd5af8d9..000000000000 --- a/testing/web-platform/meta/FileAPI/idlharness.html.ini +++ /dev/null @@ -1,3 +0,0 @@ -[idlharness.html] - [Partial interface URL: valid exposure set] - expected: FAIL diff --git a/testing/web-platform/meta/FileAPI/idlharness.worker.js.ini b/testing/web-platform/meta/FileAPI/idlharness.worker.js.ini deleted file mode 100644 index 46dc6f12a5bf..000000000000 --- a/testing/web-platform/meta/FileAPI/idlharness.worker.js.ini +++ /dev/null @@ -1,3 +0,0 @@ -[idlharness.worker.html] - [Partial interface URL: valid exposure set] - expected: FAIL diff --git a/testing/web-platform/meta/IndexedDB/idb-partitioned-basic.tentative.sub.html.ini b/testing/web-platform/meta/IndexedDB/idb-partitioned-basic.tentative.sub.html.ini index 2b9f4ae93544..0683da879d64 100644 --- a/testing/web-platform/meta/IndexedDB/idb-partitioned-basic.tentative.sub.html.ini +++ b/testing/web-platform/meta/IndexedDB/idb-partitioned-basic.tentative.sub.html.ini @@ -1,3 +1,4 @@ [idb-partitioned-basic.tentative.sub.html] [Simple test for partitioned IndexedDB] - expected: FAIL + expected: + if os == "android": FAIL diff --git a/testing/web-platform/meta/IndexedDB/key-generators/reading-autoincrement-indexes.any.js.ini b/testing/web-platform/meta/IndexedDB/key-generators/reading-autoincrement-indexes.any.js.ini index 2398f01dc9b9..117de735de2b 100644 --- a/testing/web-platform/meta/IndexedDB/key-generators/reading-autoincrement-indexes.any.js.ini +++ b/testing/web-platform/meta/IndexedDB/key-generators/reading-autoincrement-indexes.any.js.ini @@ -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] diff --git a/testing/web-platform/meta/app-history/navigate-event/transitionWhile-and-navigate.html.ini b/testing/web-platform/meta/app-history/navigate-event/transitionWhile-and-navigate.html.ini index 999a3dd3fc72..2f35348252f9 100644 --- a/testing/web-platform/meta/app-history/navigate-event/transitionWhile-and-navigate.html.ini +++ b/testing/web-platform/meta/app-history/navigate-event/transitionWhile-and-navigate.html.ini @@ -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 diff --git a/testing/web-platform/meta/app-history/navigate/navigate-replace-same-document.html.ini b/testing/web-platform/meta/app-history/navigate/navigate-replace-same-document.html.ini index 6e23dbb9013a..f574824a4c49 100644 --- a/testing/web-platform/meta/app-history/navigate/navigate-replace-same-document.html.ini +++ b/testing/web-platform/meta/app-history/navigate/navigate-replace-same-document.html.ini @@ -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] diff --git a/testing/web-platform/meta/app-history/ordering-and-transition/back-same-document-transitionWhile-reject.html.ini b/testing/web-platform/meta/app-history/ordering-and-transition/back-same-document-transitionWhile-reject.html.ini new file mode 100644 index 000000000000..d544c6cb9945 --- /dev/null +++ b/testing/web-platform/meta/app-history/ordering-and-transition/back-same-document-transitionWhile-reject.html.ini @@ -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 diff --git a/testing/web-platform/meta/app-history/ordering-and-transition/back-same-document-transitionWhile.html.ini b/testing/web-platform/meta/app-history/ordering-and-transition/back-same-document-transitionWhile.html.ini new file mode 100644 index 000000000000..86529b6a5ae4 --- /dev/null +++ b/testing/web-platform/meta/app-history/ordering-and-transition/back-same-document-transitionWhile.html.ini @@ -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 diff --git a/testing/web-platform/meta/app-history/ordering-and-transition/back-same-document.html.ini b/testing/web-platform/meta/app-history/ordering-and-transition/back-same-document.html.ini new file mode 100644 index 000000000000..b864b8652b46 --- /dev/null +++ b/testing/web-platform/meta/app-history/ordering-and-transition/back-same-document.html.ini @@ -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 diff --git a/testing/web-platform/meta/app-history/ordering-and-transition/currentchange-dispose-ordering.html.ini b/testing/web-platform/meta/app-history/ordering-and-transition/currentchange-dispose-ordering.html.ini new file mode 100644 index 000000000000..c3328b7e00b0 --- /dev/null +++ b/testing/web-platform/meta/app-history/ordering-and-transition/currentchange-dispose-ordering.html.ini @@ -0,0 +1,3 @@ +[currentchange-dispose-ordering.html] + [Ordering between AppHistoryCurrentChangeEvent and AppHistoryEntry dispose events] + expected: FAIL diff --git a/testing/web-platform/meta/app-history/ordering-and-transition/location-href-canceled.html.ini b/testing/web-platform/meta/app-history/ordering-and-transition/location-href-canceled.html.ini new file mode 100644 index 000000000000..387a832f32f5 --- /dev/null +++ b/testing/web-platform/meta/app-history/ordering-and-transition/location-href-canceled.html.ini @@ -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 diff --git a/testing/web-platform/meta/app-history/ordering-and-transition/location-href-double-transitionWhile.html.ini b/testing/web-platform/meta/app-history/ordering-and-transition/location-href-double-transitionWhile.html.ini new file mode 100644 index 000000000000..bc4652bbc04b --- /dev/null +++ b/testing/web-platform/meta/app-history/ordering-and-transition/location-href-double-transitionWhile.html.ini @@ -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 diff --git a/testing/web-platform/meta/app-history/ordering-and-transition/location-href-transitionWhile-reentrant.html.ini b/testing/web-platform/meta/app-history/ordering-and-transition/location-href-transitionWhile-reentrant.html.ini new file mode 100644 index 000000000000..672a5378ee12 --- /dev/null +++ b/testing/web-platform/meta/app-history/ordering-and-transition/location-href-transitionWhile-reentrant.html.ini @@ -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 diff --git a/testing/web-platform/meta/app-history/ordering-and-transition/location-href-transitionWhile-reject.html.ini b/testing/web-platform/meta/app-history/ordering-and-transition/location-href-transitionWhile-reject.html.ini new file mode 100644 index 000000000000..ef45f20d640c --- /dev/null +++ b/testing/web-platform/meta/app-history/ordering-and-transition/location-href-transitionWhile-reject.html.ini @@ -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 diff --git a/testing/web-platform/meta/app-history/ordering-and-transition/location-href-transitionWhile.html.ini b/testing/web-platform/meta/app-history/ordering-and-transition/location-href-transitionWhile.html.ini new file mode 100644 index 000000000000..22b711841301 --- /dev/null +++ b/testing/web-platform/meta/app-history/ordering-and-transition/location-href-transitionWhile.html.ini @@ -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 diff --git a/testing/web-platform/meta/app-history/ordering-and-transition/navigate-canceled.html.ini b/testing/web-platform/meta/app-history/ordering-and-transition/navigate-canceled.html.ini new file mode 100644 index 000000000000..3bdfa5d355aa --- /dev/null +++ b/testing/web-platform/meta/app-history/ordering-and-transition/navigate-canceled.html.ini @@ -0,0 +1,3 @@ +[navigate-canceled.html] + [event and promise ordering for appHistory.navigate() where the navigate event is canceled] + expected: FAIL diff --git a/testing/web-platform/meta/app-history/ordering-and-transition/navigate-cross-document-double.html.ini b/testing/web-platform/meta/app-history/ordering-and-transition/navigate-cross-document-double.html.ini new file mode 100644 index 000000000000..2b3d5c2cafc3 --- /dev/null +++ b/testing/web-platform/meta/app-history/ordering-and-transition/navigate-cross-document-double.html.ini @@ -0,0 +1,3 @@ +[navigate-cross-document-double.html] + [navigateerror ordering when navigate() is called repeatedly (cross-document)] + expected: FAIL diff --git a/testing/web-platform/meta/app-history/ordering-and-transition/navigate-cross-document-event-order.html.ini b/testing/web-platform/meta/app-history/ordering-and-transition/navigate-cross-document-event-order.html.ini new file mode 100644 index 000000000000..a35df84d71de --- /dev/null +++ b/testing/web-platform/meta/app-history/ordering-and-transition/navigate-cross-document-event-order.html.ini @@ -0,0 +1,3 @@ +[navigate-cross-document-event-order.html] + [navigate() event ordering for cross-document navigation] + expected: FAIL diff --git a/testing/web-platform/meta/app-history/ordering-and-transition/navigate-double-transitionWhile.html.ini b/testing/web-platform/meta/app-history/ordering-and-transition/navigate-double-transitionWhile.html.ini new file mode 100644 index 000000000000..2259c5617a39 --- /dev/null +++ b/testing/web-platform/meta/app-history/ordering-and-transition/navigate-double-transitionWhile.html.ini @@ -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 diff --git a/testing/web-platform/meta/app-history/ordering-and-transition/navigate-in-transition-finished.html.ini b/testing/web-platform/meta/app-history/ordering-and-transition/navigate-in-transition-finished.html.ini new file mode 100644 index 000000000000..6c68b712e0e6 --- /dev/null +++ b/testing/web-platform/meta/app-history/ordering-and-transition/navigate-in-transition-finished.html.ini @@ -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 diff --git a/testing/web-platform/meta/app-history/ordering-and-transition/navigate-same-document-transitionWhile-reentrant.html.ini b/testing/web-platform/meta/app-history/ordering-and-transition/navigate-same-document-transitionWhile-reentrant.html.ini new file mode 100644 index 000000000000..768796079f39 --- /dev/null +++ b/testing/web-platform/meta/app-history/ordering-and-transition/navigate-same-document-transitionWhile-reentrant.html.ini @@ -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 diff --git a/testing/web-platform/meta/app-history/ordering-and-transition/navigate-same-document-transitionWhile-reject.html.ini b/testing/web-platform/meta/app-history/ordering-and-transition/navigate-same-document-transitionWhile-reject.html.ini new file mode 100644 index 000000000000..0f4fc78129c5 --- /dev/null +++ b/testing/web-platform/meta/app-history/ordering-and-transition/navigate-same-document-transitionWhile-reject.html.ini @@ -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 diff --git a/testing/web-platform/meta/app-history/ordering-and-transition/navigate-same-document.html.ini b/testing/web-platform/meta/app-history/ordering-and-transition/navigate-same-document.html.ini new file mode 100644 index 000000000000..3926c66b5700 --- /dev/null +++ b/testing/web-platform/meta/app-history/ordering-and-transition/navigate-same-document.html.ini @@ -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 diff --git a/testing/web-platform/meta/app-history/ordering-and-transition/navigate-transitionWhile-stop.html.ini b/testing/web-platform/meta/app-history/ordering-and-transition/navigate-transitionWhile-stop.html.ini new file mode 100644 index 000000000000..c0858b54d8ad --- /dev/null +++ b/testing/web-platform/meta/app-history/ordering-and-transition/navigate-transitionWhile-stop.html.ini @@ -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 diff --git a/testing/web-platform/meta/app-history/ordering-and-transition/navigate-transitionWhile.html.ini b/testing/web-platform/meta/app-history/ordering-and-transition/navigate-transitionWhile.html.ini new file mode 100644 index 000000000000..6c6f4c9b8559 --- /dev/null +++ b/testing/web-platform/meta/app-history/ordering-and-transition/navigate-transitionWhile.html.ini @@ -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 diff --git a/testing/web-platform/meta/app-history/ordering-and-transition/reload-canceled.html.ini b/testing/web-platform/meta/app-history/ordering-and-transition/reload-canceled.html.ini new file mode 100644 index 000000000000..24b4de6145ee --- /dev/null +++ b/testing/web-platform/meta/app-history/ordering-and-transition/reload-canceled.html.ini @@ -0,0 +1,3 @@ +[reload-canceled.html] + [event and promise ordering for appHistory.reload() where the navigate event is canceled] + expected: FAIL diff --git a/testing/web-platform/meta/app-history/ordering-and-transition/reload-transitionWhile-reject.html.ini b/testing/web-platform/meta/app-history/ordering-and-transition/reload-transitionWhile-reject.html.ini new file mode 100644 index 000000000000..8e49f516cc7e --- /dev/null +++ b/testing/web-platform/meta/app-history/ordering-and-transition/reload-transitionWhile-reject.html.ini @@ -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 diff --git a/testing/web-platform/meta/app-history/ordering-and-transition/reload-transitionWhile.html.ini b/testing/web-platform/meta/app-history/ordering-and-transition/reload-transitionWhile.html.ini new file mode 100644 index 000000000000..bb1a113edcab --- /dev/null +++ b/testing/web-platform/meta/app-history/ordering-and-transition/reload-transitionWhile.html.ini @@ -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 diff --git a/testing/web-platform/meta/app-history/transition/cross-document.html.ini b/testing/web-platform/meta/app-history/ordering-and-transition/transition-cross-document.html.ini similarity index 87% rename from testing/web-platform/meta/app-history/transition/cross-document.html.ini rename to testing/web-platform/meta/app-history/ordering-and-transition/transition-cross-document.html.ini index 6e7970b94ac7..1053c0b6a496 100644 --- a/testing/web-platform/meta/app-history/transition/cross-document.html.ini +++ b/testing/web-platform/meta/app-history/ordering-and-transition/transition-cross-document.html.ini @@ -1,4 +1,4 @@ -[cross-document.html] +[transition-cross-document.html] [cross-document reload() must leave transition null] expected: FAIL diff --git a/testing/web-platform/meta/app-history/ordering-and-transition/transition-finished-mark-as-handled.html.ini b/testing/web-platform/meta/app-history/ordering-and-transition/transition-finished-mark-as-handled.html.ini new file mode 100644 index 000000000000..37dabaccc551 --- /dev/null +++ b/testing/web-platform/meta/app-history/ordering-and-transition/transition-finished-mark-as-handled.html.ini @@ -0,0 +1,3 @@ +[transition-finished-mark-as-handled.html] + [appHistory.transition.finished must not trigger unhandled rejections] + expected: FAIL diff --git a/testing/web-platform/meta/app-history/ordering-and-transition/transition-realms-and-identity.html.ini b/testing/web-platform/meta/app-history/ordering-and-transition/transition-realms-and-identity.html.ini new file mode 100644 index 000000000000..8561786c10b6 --- /dev/null +++ b/testing/web-platform/meta/app-history/ordering-and-transition/transition-realms-and-identity.html.ini @@ -0,0 +1,3 @@ +[transition-realms-and-identity.html] + [Realm and identity of the appHistory.transition object and its finished promise] + expected: FAIL diff --git a/testing/web-platform/meta/app-history/transition/back-transitionWhile-rejected.html.ini b/testing/web-platform/meta/app-history/transition/back-transitionWhile-rejected.html.ini deleted file mode 100644 index f6bbedc29ae7..000000000000 --- a/testing/web-platform/meta/app-history/transition/back-transitionWhile-rejected.html.ini +++ /dev/null @@ -1,3 +0,0 @@ -[back-transitionWhile-rejected.html] - [transitionWhile()ed back() with a rejected promise] - expected: FAIL diff --git a/testing/web-platform/meta/app-history/transition/back-transitionWhile.html.ini b/testing/web-platform/meta/app-history/transition/back-transitionWhile.html.ini deleted file mode 100644 index e21d48da1ae1..000000000000 --- a/testing/web-platform/meta/app-history/transition/back-transitionWhile.html.ini +++ /dev/null @@ -1,3 +0,0 @@ -[back-transitionWhile.html] - [transitionWhile()ed back()] - expected: FAIL diff --git a/testing/web-platform/meta/app-history/transition/fragment-nav-transitionWhile.html.ini b/testing/web-platform/meta/app-history/transition/fragment-nav-transitionWhile.html.ini deleted file mode 100644 index 201fd416a0cb..000000000000 --- a/testing/web-platform/meta/app-history/transition/fragment-nav-transitionWhile.html.ini +++ /dev/null @@ -1,3 +0,0 @@ -[fragment-nav-transitionWhile.html] - [intercepted fragment navigations set transition] - expected: FAIL diff --git a/testing/web-platform/meta/app-history/transition/fragment-nav.html.ini b/testing/web-platform/meta/app-history/transition/fragment-nav.html.ini deleted file mode 100644 index 6a867401302e..000000000000 --- a/testing/web-platform/meta/app-history/transition/fragment-nav.html.ini +++ /dev/null @@ -1,3 +0,0 @@ -[fragment-nav.html] - [non-intercepted fragment navigations leave transition null] - expected: FAIL diff --git a/testing/web-platform/meta/app-history/transition/location-href-canceled.html.ini b/testing/web-platform/meta/app-history/transition/location-href-canceled.html.ini deleted file mode 100644 index 3f9e1c7329f5..000000000000 --- a/testing/web-platform/meta/app-history/transition/location-href-canceled.html.ini +++ /dev/null @@ -1,3 +0,0 @@ -[location-href-canceled.html] - [canceled location.href navigation] - expected: FAIL diff --git a/testing/web-platform/meta/app-history/transition/location-href-transitionWhile-rejected.html.ini b/testing/web-platform/meta/app-history/transition/location-href-transitionWhile-rejected.html.ini deleted file mode 100644 index 40b86caec8a1..000000000000 --- a/testing/web-platform/meta/app-history/transition/location-href-transitionWhile-rejected.html.ini +++ /dev/null @@ -1,3 +0,0 @@ -[location-href-transitionWhile-rejected.html] - [transitionWhile()ed location.href navigation with a rejected promise] - expected: FAIL diff --git a/testing/web-platform/meta/app-history/transition/location-href-transitionWhile.html.ini b/testing/web-platform/meta/app-history/transition/location-href-transitionWhile.html.ini deleted file mode 100644 index 424e0a1d43fe..000000000000 --- a/testing/web-platform/meta/app-history/transition/location-href-transitionWhile.html.ini +++ /dev/null @@ -1,3 +0,0 @@ -[location-href-transitionWhile.html] - [transitionWhile()ed location.href navigation] - expected: FAIL diff --git a/testing/web-platform/meta/app-history/transition/navigate-canceled.html.ini b/testing/web-platform/meta/app-history/transition/navigate-canceled.html.ini deleted file mode 100644 index 28b1c68b91a3..000000000000 --- a/testing/web-platform/meta/app-history/transition/navigate-canceled.html.ini +++ /dev/null @@ -1,3 +0,0 @@ -[navigate-canceled.html] - [canceled navigate()] - expected: FAIL diff --git a/testing/web-platform/meta/app-history/transition/navigate-transitionWhile-interrupted.html.ini b/testing/web-platform/meta/app-history/transition/navigate-transitionWhile-interrupted.html.ini deleted file mode 100644 index ed2bf1f18565..000000000000 --- a/testing/web-platform/meta/app-history/transition/navigate-transitionWhile-interrupted.html.ini +++ /dev/null @@ -1,3 +0,0 @@ -[navigate-transitionWhile-interrupted.html] - [transitionWhile()ed one navigate() interrupting the other] - expected: FAIL diff --git a/testing/web-platform/meta/app-history/transition/navigate-transitionWhile-rejected.html.ini b/testing/web-platform/meta/app-history/transition/navigate-transitionWhile-rejected.html.ini deleted file mode 100644 index 862e3e02eb83..000000000000 --- a/testing/web-platform/meta/app-history/transition/navigate-transitionWhile-rejected.html.ini +++ /dev/null @@ -1,3 +0,0 @@ -[navigate-transitionWhile-rejected.html] - [transitionWhile()ed navigate() with a rejected promise] - expected: FAIL diff --git a/testing/web-platform/meta/app-history/transition/navigate-transitionWhile-stop.html.ini b/testing/web-platform/meta/app-history/transition/navigate-transitionWhile-stop.html.ini deleted file mode 100644 index ca39a394b1e4..000000000000 --- a/testing/web-platform/meta/app-history/transition/navigate-transitionWhile-stop.html.ini +++ /dev/null @@ -1,3 +0,0 @@ -[navigate-transitionWhile-stop.html] - [transitionWhile()ed navigate() that is stop()ed] - expected: FAIL diff --git a/testing/web-platform/meta/app-history/transition/navigate-transitionWhile.html.ini b/testing/web-platform/meta/app-history/transition/navigate-transitionWhile.html.ini deleted file mode 100644 index a004e7dba56c..000000000000 --- a/testing/web-platform/meta/app-history/transition/navigate-transitionWhile.html.ini +++ /dev/null @@ -1,3 +0,0 @@ -[navigate-transitionWhile.html] - [transitionWhile()ed navigate()] - expected: FAIL diff --git a/testing/web-platform/meta/app-history/transition/reload-canceled.html.ini b/testing/web-platform/meta/app-history/transition/reload-canceled.html.ini deleted file mode 100644 index 844d1374d64c..000000000000 --- a/testing/web-platform/meta/app-history/transition/reload-canceled.html.ini +++ /dev/null @@ -1,3 +0,0 @@ -[reload-canceled.html] - [canceled reload()] - expected: FAIL diff --git a/testing/web-platform/meta/app-history/transition/reload-transitionWhile-rejected.html.ini b/testing/web-platform/meta/app-history/transition/reload-transitionWhile-rejected.html.ini deleted file mode 100644 index 22302cdd6e9d..000000000000 --- a/testing/web-platform/meta/app-history/transition/reload-transitionWhile-rejected.html.ini +++ /dev/null @@ -1,3 +0,0 @@ -[reload-transitionWhile-rejected.html] - [transitionWhile()ed reload() with a rejected promise] - expected: FAIL diff --git a/testing/web-platform/meta/app-history/transition/reload-transitionWhile.html.ini b/testing/web-platform/meta/app-history/transition/reload-transitionWhile.html.ini deleted file mode 100644 index 7c510fba5371..000000000000 --- a/testing/web-platform/meta/app-history/transition/reload-transitionWhile.html.ini +++ /dev/null @@ -1,3 +0,0 @@ -[reload-transitionWhile.html] - [transitionWhile()ed reload()] - expected: FAIL diff --git a/testing/web-platform/meta/battery-status/battery-insecure-context.html.ini b/testing/web-platform/meta/battery-status/battery-insecure-context.html.ini deleted file mode 100644 index dfc6b852bfcf..000000000000 --- a/testing/web-platform/meta/battery-status/battery-insecure-context.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[battery-insecure-context.html] - [navigator.getBattery() shall throw a 'SecurityError' in an insecure context] - expected: FAIL - diff --git a/testing/web-platform/meta/bluetooth/characteristic/getDescriptor/detachedIframe.https.window.js.ini b/testing/web-platform/meta/bluetooth/characteristic/getDescriptor/detachedIframe.https.window.js.ini new file mode 100644 index 000000000000..ea670c8d91e8 --- /dev/null +++ b/testing/web-platform/meta/bluetooth/characteristic/getDescriptor/detachedIframe.https.window.js.ini @@ -0,0 +1,2 @@ +[detachedIframe.https.window.html] + expected: ERROR diff --git a/testing/web-platform/meta/bluetooth/characteristic/getDescriptors/detachedIframe.https.window.js.ini b/testing/web-platform/meta/bluetooth/characteristic/getDescriptors/detachedIframe.https.window.js.ini new file mode 100644 index 000000000000..ea670c8d91e8 --- /dev/null +++ b/testing/web-platform/meta/bluetooth/characteristic/getDescriptors/detachedIframe.https.window.js.ini @@ -0,0 +1,2 @@ +[detachedIframe.https.window.html] + expected: ERROR diff --git a/testing/web-platform/meta/bluetooth/characteristic/readValue/detachedIframe.https.window.js.ini b/testing/web-platform/meta/bluetooth/characteristic/readValue/detachedIframe.https.window.js.ini new file mode 100644 index 000000000000..ea670c8d91e8 --- /dev/null +++ b/testing/web-platform/meta/bluetooth/characteristic/readValue/detachedIframe.https.window.js.ini @@ -0,0 +1,2 @@ +[detachedIframe.https.window.html] + expected: ERROR diff --git a/testing/web-platform/meta/bluetooth/characteristic/startNotifications/detachedIframe.https.window.js.ini b/testing/web-platform/meta/bluetooth/characteristic/startNotifications/detachedIframe.https.window.js.ini new file mode 100644 index 000000000000..ea670c8d91e8 --- /dev/null +++ b/testing/web-platform/meta/bluetooth/characteristic/startNotifications/detachedIframe.https.window.js.ini @@ -0,0 +1,2 @@ +[detachedIframe.https.window.html] + expected: ERROR diff --git a/testing/web-platform/meta/bluetooth/characteristic/stopNotifications/detachedIframe.https.window.js.ini b/testing/web-platform/meta/bluetooth/characteristic/stopNotifications/detachedIframe.https.window.js.ini new file mode 100644 index 000000000000..ea670c8d91e8 --- /dev/null +++ b/testing/web-platform/meta/bluetooth/characteristic/stopNotifications/detachedIframe.https.window.js.ini @@ -0,0 +1,2 @@ +[detachedIframe.https.window.html] + expected: ERROR diff --git a/testing/web-platform/meta/bluetooth/characteristic/writeValue/detachedIframe.https.window.js.ini b/testing/web-platform/meta/bluetooth/characteristic/writeValue/detachedIframe.https.window.js.ini new file mode 100644 index 000000000000..ea670c8d91e8 --- /dev/null +++ b/testing/web-platform/meta/bluetooth/characteristic/writeValue/detachedIframe.https.window.js.ini @@ -0,0 +1,2 @@ +[detachedIframe.https.window.html] + expected: ERROR diff --git a/testing/web-platform/meta/bluetooth/descriptor/readValue/detachedIframe.https.window.js.ini b/testing/web-platform/meta/bluetooth/descriptor/readValue/detachedIframe.https.window.js.ini new file mode 100644 index 000000000000..ea670c8d91e8 --- /dev/null +++ b/testing/web-platform/meta/bluetooth/descriptor/readValue/detachedIframe.https.window.js.ini @@ -0,0 +1,2 @@ +[detachedIframe.https.window.html] + expected: ERROR diff --git a/testing/web-platform/meta/bluetooth/descriptor/writeValue/detachedIframe.https.window.js.ini b/testing/web-platform/meta/bluetooth/descriptor/writeValue/detachedIframe.https.window.js.ini new file mode 100644 index 000000000000..ea670c8d91e8 --- /dev/null +++ b/testing/web-platform/meta/bluetooth/descriptor/writeValue/detachedIframe.https.window.js.ini @@ -0,0 +1,2 @@ +[detachedIframe.https.window.html] + expected: ERROR diff --git a/testing/web-platform/meta/bluetooth/device/watchAdvertisements/detachedIframe.https.window.js.ini b/testing/web-platform/meta/bluetooth/device/watchAdvertisements/detachedIframe.https.window.js.ini new file mode 100644 index 000000000000..ea670c8d91e8 --- /dev/null +++ b/testing/web-platform/meta/bluetooth/device/watchAdvertisements/detachedIframe.https.window.js.ini @@ -0,0 +1,2 @@ +[detachedIframe.https.window.html] + expected: ERROR diff --git a/testing/web-platform/meta/bluetooth/server/connect/detachedIframe.https.window.js.ini b/testing/web-platform/meta/bluetooth/server/connect/detachedIframe.https.window.js.ini new file mode 100644 index 000000000000..ea670c8d91e8 --- /dev/null +++ b/testing/web-platform/meta/bluetooth/server/connect/detachedIframe.https.window.js.ini @@ -0,0 +1,2 @@ +[detachedIframe.https.window.html] + expected: ERROR diff --git a/testing/web-platform/meta/bluetooth/server/disconnect/detachedIframe.https.window.js.ini b/testing/web-platform/meta/bluetooth/server/disconnect/detachedIframe.https.window.js.ini new file mode 100644 index 000000000000..ea670c8d91e8 --- /dev/null +++ b/testing/web-platform/meta/bluetooth/server/disconnect/detachedIframe.https.window.js.ini @@ -0,0 +1,2 @@ +[detachedIframe.https.window.html] + expected: ERROR diff --git a/testing/web-platform/meta/bluetooth/server/getPrimaryService/gen-disconnect-discovery-timeout.https.window.js.ini b/testing/web-platform/meta/bluetooth/server/getPrimaryService/gen-disconnect-discovery-timeout.https.window.js.ini new file mode 100644 index 000000000000..64bd2eafb4aa --- /dev/null +++ b/testing/web-platform/meta/bluetooth/server/getPrimaryService/gen-disconnect-discovery-timeout.https.window.js.ini @@ -0,0 +1,2 @@ +[gen-disconnect-discovery-timeout.https.window.html] + expected: ERROR diff --git a/testing/web-platform/meta/bluetooth/server/getPrimaryServices/gen-disconnect-discovery-timeout-with-uuid.https.window.js.ini b/testing/web-platform/meta/bluetooth/server/getPrimaryServices/gen-disconnect-discovery-timeout-with-uuid.https.window.js.ini new file mode 100644 index 000000000000..098129222e5d --- /dev/null +++ b/testing/web-platform/meta/bluetooth/server/getPrimaryServices/gen-disconnect-discovery-timeout-with-uuid.https.window.js.ini @@ -0,0 +1,2 @@ +[gen-disconnect-discovery-timeout-with-uuid.https.window.html] + expected: ERROR diff --git a/testing/web-platform/meta/bluetooth/server/getPrimaryServices/gen-disconnect-discovery-timeout.https.window.js.ini b/testing/web-platform/meta/bluetooth/server/getPrimaryServices/gen-disconnect-discovery-timeout.https.window.js.ini new file mode 100644 index 000000000000..64bd2eafb4aa --- /dev/null +++ b/testing/web-platform/meta/bluetooth/server/getPrimaryServices/gen-disconnect-discovery-timeout.https.window.js.ini @@ -0,0 +1,2 @@ +[gen-disconnect-discovery-timeout.https.window.html] + expected: ERROR diff --git a/testing/web-platform/meta/bluetooth/service/detachedIframe.https.window.js.ini b/testing/web-platform/meta/bluetooth/service/detachedIframe.https.window.js.ini new file mode 100644 index 000000000000..ea670c8d91e8 --- /dev/null +++ b/testing/web-platform/meta/bluetooth/service/detachedIframe.https.window.js.ini @@ -0,0 +1,2 @@ +[detachedIframe.https.window.html] + expected: ERROR diff --git a/testing/web-platform/meta/bluetooth/service/getCharacteristic/detachedIframe.https.window.js.ini b/testing/web-platform/meta/bluetooth/service/getCharacteristic/detachedIframe.https.window.js.ini new file mode 100644 index 000000000000..ea670c8d91e8 --- /dev/null +++ b/testing/web-platform/meta/bluetooth/service/getCharacteristic/detachedIframe.https.window.js.ini @@ -0,0 +1,2 @@ +[detachedIframe.https.window.html] + expected: ERROR diff --git a/testing/web-platform/meta/compression/idlharness-shadowrealm.window.js.ini b/testing/web-platform/meta/compression/idlharness-shadowrealm.window.js.ini new file mode 100644 index 000000000000..27b57a31bb5d --- /dev/null +++ b/testing/web-platform/meta/compression/idlharness-shadowrealm.window.js.ini @@ -0,0 +1,2 @@ +[idlharness-shadowrealm.window.html] + expected: ERROR diff --git a/testing/web-platform/meta/content-security-policy/inheritance/history-iframe.sub.html.ini b/testing/web-platform/meta/content-security-policy/inheritance/history-iframe.sub.html.ini index f8ec2b239cac..95bd17aad6fd 100644 --- a/testing/web-platform/meta/content-security-policy/inheritance/history-iframe.sub.html.ini +++ b/testing/web-platform/meta/content-security-policy/inheritance/history-iframe.sub.html.ini @@ -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] diff --git a/testing/web-platform/meta/content-security-policy/inheritance/iframe-all-local-schemes-inherit-self.sub.html.ini b/testing/web-platform/meta/content-security-policy/inheritance/iframe-all-local-schemes-inherit-self.sub.html.ini index 6f7616a49d06..f4e5e413f372 100644 --- a/testing/web-platform/meta/content-security-policy/inheritance/iframe-all-local-schemes-inherit-self.sub.html.ini +++ b/testing/web-platform/meta/content-security-policy/inheritance/iframe-all-local-schemes-inherit-self.sub.html.ini @@ -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] [