diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-07 19:33:14 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-07 19:33:14 +0000 |
commit | 36d22d82aa202bb199967e9512281e9a53db42c9 (patch) | |
tree | 105e8c98ddea1c1e4784a60a5a6410fa416be2de /testing/web-platform/meta/navigation-api/currententrychange-event | |
parent | Initial commit. (diff) | |
download | firefox-esr-36d22d82aa202bb199967e9512281e9a53db42c9.tar.xz firefox-esr-36d22d82aa202bb199967e9512281e9a53db42c9.zip |
Adding upstream version 115.7.0esr.upstream/115.7.0esrupstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'testing/web-platform/meta/navigation-api/currententrychange-event')
23 files changed, 112 insertions, 0 deletions
diff --git a/testing/web-platform/meta/navigation-api/currententrychange-event/anchor-click.html.ini b/testing/web-platform/meta/navigation-api/currententrychange-event/anchor-click.html.ini new file mode 100644 index 0000000000..e5cbcf9d48 --- /dev/null +++ b/testing/web-platform/meta/navigation-api/currententrychange-event/anchor-click.html.ini @@ -0,0 +1,3 @@ +[anchor-click.html] + [currententrychange fires for link click] + expected: FAIL diff --git a/testing/web-platform/meta/navigation-api/currententrychange-event/constructor.html.ini b/testing/web-platform/meta/navigation-api/currententrychange-event/constructor.html.ini new file mode 100644 index 0000000000..e7670b8fd0 --- /dev/null +++ b/testing/web-platform/meta/navigation-api/currententrychange-event/constructor.html.ini @@ -0,0 +1,12 @@ +[constructor.html] + [can't bypass required members by omitting the dictionary entirely] + expected: FAIL + + [from is required] + expected: FAIL + + [all properties are reflected back] + expected: FAIL + + [defaults are as expected] + expected: FAIL diff --git a/testing/web-platform/meta/navigation-api/currententrychange-event/history-back-same-doc.html.ini b/testing/web-platform/meta/navigation-api/currententrychange-event/history-back-same-doc.html.ini new file mode 100644 index 0000000000..43ec047193 --- /dev/null +++ b/testing/web-platform/meta/navigation-api/currententrychange-event/history-back-same-doc.html.ini @@ -0,0 +1,3 @@ +[history-back-same-doc.html] + [currententrychange fires for history.back()] + expected: FAIL diff --git a/testing/web-platform/meta/navigation-api/currententrychange-event/history-pushState.html.ini b/testing/web-platform/meta/navigation-api/currententrychange-event/history-pushState.html.ini new file mode 100644 index 0000000000..5a4f4c9679 --- /dev/null +++ b/testing/web-platform/meta/navigation-api/currententrychange-event/history-pushState.html.ini @@ -0,0 +1,3 @@ +[history-pushState.html] + [currententrychange fires for history.pushState()] + expected: FAIL diff --git a/testing/web-platform/meta/navigation-api/currententrychange-event/history-replaceState.html.ini b/testing/web-platform/meta/navigation-api/currententrychange-event/history-replaceState.html.ini new file mode 100644 index 0000000000..991544547b --- /dev/null +++ b/testing/web-platform/meta/navigation-api/currententrychange-event/history-replaceState.html.ini @@ -0,0 +1,3 @@ +[history-replaceState.html] + [currententrychange fires for history.replaceState()] + expected: FAIL diff --git a/testing/web-platform/meta/navigation-api/currententrychange-event/location-api.html.ini b/testing/web-platform/meta/navigation-api/currententrychange-event/location-api.html.ini new file mode 100644 index 0000000000..761ce0dc6f --- /dev/null +++ b/testing/web-platform/meta/navigation-api/currententrychange-event/location-api.html.ini @@ -0,0 +1,5 @@ +[location-api.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + [currententrychange fires for location API navigations] + expected: FAIL diff --git a/testing/web-platform/meta/navigation-api/currententrychange-event/navigate-from-initial-about-blank-same-doc-popup.html.ini b/testing/web-platform/meta/navigation-api/currententrychange-event/navigate-from-initial-about-blank-same-doc-popup.html.ini new file mode 100644 index 0000000000..892d4f3e50 --- /dev/null +++ b/testing/web-platform/meta/navigation-api/currententrychange-event/navigate-from-initial-about-blank-same-doc-popup.html.ini @@ -0,0 +1,5 @@ +[navigate-from-initial-about-blank-same-doc-popup.html] + expected: + if (os == "android") and fission: [TIMEOUT, OK] + [currententrychange does not fire when navigating away from the initial about:blank (popup window)] + expected: FAIL diff --git a/testing/web-platform/meta/navigation-api/currententrychange-event/navigate-from-initial-about-blank-same-doc.html.ini b/testing/web-platform/meta/navigation-api/currententrychange-event/navigate-from-initial-about-blank-same-doc.html.ini new file mode 100644 index 0000000000..1b368c6996 --- /dev/null +++ b/testing/web-platform/meta/navigation-api/currententrychange-event/navigate-from-initial-about-blank-same-doc.html.ini @@ -0,0 +1,5 @@ +[navigate-from-initial-about-blank-same-doc.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + [currententrychange does not fire when navigating away from the initial about:blank] + expected: FAIL diff --git a/testing/web-platform/meta/navigation-api/currententrychange-event/navigate-from-initial-about-blank.html.ini b/testing/web-platform/meta/navigation-api/currententrychange-event/navigate-from-initial-about-blank.html.ini new file mode 100644 index 0000000000..ab5cdb3459 --- /dev/null +++ b/testing/web-platform/meta/navigation-api/currententrychange-event/navigate-from-initial-about-blank.html.ini @@ -0,0 +1,3 @@ +[navigate-from-initial-about-blank.html] + [currententrychange does not fire when navigating away from the initial about:blank] + expected: FAIL diff --git a/testing/web-platform/meta/navigation-api/currententrychange-event/navigation-back-forward-cross-doc.html.ini b/testing/web-platform/meta/navigation-api/currententrychange-event/navigation-back-forward-cross-doc.html.ini new file mode 100644 index 0000000000..8ea94a235e --- /dev/null +++ b/testing/web-platform/meta/navigation-api/currententrychange-event/navigation-back-forward-cross-doc.html.ini @@ -0,0 +1,5 @@ +[navigation-back-forward-cross-doc.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + [currententrychange does not fire for cross-document navigation.back() and navigation.forward()] + expected: FAIL diff --git a/testing/web-platform/meta/navigation-api/currententrychange-event/navigation-back-forward-same-doc.html.ini b/testing/web-platform/meta/navigation-api/currententrychange-event/navigation-back-forward-same-doc.html.ini new file mode 100644 index 0000000000..5ad43b5e69 --- /dev/null +++ b/testing/web-platform/meta/navigation-api/currententrychange-event/navigation-back-forward-same-doc.html.ini @@ -0,0 +1,5 @@ +[navigation-back-forward-same-doc.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + [currententrychange fires for same-document navigation.back() and navigation.forward()] + expected: FAIL diff --git a/testing/web-platform/meta/navigation-api/currententrychange-event/navigation-navigate-cross-doc.html.ini b/testing/web-platform/meta/navigation-api/currententrychange-event/navigation-navigate-cross-doc.html.ini new file mode 100644 index 0000000000..c782a1c4d2 --- /dev/null +++ b/testing/web-platform/meta/navigation-api/currententrychange-event/navigation-navigate-cross-doc.html.ini @@ -0,0 +1,5 @@ +[navigation-navigate-cross-doc.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + [currententrychange does not fire for cross-document navigation.navigate()] + expected: FAIL diff --git a/testing/web-platform/meta/navigation-api/currententrychange-event/navigation-navigate-intercept.html.ini b/testing/web-platform/meta/navigation-api/currententrychange-event/navigation-navigate-intercept.html.ini new file mode 100644 index 0000000000..c23d507fd4 --- /dev/null +++ b/testing/web-platform/meta/navigation-api/currententrychange-event/navigation-navigate-intercept.html.ini @@ -0,0 +1,5 @@ +[navigation-navigate-intercept.html] + expected: + if (os == "android") and fission: [TIMEOUT, OK] + [currententrychange fires for navigation.navigate() intercepted by intercept()] + expected: FAIL diff --git a/testing/web-platform/meta/navigation-api/currententrychange-event/navigation-navigate-preventDefault.html.ini b/testing/web-platform/meta/navigation-api/currententrychange-event/navigation-navigate-preventDefault.html.ini new file mode 100644 index 0000000000..510c0e813d --- /dev/null +++ b/testing/web-platform/meta/navigation-api/currententrychange-event/navigation-navigate-preventDefault.html.ini @@ -0,0 +1,5 @@ +[navigation-navigate-preventDefault.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + [currententrychange does not fire when onnavigate preventDefault() is called] + expected: FAIL diff --git a/testing/web-platform/meta/navigation-api/currententrychange-event/navigation-navigate-replace-cross-doc.html.ini b/testing/web-platform/meta/navigation-api/currententrychange-event/navigation-navigate-replace-cross-doc.html.ini new file mode 100644 index 0000000000..e95a225fd9 --- /dev/null +++ b/testing/web-platform/meta/navigation-api/currententrychange-event/navigation-navigate-replace-cross-doc.html.ini @@ -0,0 +1,5 @@ +[navigation-navigate-replace-cross-doc.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + [currententrychange does not fire for cross-document navigation.navigate() with replace] + expected: FAIL diff --git a/testing/web-platform/meta/navigation-api/currententrychange-event/navigation-navigate-replace-intercept.html.ini b/testing/web-platform/meta/navigation-api/currententrychange-event/navigation-navigate-replace-intercept.html.ini new file mode 100644 index 0000000000..5dfe7d0f70 --- /dev/null +++ b/testing/web-platform/meta/navigation-api/currententrychange-event/navigation-navigate-replace-intercept.html.ini @@ -0,0 +1,5 @@ +[navigation-navigate-replace-intercept.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + [currententrychange fires for navigation.navigate() with replace intercepted by intercept()] + expected: FAIL diff --git a/testing/web-platform/meta/navigation-api/currententrychange-event/navigation-navigate-replace-same-doc.html.ini b/testing/web-platform/meta/navigation-api/currententrychange-event/navigation-navigate-replace-same-doc.html.ini new file mode 100644 index 0000000000..bcf002d395 --- /dev/null +++ b/testing/web-platform/meta/navigation-api/currententrychange-event/navigation-navigate-replace-same-doc.html.ini @@ -0,0 +1,5 @@ +[navigation-navigate-replace-same-doc.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + [currententrychange fires for navigation.navigate() with replace] + expected: FAIL diff --git a/testing/web-platform/meta/navigation-api/currententrychange-event/navigation-navigate-same-doc.html.ini b/testing/web-platform/meta/navigation-api/currententrychange-event/navigation-navigate-same-doc.html.ini new file mode 100644 index 0000000000..96ddbfb27b --- /dev/null +++ b/testing/web-platform/meta/navigation-api/currententrychange-event/navigation-navigate-same-doc.html.ini @@ -0,0 +1,5 @@ +[navigation-navigate-same-doc.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + [currententrychange fires for navigation.navigate()] + expected: FAIL diff --git a/testing/web-platform/meta/navigation-api/currententrychange-event/navigation-reload-cross-doc.html.ini b/testing/web-platform/meta/navigation-api/currententrychange-event/navigation-reload-cross-doc.html.ini new file mode 100644 index 0000000000..34bb48ef32 --- /dev/null +++ b/testing/web-platform/meta/navigation-api/currententrychange-event/navigation-reload-cross-doc.html.ini @@ -0,0 +1,5 @@ +[navigation-reload-cross-doc.html] + expected: + if (os == "android") and fission: [TIMEOUT, OK] + [currententrychange does not fire for cross-document navigation.reload()] + expected: FAIL diff --git a/testing/web-platform/meta/navigation-api/currententrychange-event/navigation-reload-intercept.html.ini b/testing/web-platform/meta/navigation-api/currententrychange-event/navigation-reload-intercept.html.ini new file mode 100644 index 0000000000..e6e027e07a --- /dev/null +++ b/testing/web-platform/meta/navigation-api/currententrychange-event/navigation-reload-intercept.html.ini @@ -0,0 +1,5 @@ +[navigation-reload-intercept.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + [currententrychange fires for navigation.reload() intercepted by intercept()] + expected: FAIL diff --git a/testing/web-platform/meta/navigation-api/currententrychange-event/navigation-updateCurrentEntry.html.ini b/testing/web-platform/meta/navigation-api/currententrychange-event/navigation-updateCurrentEntry.html.ini new file mode 100644 index 0000000000..926d0b358b --- /dev/null +++ b/testing/web-platform/meta/navigation-api/currententrychange-event/navigation-updateCurrentEntry.html.ini @@ -0,0 +1,5 @@ +[navigation-updateCurrentEntry.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + [currententrychange fires for navigation.updateCurrentEntry()] + expected: FAIL diff --git a/testing/web-platform/meta/navigation-api/currententrychange-event/not-on-load.html.ini b/testing/web-platform/meta/navigation-api/currententrychange-event/not-on-load.html.ini new file mode 100644 index 0000000000..9265a03a81 --- /dev/null +++ b/testing/web-platform/meta/navigation-api/currententrychange-event/not-on-load.html.ini @@ -0,0 +1,5 @@ +[not-on-load.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + [No navigation API events happen on initial page load] + expected: FAIL diff --git a/testing/web-platform/meta/navigation-api/currententrychange-event/properties.html.ini b/testing/web-platform/meta/navigation-api/currententrychange-event/properties.html.ini new file mode 100644 index 0000000000..469ca52fd7 --- /dev/null +++ b/testing/web-platform/meta/navigation-api/currententrychange-event/properties.html.ini @@ -0,0 +1,5 @@ +[properties.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + [NavigationCurrentEntryChangeEvent's properties] + expected: FAIL |