From 43a97878ce14b72f0981164f87f2e35e14151312 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 7 Apr 2024 11:22:09 +0200 Subject: Adding upstream version 110.0.1. Signed-off-by: Daniel Baumann --- .../updateCurrentEntry-method/basic.html | 25 ++++++++++++++ .../cross-document-away-and-back.html | 31 +++++++++++++++++ .../cross-document-location-api.html | 20 +++++++++++ ...er-initial-about-blank-unserializablestate.html | 13 +++++++ ...order-not-fully-active-unserializablestate.html | 20 +++++++++++ .../history-pushState.html | 11 ++++++ .../history-replaceState.html | 11 ++++++ .../initial-about-blank.html | 13 +++++++ .../updateCurrentEntry-method/location-reload.html | 19 ++++++++++ .../updateCurrentEntry-method/no-args.html | 15 ++++++++ .../not-fully-active.html | 20 +++++++++++ .../updateCurrentEntry-method/opaque-origin.html | 9 +++++ .../resources/opaque-origin-page.html | 11 ++++++ .../same-document-away-and-back-location-api.html | 40 ++++++++++++++++++++++ .../updateCurrentEntry-method/unserializable.html | 29 ++++++++++++++++ 15 files changed, 287 insertions(+) create mode 100644 testing/web-platform/tests/navigation-api/updateCurrentEntry-method/basic.html create mode 100644 testing/web-platform/tests/navigation-api/updateCurrentEntry-method/cross-document-away-and-back.html create mode 100644 testing/web-platform/tests/navigation-api/updateCurrentEntry-method/cross-document-location-api.html create mode 100644 testing/web-platform/tests/navigation-api/updateCurrentEntry-method/exception-order-initial-about-blank-unserializablestate.html create mode 100644 testing/web-platform/tests/navigation-api/updateCurrentEntry-method/exception-order-not-fully-active-unserializablestate.html create mode 100644 testing/web-platform/tests/navigation-api/updateCurrentEntry-method/history-pushState.html create mode 100644 testing/web-platform/tests/navigation-api/updateCurrentEntry-method/history-replaceState.html create mode 100644 testing/web-platform/tests/navigation-api/updateCurrentEntry-method/initial-about-blank.html create mode 100644 testing/web-platform/tests/navigation-api/updateCurrentEntry-method/location-reload.html create mode 100644 testing/web-platform/tests/navigation-api/updateCurrentEntry-method/no-args.html create mode 100644 testing/web-platform/tests/navigation-api/updateCurrentEntry-method/not-fully-active.html create mode 100644 testing/web-platform/tests/navigation-api/updateCurrentEntry-method/opaque-origin.html create mode 100644 testing/web-platform/tests/navigation-api/updateCurrentEntry-method/resources/opaque-origin-page.html create mode 100644 testing/web-platform/tests/navigation-api/updateCurrentEntry-method/same-document-away-and-back-location-api.html create mode 100644 testing/web-platform/tests/navigation-api/updateCurrentEntry-method/unserializable.html (limited to 'testing/web-platform/tests/navigation-api/updateCurrentEntry-method') diff --git a/testing/web-platform/tests/navigation-api/updateCurrentEntry-method/basic.html b/testing/web-platform/tests/navigation-api/updateCurrentEntry-method/basic.html new file mode 100644 index 0000000000..b4a49e5bf9 --- /dev/null +++ b/testing/web-platform/tests/navigation-api/updateCurrentEntry-method/basic.html @@ -0,0 +1,25 @@ + + + + + diff --git a/testing/web-platform/tests/navigation-api/updateCurrentEntry-method/cross-document-away-and-back.html b/testing/web-platform/tests/navigation-api/updateCurrentEntry-method/cross-document-away-and-back.html new file mode 100644 index 0000000000..c37d5e979a --- /dev/null +++ b/testing/web-platform/tests/navigation-api/updateCurrentEntry-method/cross-document-away-and-back.html @@ -0,0 +1,31 @@ + + + + + diff --git a/testing/web-platform/tests/navigation-api/updateCurrentEntry-method/cross-document-location-api.html b/testing/web-platform/tests/navigation-api/updateCurrentEntry-method/cross-document-location-api.html new file mode 100644 index 0000000000..26191fb876 --- /dev/null +++ b/testing/web-platform/tests/navigation-api/updateCurrentEntry-method/cross-document-location-api.html @@ -0,0 +1,20 @@ + + + + + diff --git a/testing/web-platform/tests/navigation-api/updateCurrentEntry-method/exception-order-initial-about-blank-unserializablestate.html b/testing/web-platform/tests/navigation-api/updateCurrentEntry-method/exception-order-initial-about-blank-unserializablestate.html new file mode 100644 index 0000000000..010632a40f --- /dev/null +++ b/testing/web-platform/tests/navigation-api/updateCurrentEntry-method/exception-order-initial-about-blank-unserializablestate.html @@ -0,0 +1,13 @@ + + + + + + diff --git a/testing/web-platform/tests/navigation-api/updateCurrentEntry-method/exception-order-not-fully-active-unserializablestate.html b/testing/web-platform/tests/navigation-api/updateCurrentEntry-method/exception-order-not-fully-active-unserializablestate.html new file mode 100644 index 0000000000..1e1c1e2bae --- /dev/null +++ b/testing/web-platform/tests/navigation-api/updateCurrentEntry-method/exception-order-not-fully-active-unserializablestate.html @@ -0,0 +1,20 @@ + + + + + + diff --git a/testing/web-platform/tests/navigation-api/updateCurrentEntry-method/history-pushState.html b/testing/web-platform/tests/navigation-api/updateCurrentEntry-method/history-pushState.html new file mode 100644 index 0000000000..852294c64f --- /dev/null +++ b/testing/web-platform/tests/navigation-api/updateCurrentEntry-method/history-pushState.html @@ -0,0 +1,11 @@ + + + + diff --git a/testing/web-platform/tests/navigation-api/updateCurrentEntry-method/history-replaceState.html b/testing/web-platform/tests/navigation-api/updateCurrentEntry-method/history-replaceState.html new file mode 100644 index 0000000000..3eb91a9a80 --- /dev/null +++ b/testing/web-platform/tests/navigation-api/updateCurrentEntry-method/history-replaceState.html @@ -0,0 +1,11 @@ + + + + diff --git a/testing/web-platform/tests/navigation-api/updateCurrentEntry-method/initial-about-blank.html b/testing/web-platform/tests/navigation-api/updateCurrentEntry-method/initial-about-blank.html new file mode 100644 index 0000000000..c28137c082 --- /dev/null +++ b/testing/web-platform/tests/navigation-api/updateCurrentEntry-method/initial-about-blank.html @@ -0,0 +1,13 @@ + + + + + + diff --git a/testing/web-platform/tests/navigation-api/updateCurrentEntry-method/location-reload.html b/testing/web-platform/tests/navigation-api/updateCurrentEntry-method/location-reload.html new file mode 100644 index 0000000000..8589eeb694 --- /dev/null +++ b/testing/web-platform/tests/navigation-api/updateCurrentEntry-method/location-reload.html @@ -0,0 +1,19 @@ + + + + + diff --git a/testing/web-platform/tests/navigation-api/updateCurrentEntry-method/no-args.html b/testing/web-platform/tests/navigation-api/updateCurrentEntry-method/no-args.html new file mode 100644 index 0000000000..3fd011e3d3 --- /dev/null +++ b/testing/web-platform/tests/navigation-api/updateCurrentEntry-method/no-args.html @@ -0,0 +1,15 @@ + + + + + diff --git a/testing/web-platform/tests/navigation-api/updateCurrentEntry-method/not-fully-active.html b/testing/web-platform/tests/navigation-api/updateCurrentEntry-method/not-fully-active.html new file mode 100644 index 0000000000..fce5e72c8d --- /dev/null +++ b/testing/web-platform/tests/navigation-api/updateCurrentEntry-method/not-fully-active.html @@ -0,0 +1,20 @@ + + + + + + diff --git a/testing/web-platform/tests/navigation-api/updateCurrentEntry-method/opaque-origin.html b/testing/web-platform/tests/navigation-api/updateCurrentEntry-method/opaque-origin.html new file mode 100644 index 0000000000..898ca27e4f --- /dev/null +++ b/testing/web-platform/tests/navigation-api/updateCurrentEntry-method/opaque-origin.html @@ -0,0 +1,9 @@ + + + + + + + diff --git a/testing/web-platform/tests/navigation-api/updateCurrentEntry-method/resources/opaque-origin-page.html b/testing/web-platform/tests/navigation-api/updateCurrentEntry-method/resources/opaque-origin-page.html new file mode 100644 index 0000000000..59931458a6 --- /dev/null +++ b/testing/web-platform/tests/navigation-api/updateCurrentEntry-method/resources/opaque-origin-page.html @@ -0,0 +1,11 @@ + + + + + diff --git a/testing/web-platform/tests/navigation-api/updateCurrentEntry-method/same-document-away-and-back-location-api.html b/testing/web-platform/tests/navigation-api/updateCurrentEntry-method/same-document-away-and-back-location-api.html new file mode 100644 index 0000000000..47b1904f4f --- /dev/null +++ b/testing/web-platform/tests/navigation-api/updateCurrentEntry-method/same-document-away-and-back-location-api.html @@ -0,0 +1,40 @@ + + + + diff --git a/testing/web-platform/tests/navigation-api/updateCurrentEntry-method/unserializable.html b/testing/web-platform/tests/navigation-api/updateCurrentEntry-method/unserializable.html new file mode 100644 index 0000000000..596ab16d62 --- /dev/null +++ b/testing/web-platform/tests/navigation-api/updateCurrentEntry-method/unserializable.html @@ -0,0 +1,29 @@ + + + + + + -- cgit v1.2.3