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/per-entry-events | |
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/per-entry-events')
11 files changed, 51 insertions, 0 deletions
diff --git a/testing/web-platform/meta/navigation-api/per-entry-events/dispose-after-bfcache.html.ini b/testing/web-platform/meta/navigation-api/per-entry-events/dispose-after-bfcache.html.ini new file mode 100644 index 0000000000..3e98746cbc --- /dev/null +++ b/testing/web-platform/meta/navigation-api/per-entry-events/dispose-after-bfcache.html.ini @@ -0,0 +1,3 @@ +[dispose-after-bfcache.html] + [entries() must contain the forward-history page after navigating back to a bfcached page] + expected: FAIL diff --git a/testing/web-platform/meta/navigation-api/per-entry-events/dispose-cross-document.html.ini b/testing/web-platform/meta/navigation-api/per-entry-events/dispose-cross-document.html.ini new file mode 100644 index 0000000000..89e5942e88 --- /dev/null +++ b/testing/web-platform/meta/navigation-api/per-entry-events/dispose-cross-document.html.ini @@ -0,0 +1,5 @@ +[dispose-cross-document.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + [No dispose events are fired due to cross-document forward pruning] + expected: FAIL diff --git a/testing/web-platform/meta/navigation-api/per-entry-events/dispose-for-full-session-history.tentative.html.ini b/testing/web-platform/meta/navigation-api/per-entry-events/dispose-for-full-session-history.tentative.html.ini new file mode 100644 index 0000000000..d229023f79 --- /dev/null +++ b/testing/web-platform/meta/navigation-api/per-entry-events/dispose-for-full-session-history.tentative.html.ini @@ -0,0 +1,3 @@ +[dispose-for-full-session-history.tentative.html] + [Dispose should fire when an entry is removed from session history due to too many entries] + expected: FAIL diff --git a/testing/web-platform/meta/navigation-api/per-entry-events/dispose-for-navigation-in-child.html.ini b/testing/web-platform/meta/navigation-api/per-entry-events/dispose-for-navigation-in-child.html.ini new file mode 100644 index 0000000000..12e35656f1 --- /dev/null +++ b/testing/web-platform/meta/navigation-api/per-entry-events/dispose-for-navigation-in-child.html.ini @@ -0,0 +1,5 @@ +[dispose-for-navigation-in-child.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + [Dispose events should fire when entries are removed by a navigation in a different frame] + expected: FAIL diff --git a/testing/web-platform/meta/navigation-api/per-entry-events/dispose-same-document-intercept.html.ini b/testing/web-platform/meta/navigation-api/per-entry-events/dispose-same-document-intercept.html.ini new file mode 100644 index 0000000000..fb3fb92bae --- /dev/null +++ b/testing/web-platform/meta/navigation-api/per-entry-events/dispose-same-document-intercept.html.ini @@ -0,0 +1,5 @@ +[dispose-same-document-intercept.html] + expected: + if (os == "android") and fission: [TIMEOUT, OK] + [dispose events when forward-pruning same-document entries] + expected: FAIL diff --git a/testing/web-platform/meta/navigation-api/per-entry-events/dispose-same-document-navigate-during.html.ini b/testing/web-platform/meta/navigation-api/per-entry-events/dispose-same-document-navigate-during.html.ini new file mode 100644 index 0000000000..11db6d5137 --- /dev/null +++ b/testing/web-platform/meta/navigation-api/per-entry-events/dispose-same-document-navigate-during.html.ini @@ -0,0 +1,5 @@ +[dispose-same-document-navigate-during.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + [navigate() during a same-document-navigation-initiated dispose works (since it's after the previous navigation)] + expected: FAIL diff --git a/testing/web-platform/meta/navigation-api/per-entry-events/dispose-same-document-reload-with-intercept.html.ini b/testing/web-platform/meta/navigation-api/per-entry-events/dispose-same-document-reload-with-intercept.html.ini new file mode 100644 index 0000000000..8196b934f0 --- /dev/null +++ b/testing/web-platform/meta/navigation-api/per-entry-events/dispose-same-document-reload-with-intercept.html.ini @@ -0,0 +1,5 @@ +[dispose-same-document-reload-with-intercept.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + [dispose events are not fired when doing a same-document reload using navigation.reload() and intercept()] + expected: FAIL diff --git a/testing/web-platform/meta/navigation-api/per-entry-events/dispose-same-document-replace-with-intercept.html.ini b/testing/web-platform/meta/navigation-api/per-entry-events/dispose-same-document-replace-with-intercept.html.ini new file mode 100644 index 0000000000..ef31bab8d7 --- /dev/null +++ b/testing/web-platform/meta/navigation-api/per-entry-events/dispose-same-document-replace-with-intercept.html.ini @@ -0,0 +1,5 @@ +[dispose-same-document-replace-with-intercept.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + [dispose events when doing a same-document replace using navigation.navigate() and intercept()] + expected: FAIL diff --git a/testing/web-platform/meta/navigation-api/per-entry-events/dispose-same-document-replaceState.html.ini b/testing/web-platform/meta/navigation-api/per-entry-events/dispose-same-document-replaceState.html.ini new file mode 100644 index 0000000000..278479abbb --- /dev/null +++ b/testing/web-platform/meta/navigation-api/per-entry-events/dispose-same-document-replaceState.html.ini @@ -0,0 +1,5 @@ +[dispose-same-document-replaceState.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + [dispose events when doing a same-document replace using history.replaceState()] + expected: FAIL diff --git a/testing/web-platform/meta/navigation-api/per-entry-events/dispose-same-document.html.ini b/testing/web-platform/meta/navigation-api/per-entry-events/dispose-same-document.html.ini new file mode 100644 index 0000000000..591ba98213 --- /dev/null +++ b/testing/web-platform/meta/navigation-api/per-entry-events/dispose-same-document.html.ini @@ -0,0 +1,5 @@ +[dispose-same-document.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + [dispose events when forward-pruning same-document entries] + expected: FAIL diff --git a/testing/web-platform/meta/navigation-api/per-entry-events/dispose-skip-current-on-truncate.html.ini b/testing/web-platform/meta/navigation-api/per-entry-events/dispose-skip-current-on-truncate.html.ini new file mode 100644 index 0000000000..bc24b05236 --- /dev/null +++ b/testing/web-platform/meta/navigation-api/per-entry-events/dispose-skip-current-on-truncate.html.ini @@ -0,0 +1,5 @@ +[dispose-skip-current-on-truncate.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + [Removing a currentEntry from the joint session history shouldn't dispose it] + expected: FAIL |