summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/meta/navigation-api/per-entry-events
diff options
context:
space:
mode:
Diffstat (limited to 'testing/web-platform/meta/navigation-api/per-entry-events')
-rw-r--r--testing/web-platform/meta/navigation-api/per-entry-events/dispose-after-bfcache.html.ini3
-rw-r--r--testing/web-platform/meta/navigation-api/per-entry-events/dispose-cross-document.html.ini5
-rw-r--r--testing/web-platform/meta/navigation-api/per-entry-events/dispose-for-full-session-history.tentative.html.ini3
-rw-r--r--testing/web-platform/meta/navigation-api/per-entry-events/dispose-for-navigation-in-child.html.ini5
-rw-r--r--testing/web-platform/meta/navigation-api/per-entry-events/dispose-same-document-intercept.html.ini5
-rw-r--r--testing/web-platform/meta/navigation-api/per-entry-events/dispose-same-document-navigate-during.html.ini5
-rw-r--r--testing/web-platform/meta/navigation-api/per-entry-events/dispose-same-document-reload-with-intercept.html.ini5
-rw-r--r--testing/web-platform/meta/navigation-api/per-entry-events/dispose-same-document-replace-with-intercept.html.ini5
-rw-r--r--testing/web-platform/meta/navigation-api/per-entry-events/dispose-same-document-replaceState.html.ini5
-rw-r--r--testing/web-platform/meta/navigation-api/per-entry-events/dispose-same-document.html.ini5
-rw-r--r--testing/web-platform/meta/navigation-api/per-entry-events/dispose-skip-current-on-truncate.html.ini5
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