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 --- ...ss-origin-traversal-does-not-fire-navigate.html | 25 ++++++ ...sdocument-crossorigin-sameorigindomain.sub.html | 41 +++++++++ .../click-crossdocument-crossorigin.html | 30 +++++++ .../click-crossdocument-sameorigin.html | 29 +++++++ ...edocument-crossorigin-sameorigindomain.sub.html | 41 +++++++++ .../click-samedocument-crossorigin.html | 39 +++++++++ .../click-samedocument-sameorigin.html | 27 ++++++ ...sdocument-crossorigin-sameorigindomain.sub.html | 34 ++++++++ .../location-crossdocument-crossorigin.html | 23 ++++++ .../location-crossdocument-sameorigin.html | 26 ++++++ ...edocument-crossorigin-sameorigindomain.sub.html | 34 ++++++++ .../location-samedocument-crossorigin.html | 32 ++++++++ .../location-samedocument-sameorigin.html | 26 ++++++ ...sdocument-crossorigin-sameorigindomain.sub.html | 35 ++++++++ .../open-crossdocument-crossorigin.html | 24 ++++++ .../open-crossdocument-sameorigin.html | 26 ++++++ ...edocument-crossorigin-sameorigindomain.sub.html | 35 ++++++++ .../open-samedocument-crossorigin.html | 33 ++++++++ .../cross-window/open-samedocument-sameorigin.html | 26 ++++++ .../resources/cross-origin-iframe-helper.html | 28 +++++++ .../resources/document-domain-setter.sub.html | 3 + ...sdocument-crossorigin-sameorigindomain.sub.html | 41 +++++++++ .../submit-crossdocument-crossorigin.html | 30 +++++++ .../submit-crossdocument-sameorigin.html | 27 ++++++ ...edocument-crossorigin-sameorigindomain.sub.html | 41 +++++++++ .../submit-samedocument-crossorigin.html | 39 +++++++++ .../submit-samedocument-sameorigin.html | 27 ++++++ .../navigate-event/event-constructor.html | 96 ++++++++++++++++++++++ .../navigate-event/intercept-after-dispatch.html | 16 ++++ .../navigate-event/intercept-and-navigate.html | 27 ++++++ .../navigate-event/intercept-canceled-event.html | 17 ++++ .../intercept-cross-document-same-origin.html | 21 +++++ .../navigate-event/intercept-cross-origin.html | 18 ++++ .../navigate-event/intercept-detach-multiple.html | 18 ++++ .../navigate-event/intercept-detach.html | 17 ++++ .../intercept-handler-null-or-undefined.html | 21 +++++ .../intercept-handler-returns-non-promise.html | 18 ++++ .../navigate-event/intercept-handler-throws.html | 26 ++++++ .../intercept-history-pushState.html | 23 ++++++ .../intercept-history-replaceState.html | 23 ++++++ .../intercept-multiple-times-reject.html | 38 +++++++++ .../navigate-event/intercept-multiple-times.html | 41 +++++++++ .../navigate-event/intercept-navigation-back.html | 19 +++++ .../intercept-on-synthetic-event.html | 17 ++++ .../navigate-event/intercept-popstate.html | 26 ++++++ .../navigate-event/intercept-reject.html | 29 +++++++ .../navigate-event/intercept-resolve.html | 20 +++++ .../intercept-same-document-history-back.html | 40 +++++++++ .../navigate-anchor-cross-origin.html | 24 ++++++ .../navigate-anchor-download-userInitiated.html | 29 +++++++ .../navigate-event/navigate-anchor-download.html | 34 ++++++++ .../navigate-event/navigate-anchor-fragment.html | 25 ++++++ ...navigate-anchor-same-origin-cross-document.html | 25 ++++++ .../navigate-anchor-userInitiated.html | 29 +++++++ .../navigate-anchor-with-target.html | 31 +++++++ ...navigate-destination-getState-back-forward.html | 26 ++++++ .../navigate-destination-getState-navigate.html | 23 ++++++ .../navigate-destination-getState-reload.html | 25 ++++++ .../navigate-event/navigate-form-get.html | 27 ++++++ .../navigate-event/navigate-form-reload.html | 28 +++++++ .../navigate-event/navigate-form-traverse.html | 44 ++++++++++ .../navigate-form-userInitiated.html | 30 +++++++ .../navigate-event/navigate-form-with-target.html | 29 +++++++ .../navigate-event/navigate-form.html | 25 ++++++ .../navigate-history-back-after-fragment.html | 31 +++++++ .../navigate-history-back-after-pushState.html | 31 +++++++ .../navigate-history-back-cross-document.html | 32 ++++++++ .../navigate-event/navigate-history-go-0.html | 27 ++++++ .../navigate-event/navigate-history-pushState.html | 29 +++++++ .../navigate-history-replaceState.html | 29 +++++++ .../navigate-event/navigate-iframe-location.html | 30 +++++++ .../navigate-event/navigate-location.html | 23 ++++++ .../navigate-event/navigate-meta-refresh.html | 27 ++++++ .../navigate-navigation-back-cross-document.html | 32 ++++++++ .../navigate-navigation-back-same-document.html | 32 ++++++++ .../navigate-navigation-navigate.html | 22 +++++ .../navigate-event/navigate-to-javascript.html | 18 ++++ .../navigate-event/navigate-to-srcdoc.html | 34 ++++++++ .../navigate-event/navigate-window-open-self.html | 23 ++++++ .../navigate-event/navigate-window-open.html | 30 +++++++ .../navigatesuccess-cross-document.html | 14 ++++ .../navigatesuccess-same-document.html | 10 +++ .../navigate-event/resources/meta-refresh.html | 4 + .../navigatesuccess-cross-document-helper.html | 6 ++ .../resources/opener-postMessage-onload.html | 6 ++ .../signal-abort-detach-in-onnavigate.html | 21 +++++ .../navigate-event/signal-abort-intercept.html | 18 ++++ .../signal-abort-preventDefault.html | 19 +++++ .../signal-abort-window-stop-after-intercept.html | 40 +++++++++ .../signal-abort-window-stop-in-onnavigate.html | 24 ++++++ .../navigate-event/signal-abort-window-stop.html | 23 ++++++ 91 files changed, 2482 insertions(+) create mode 100644 testing/web-platform/tests/navigation-api/navigate-event/cross-origin-traversal-does-not-fire-navigate.html create mode 100644 testing/web-platform/tests/navigation-api/navigate-event/cross-window/click-crossdocument-crossorigin-sameorigindomain.sub.html create mode 100644 testing/web-platform/tests/navigation-api/navigate-event/cross-window/click-crossdocument-crossorigin.html create mode 100644 testing/web-platform/tests/navigation-api/navigate-event/cross-window/click-crossdocument-sameorigin.html create mode 100644 testing/web-platform/tests/navigation-api/navigate-event/cross-window/click-samedocument-crossorigin-sameorigindomain.sub.html create mode 100644 testing/web-platform/tests/navigation-api/navigate-event/cross-window/click-samedocument-crossorigin.html create mode 100644 testing/web-platform/tests/navigation-api/navigate-event/cross-window/click-samedocument-sameorigin.html create mode 100644 testing/web-platform/tests/navigation-api/navigate-event/cross-window/location-crossdocument-crossorigin-sameorigindomain.sub.html create mode 100644 testing/web-platform/tests/navigation-api/navigate-event/cross-window/location-crossdocument-crossorigin.html create mode 100644 testing/web-platform/tests/navigation-api/navigate-event/cross-window/location-crossdocument-sameorigin.html create mode 100644 testing/web-platform/tests/navigation-api/navigate-event/cross-window/location-samedocument-crossorigin-sameorigindomain.sub.html create mode 100644 testing/web-platform/tests/navigation-api/navigate-event/cross-window/location-samedocument-crossorigin.html create mode 100644 testing/web-platform/tests/navigation-api/navigate-event/cross-window/location-samedocument-sameorigin.html create mode 100644 testing/web-platform/tests/navigation-api/navigate-event/cross-window/open-crossdocument-crossorigin-sameorigindomain.sub.html create mode 100644 testing/web-platform/tests/navigation-api/navigate-event/cross-window/open-crossdocument-crossorigin.html create mode 100644 testing/web-platform/tests/navigation-api/navigate-event/cross-window/open-crossdocument-sameorigin.html create mode 100644 testing/web-platform/tests/navigation-api/navigate-event/cross-window/open-samedocument-crossorigin-sameorigindomain.sub.html create mode 100644 testing/web-platform/tests/navigation-api/navigate-event/cross-window/open-samedocument-crossorigin.html create mode 100644 testing/web-platform/tests/navigation-api/navigate-event/cross-window/open-samedocument-sameorigin.html create mode 100644 testing/web-platform/tests/navigation-api/navigate-event/cross-window/resources/cross-origin-iframe-helper.html create mode 100644 testing/web-platform/tests/navigation-api/navigate-event/cross-window/resources/document-domain-setter.sub.html create mode 100644 testing/web-platform/tests/navigation-api/navigate-event/cross-window/submit-crossdocument-crossorigin-sameorigindomain.sub.html create mode 100644 testing/web-platform/tests/navigation-api/navigate-event/cross-window/submit-crossdocument-crossorigin.html create mode 100644 testing/web-platform/tests/navigation-api/navigate-event/cross-window/submit-crossdocument-sameorigin.html create mode 100644 testing/web-platform/tests/navigation-api/navigate-event/cross-window/submit-samedocument-crossorigin-sameorigindomain.sub.html create mode 100644 testing/web-platform/tests/navigation-api/navigate-event/cross-window/submit-samedocument-crossorigin.html create mode 100644 testing/web-platform/tests/navigation-api/navigate-event/cross-window/submit-samedocument-sameorigin.html create mode 100644 testing/web-platform/tests/navigation-api/navigate-event/event-constructor.html create mode 100644 testing/web-platform/tests/navigation-api/navigate-event/intercept-after-dispatch.html create mode 100644 testing/web-platform/tests/navigation-api/navigate-event/intercept-and-navigate.html create mode 100644 testing/web-platform/tests/navigation-api/navigate-event/intercept-canceled-event.html create mode 100644 testing/web-platform/tests/navigation-api/navigate-event/intercept-cross-document-same-origin.html create mode 100644 testing/web-platform/tests/navigation-api/navigate-event/intercept-cross-origin.html create mode 100644 testing/web-platform/tests/navigation-api/navigate-event/intercept-detach-multiple.html create mode 100644 testing/web-platform/tests/navigation-api/navigate-event/intercept-detach.html create mode 100644 testing/web-platform/tests/navigation-api/navigate-event/intercept-handler-null-or-undefined.html create mode 100644 testing/web-platform/tests/navigation-api/navigate-event/intercept-handler-returns-non-promise.html create mode 100644 testing/web-platform/tests/navigation-api/navigate-event/intercept-handler-throws.html create mode 100644 testing/web-platform/tests/navigation-api/navigate-event/intercept-history-pushState.html create mode 100644 testing/web-platform/tests/navigation-api/navigate-event/intercept-history-replaceState.html create mode 100644 testing/web-platform/tests/navigation-api/navigate-event/intercept-multiple-times-reject.html create mode 100644 testing/web-platform/tests/navigation-api/navigate-event/intercept-multiple-times.html create mode 100644 testing/web-platform/tests/navigation-api/navigate-event/intercept-navigation-back.html create mode 100644 testing/web-platform/tests/navigation-api/navigate-event/intercept-on-synthetic-event.html create mode 100644 testing/web-platform/tests/navigation-api/navigate-event/intercept-popstate.html create mode 100644 testing/web-platform/tests/navigation-api/navigate-event/intercept-reject.html create mode 100644 testing/web-platform/tests/navigation-api/navigate-event/intercept-resolve.html create mode 100644 testing/web-platform/tests/navigation-api/navigate-event/intercept-same-document-history-back.html create mode 100644 testing/web-platform/tests/navigation-api/navigate-event/navigate-anchor-cross-origin.html create mode 100644 testing/web-platform/tests/navigation-api/navigate-event/navigate-anchor-download-userInitiated.html create mode 100644 testing/web-platform/tests/navigation-api/navigate-event/navigate-anchor-download.html create mode 100644 testing/web-platform/tests/navigation-api/navigate-event/navigate-anchor-fragment.html create mode 100644 testing/web-platform/tests/navigation-api/navigate-event/navigate-anchor-same-origin-cross-document.html create mode 100644 testing/web-platform/tests/navigation-api/navigate-event/navigate-anchor-userInitiated.html create mode 100644 testing/web-platform/tests/navigation-api/navigate-event/navigate-anchor-with-target.html create mode 100644 testing/web-platform/tests/navigation-api/navigate-event/navigate-destination-getState-back-forward.html create mode 100644 testing/web-platform/tests/navigation-api/navigate-event/navigate-destination-getState-navigate.html create mode 100644 testing/web-platform/tests/navigation-api/navigate-event/navigate-destination-getState-reload.html create mode 100644 testing/web-platform/tests/navigation-api/navigate-event/navigate-form-get.html create mode 100644 testing/web-platform/tests/navigation-api/navigate-event/navigate-form-reload.html create mode 100644 testing/web-platform/tests/navigation-api/navigate-event/navigate-form-traverse.html create mode 100644 testing/web-platform/tests/navigation-api/navigate-event/navigate-form-userInitiated.html create mode 100644 testing/web-platform/tests/navigation-api/navigate-event/navigate-form-with-target.html create mode 100644 testing/web-platform/tests/navigation-api/navigate-event/navigate-form.html create mode 100644 testing/web-platform/tests/navigation-api/navigate-event/navigate-history-back-after-fragment.html create mode 100644 testing/web-platform/tests/navigation-api/navigate-event/navigate-history-back-after-pushState.html create mode 100644 testing/web-platform/tests/navigation-api/navigate-event/navigate-history-back-cross-document.html create mode 100644 testing/web-platform/tests/navigation-api/navigate-event/navigate-history-go-0.html create mode 100644 testing/web-platform/tests/navigation-api/navigate-event/navigate-history-pushState.html create mode 100644 testing/web-platform/tests/navigation-api/navigate-event/navigate-history-replaceState.html create mode 100644 testing/web-platform/tests/navigation-api/navigate-event/navigate-iframe-location.html create mode 100644 testing/web-platform/tests/navigation-api/navigate-event/navigate-location.html create mode 100644 testing/web-platform/tests/navigation-api/navigate-event/navigate-meta-refresh.html create mode 100644 testing/web-platform/tests/navigation-api/navigate-event/navigate-navigation-back-cross-document.html create mode 100644 testing/web-platform/tests/navigation-api/navigate-event/navigate-navigation-back-same-document.html create mode 100644 testing/web-platform/tests/navigation-api/navigate-event/navigate-navigation-navigate.html create mode 100644 testing/web-platform/tests/navigation-api/navigate-event/navigate-to-javascript.html create mode 100644 testing/web-platform/tests/navigation-api/navigate-event/navigate-to-srcdoc.html create mode 100644 testing/web-platform/tests/navigation-api/navigate-event/navigate-window-open-self.html create mode 100644 testing/web-platform/tests/navigation-api/navigate-event/navigate-window-open.html create mode 100644 testing/web-platform/tests/navigation-api/navigate-event/navigatesuccess-cross-document.html create mode 100644 testing/web-platform/tests/navigation-api/navigate-event/navigatesuccess-same-document.html create mode 100644 testing/web-platform/tests/navigation-api/navigate-event/resources/meta-refresh.html create mode 100644 testing/web-platform/tests/navigation-api/navigate-event/resources/navigatesuccess-cross-document-helper.html create mode 100644 testing/web-platform/tests/navigation-api/navigate-event/resources/opener-postMessage-onload.html create mode 100644 testing/web-platform/tests/navigation-api/navigate-event/signal-abort-detach-in-onnavigate.html create mode 100644 testing/web-platform/tests/navigation-api/navigate-event/signal-abort-intercept.html create mode 100644 testing/web-platform/tests/navigation-api/navigate-event/signal-abort-preventDefault.html create mode 100644 testing/web-platform/tests/navigation-api/navigate-event/signal-abort-window-stop-after-intercept.html create mode 100644 testing/web-platform/tests/navigation-api/navigate-event/signal-abort-window-stop-in-onnavigate.html create mode 100644 testing/web-platform/tests/navigation-api/navigate-event/signal-abort-window-stop.html (limited to 'testing/web-platform/tests/navigation-api/navigate-event') diff --git a/testing/web-platform/tests/navigation-api/navigate-event/cross-origin-traversal-does-not-fire-navigate.html b/testing/web-platform/tests/navigation-api/navigate-event/cross-origin-traversal-does-not-fire-navigate.html new file mode 100644 index 0000000000..36491be22c --- /dev/null +++ b/testing/web-platform/tests/navigation-api/navigate-event/cross-origin-traversal-does-not-fire-navigate.html @@ -0,0 +1,25 @@ + + + + + + diff --git a/testing/web-platform/tests/navigation-api/navigate-event/cross-window/click-crossdocument-crossorigin-sameorigindomain.sub.html b/testing/web-platform/tests/navigation-api/navigate-event/cross-window/click-crossdocument-crossorigin-sameorigindomain.sub.html new file mode 100644 index 0000000000..676672a230 --- /dev/null +++ b/testing/web-platform/tests/navigation-api/navigate-event/cross-window/click-crossdocument-crossorigin-sameorigindomain.sub.html @@ -0,0 +1,41 @@ + + + + + + diff --git a/testing/web-platform/tests/navigation-api/navigate-event/cross-window/click-crossdocument-crossorigin.html b/testing/web-platform/tests/navigation-api/navigate-event/cross-window/click-crossdocument-crossorigin.html new file mode 100644 index 0000000000..2f40238912 --- /dev/null +++ b/testing/web-platform/tests/navigation-api/navigate-event/cross-window/click-crossdocument-crossorigin.html @@ -0,0 +1,30 @@ + + + + + + + diff --git a/testing/web-platform/tests/navigation-api/navigate-event/cross-window/click-crossdocument-sameorigin.html b/testing/web-platform/tests/navigation-api/navigate-event/cross-window/click-crossdocument-sameorigin.html new file mode 100644 index 0000000000..41c3ca71ee --- /dev/null +++ b/testing/web-platform/tests/navigation-api/navigate-event/cross-window/click-crossdocument-sameorigin.html @@ -0,0 +1,29 @@ + + + + +Click me + + + diff --git a/testing/web-platform/tests/navigation-api/navigate-event/cross-window/click-samedocument-crossorigin-sameorigindomain.sub.html b/testing/web-platform/tests/navigation-api/navigate-event/cross-window/click-samedocument-crossorigin-sameorigindomain.sub.html new file mode 100644 index 0000000000..a467ecf9d7 --- /dev/null +++ b/testing/web-platform/tests/navigation-api/navigate-event/cross-window/click-samedocument-crossorigin-sameorigindomain.sub.html @@ -0,0 +1,41 @@ + + + + + + diff --git a/testing/web-platform/tests/navigation-api/navigate-event/cross-window/click-samedocument-crossorigin.html b/testing/web-platform/tests/navigation-api/navigate-event/cross-window/click-samedocument-crossorigin.html new file mode 100644 index 0000000000..b9fa97f6d5 --- /dev/null +++ b/testing/web-platform/tests/navigation-api/navigate-event/cross-window/click-samedocument-crossorigin.html @@ -0,0 +1,39 @@ + + + + + + + diff --git a/testing/web-platform/tests/navigation-api/navigate-event/cross-window/click-samedocument-sameorigin.html b/testing/web-platform/tests/navigation-api/navigate-event/cross-window/click-samedocument-sameorigin.html new file mode 100644 index 0000000000..566bea3dc7 --- /dev/null +++ b/testing/web-platform/tests/navigation-api/navigate-event/cross-window/click-samedocument-sameorigin.html @@ -0,0 +1,27 @@ + + + + +Click me + + + diff --git a/testing/web-platform/tests/navigation-api/navigate-event/cross-window/location-crossdocument-crossorigin-sameorigindomain.sub.html b/testing/web-platform/tests/navigation-api/navigate-event/cross-window/location-crossdocument-crossorigin-sameorigindomain.sub.html new file mode 100644 index 0000000000..77a5873c08 --- /dev/null +++ b/testing/web-platform/tests/navigation-api/navigate-event/cross-window/location-crossdocument-crossorigin-sameorigindomain.sub.html @@ -0,0 +1,34 @@ + + + + + + diff --git a/testing/web-platform/tests/navigation-api/navigate-event/cross-window/location-crossdocument-crossorigin.html b/testing/web-platform/tests/navigation-api/navigate-event/cross-window/location-crossdocument-crossorigin.html new file mode 100644 index 0000000000..79df86fdc9 --- /dev/null +++ b/testing/web-platform/tests/navigation-api/navigate-event/cross-window/location-crossdocument-crossorigin.html @@ -0,0 +1,23 @@ + + + + + + + diff --git a/testing/web-platform/tests/navigation-api/navigate-event/cross-window/location-crossdocument-sameorigin.html b/testing/web-platform/tests/navigation-api/navigate-event/cross-window/location-crossdocument-sameorigin.html new file mode 100644 index 0000000000..41ac1b0375 --- /dev/null +++ b/testing/web-platform/tests/navigation-api/navigate-event/cross-window/location-crossdocument-sameorigin.html @@ -0,0 +1,26 @@ + + + + + + + diff --git a/testing/web-platform/tests/navigation-api/navigate-event/cross-window/location-samedocument-crossorigin-sameorigindomain.sub.html b/testing/web-platform/tests/navigation-api/navigate-event/cross-window/location-samedocument-crossorigin-sameorigindomain.sub.html new file mode 100644 index 0000000000..1eda74e982 --- /dev/null +++ b/testing/web-platform/tests/navigation-api/navigate-event/cross-window/location-samedocument-crossorigin-sameorigindomain.sub.html @@ -0,0 +1,34 @@ + + + + + + diff --git a/testing/web-platform/tests/navigation-api/navigate-event/cross-window/location-samedocument-crossorigin.html b/testing/web-platform/tests/navigation-api/navigate-event/cross-window/location-samedocument-crossorigin.html new file mode 100644 index 0000000000..5679236a7d --- /dev/null +++ b/testing/web-platform/tests/navigation-api/navigate-event/cross-window/location-samedocument-crossorigin.html @@ -0,0 +1,32 @@ + + + + + + + diff --git a/testing/web-platform/tests/navigation-api/navigate-event/cross-window/location-samedocument-sameorigin.html b/testing/web-platform/tests/navigation-api/navigate-event/cross-window/location-samedocument-sameorigin.html new file mode 100644 index 0000000000..a7e4181c3a --- /dev/null +++ b/testing/web-platform/tests/navigation-api/navigate-event/cross-window/location-samedocument-sameorigin.html @@ -0,0 +1,26 @@ + + + + + + + diff --git a/testing/web-platform/tests/navigation-api/navigate-event/cross-window/open-crossdocument-crossorigin-sameorigindomain.sub.html b/testing/web-platform/tests/navigation-api/navigate-event/cross-window/open-crossdocument-crossorigin-sameorigindomain.sub.html new file mode 100644 index 0000000000..ea9ea479c3 --- /dev/null +++ b/testing/web-platform/tests/navigation-api/navigate-event/cross-window/open-crossdocument-crossorigin-sameorigindomain.sub.html @@ -0,0 +1,35 @@ + + + + + + diff --git a/testing/web-platform/tests/navigation-api/navigate-event/cross-window/open-crossdocument-crossorigin.html b/testing/web-platform/tests/navigation-api/navigate-event/cross-window/open-crossdocument-crossorigin.html new file mode 100644 index 0000000000..73ede89cbf --- /dev/null +++ b/testing/web-platform/tests/navigation-api/navigate-event/cross-window/open-crossdocument-crossorigin.html @@ -0,0 +1,24 @@ + + + + + + + diff --git a/testing/web-platform/tests/navigation-api/navigate-event/cross-window/open-crossdocument-sameorigin.html b/testing/web-platform/tests/navigation-api/navigate-event/cross-window/open-crossdocument-sameorigin.html new file mode 100644 index 0000000000..478483e238 --- /dev/null +++ b/testing/web-platform/tests/navigation-api/navigate-event/cross-window/open-crossdocument-sameorigin.html @@ -0,0 +1,26 @@ + + + + + + + diff --git a/testing/web-platform/tests/navigation-api/navigate-event/cross-window/open-samedocument-crossorigin-sameorigindomain.sub.html b/testing/web-platform/tests/navigation-api/navigate-event/cross-window/open-samedocument-crossorigin-sameorigindomain.sub.html new file mode 100644 index 0000000000..324adb32a4 --- /dev/null +++ b/testing/web-platform/tests/navigation-api/navigate-event/cross-window/open-samedocument-crossorigin-sameorigindomain.sub.html @@ -0,0 +1,35 @@ + + + + + + diff --git a/testing/web-platform/tests/navigation-api/navigate-event/cross-window/open-samedocument-crossorigin.html b/testing/web-platform/tests/navigation-api/navigate-event/cross-window/open-samedocument-crossorigin.html new file mode 100644 index 0000000000..23dceb0420 --- /dev/null +++ b/testing/web-platform/tests/navigation-api/navigate-event/cross-window/open-samedocument-crossorigin.html @@ -0,0 +1,33 @@ + + + + + + + diff --git a/testing/web-platform/tests/navigation-api/navigate-event/cross-window/open-samedocument-sameorigin.html b/testing/web-platform/tests/navigation-api/navigate-event/cross-window/open-samedocument-sameorigin.html new file mode 100644 index 0000000000..9ca8531803 --- /dev/null +++ b/testing/web-platform/tests/navigation-api/navigate-event/cross-window/open-samedocument-sameorigin.html @@ -0,0 +1,26 @@ + + + + + + + diff --git a/testing/web-platform/tests/navigation-api/navigate-event/cross-window/resources/cross-origin-iframe-helper.html b/testing/web-platform/tests/navigation-api/navigate-event/cross-window/resources/cross-origin-iframe-helper.html new file mode 100644 index 0000000000..3393a2ecaa --- /dev/null +++ b/testing/web-platform/tests/navigation-api/navigate-event/cross-window/resources/cross-origin-iframe-helper.html @@ -0,0 +1,28 @@ + + diff --git a/testing/web-platform/tests/navigation-api/navigate-event/cross-window/resources/document-domain-setter.sub.html b/testing/web-platform/tests/navigation-api/navigate-event/cross-window/resources/document-domain-setter.sub.html new file mode 100644 index 0000000000..abe32ad8fb --- /dev/null +++ b/testing/web-platform/tests/navigation-api/navigate-event/cross-window/resources/document-domain-setter.sub.html @@ -0,0 +1,3 @@ + \ No newline at end of file diff --git a/testing/web-platform/tests/navigation-api/navigate-event/cross-window/submit-crossdocument-crossorigin-sameorigindomain.sub.html b/testing/web-platform/tests/navigation-api/navigate-event/cross-window/submit-crossdocument-crossorigin-sameorigindomain.sub.html new file mode 100644 index 0000000000..f611034617 --- /dev/null +++ b/testing/web-platform/tests/navigation-api/navigate-event/cross-window/submit-crossdocument-crossorigin-sameorigindomain.sub.html @@ -0,0 +1,41 @@ + + + + + + diff --git a/testing/web-platform/tests/navigation-api/navigate-event/cross-window/submit-crossdocument-crossorigin.html b/testing/web-platform/tests/navigation-api/navigate-event/cross-window/submit-crossdocument-crossorigin.html new file mode 100644 index 0000000000..007f58b1fb --- /dev/null +++ b/testing/web-platform/tests/navigation-api/navigate-event/cross-window/submit-crossdocument-crossorigin.html @@ -0,0 +1,30 @@ + + + + + + + diff --git a/testing/web-platform/tests/navigation-api/navigate-event/cross-window/submit-crossdocument-sameorigin.html b/testing/web-platform/tests/navigation-api/navigate-event/cross-window/submit-crossdocument-sameorigin.html new file mode 100644 index 0000000000..05347335a1 --- /dev/null +++ b/testing/web-platform/tests/navigation-api/navigate-event/cross-window/submit-crossdocument-sameorigin.html @@ -0,0 +1,27 @@ + + + + +
+ + + diff --git a/testing/web-platform/tests/navigation-api/navigate-event/cross-window/submit-samedocument-crossorigin-sameorigindomain.sub.html b/testing/web-platform/tests/navigation-api/navigate-event/cross-window/submit-samedocument-crossorigin-sameorigindomain.sub.html new file mode 100644 index 0000000000..9e64a0124d --- /dev/null +++ b/testing/web-platform/tests/navigation-api/navigate-event/cross-window/submit-samedocument-crossorigin-sameorigindomain.sub.html @@ -0,0 +1,41 @@ + + + + + + diff --git a/testing/web-platform/tests/navigation-api/navigate-event/cross-window/submit-samedocument-crossorigin.html b/testing/web-platform/tests/navigation-api/navigate-event/cross-window/submit-samedocument-crossorigin.html new file mode 100644 index 0000000000..e53a1f93e7 --- /dev/null +++ b/testing/web-platform/tests/navigation-api/navigate-event/cross-window/submit-samedocument-crossorigin.html @@ -0,0 +1,39 @@ + + + + + + + diff --git a/testing/web-platform/tests/navigation-api/navigate-event/cross-window/submit-samedocument-sameorigin.html b/testing/web-platform/tests/navigation-api/navigate-event/cross-window/submit-samedocument-sameorigin.html new file mode 100644 index 0000000000..43aa3226fc --- /dev/null +++ b/testing/web-platform/tests/navigation-api/navigate-event/cross-window/submit-samedocument-sameorigin.html @@ -0,0 +1,27 @@ + + + + +
+ + + diff --git a/testing/web-platform/tests/navigation-api/navigate-event/event-constructor.html b/testing/web-platform/tests/navigation-api/navigate-event/event-constructor.html new file mode 100644 index 0000000000..065884240e --- /dev/null +++ b/testing/web-platform/tests/navigation-api/navigate-event/event-constructor.html @@ -0,0 +1,96 @@ + + + + diff --git a/testing/web-platform/tests/navigation-api/navigate-event/intercept-after-dispatch.html b/testing/web-platform/tests/navigation-api/navigate-event/intercept-after-dispatch.html new file mode 100644 index 0000000000..abb328050d --- /dev/null +++ b/testing/web-platform/tests/navigation-api/navigate-event/intercept-after-dispatch.html @@ -0,0 +1,16 @@ + + + + + diff --git a/testing/web-platform/tests/navigation-api/navigate-event/intercept-and-navigate.html b/testing/web-platform/tests/navigation-api/navigate-event/intercept-and-navigate.html new file mode 100644 index 0000000000..dfbb67b6b6 --- /dev/null +++ b/testing/web-platform/tests/navigation-api/navigate-event/intercept-and-navigate.html @@ -0,0 +1,27 @@ + + + + diff --git a/testing/web-platform/tests/navigation-api/navigate-event/intercept-canceled-event.html b/testing/web-platform/tests/navigation-api/navigate-event/intercept-canceled-event.html new file mode 100644 index 0000000000..d4b9633c1a --- /dev/null +++ b/testing/web-platform/tests/navigation-api/navigate-event/intercept-canceled-event.html @@ -0,0 +1,17 @@ + + + + + diff --git a/testing/web-platform/tests/navigation-api/navigate-event/intercept-cross-document-same-origin.html b/testing/web-platform/tests/navigation-api/navigate-event/intercept-cross-document-same-origin.html new file mode 100644 index 0000000000..0d610cce4f --- /dev/null +++ b/testing/web-platform/tests/navigation-api/navigate-event/intercept-cross-document-same-origin.html @@ -0,0 +1,21 @@ + + + + + diff --git a/testing/web-platform/tests/navigation-api/navigate-event/intercept-cross-origin.html b/testing/web-platform/tests/navigation-api/navigate-event/intercept-cross-origin.html new file mode 100644 index 0000000000..b367df546c --- /dev/null +++ b/testing/web-platform/tests/navigation-api/navigate-event/intercept-cross-origin.html @@ -0,0 +1,18 @@ + + + + + diff --git a/testing/web-platform/tests/navigation-api/navigate-event/intercept-detach-multiple.html b/testing/web-platform/tests/navigation-api/navigate-event/intercept-detach-multiple.html new file mode 100644 index 0000000000..5b6a623284 --- /dev/null +++ b/testing/web-platform/tests/navigation-api/navigate-event/intercept-detach-multiple.html @@ -0,0 +1,18 @@ + + + + + diff --git a/testing/web-platform/tests/navigation-api/navigate-event/intercept-detach.html b/testing/web-platform/tests/navigation-api/navigate-event/intercept-detach.html new file mode 100644 index 0000000000..b5ce45aa29 --- /dev/null +++ b/testing/web-platform/tests/navigation-api/navigate-event/intercept-detach.html @@ -0,0 +1,17 @@ + + + + + diff --git a/testing/web-platform/tests/navigation-api/navigate-event/intercept-handler-null-or-undefined.html b/testing/web-platform/tests/navigation-api/navigate-event/intercept-handler-null-or-undefined.html new file mode 100644 index 0000000000..7f5bd6b19f --- /dev/null +++ b/testing/web-platform/tests/navigation-api/navigate-event/intercept-handler-null-or-undefined.html @@ -0,0 +1,21 @@ + + + + diff --git a/testing/web-platform/tests/navigation-api/navigate-event/intercept-handler-returns-non-promise.html b/testing/web-platform/tests/navigation-api/navigate-event/intercept-handler-returns-non-promise.html new file mode 100644 index 0000000000..96116e9295 --- /dev/null +++ b/testing/web-platform/tests/navigation-api/navigate-event/intercept-handler-returns-non-promise.html @@ -0,0 +1,18 @@ + + + + diff --git a/testing/web-platform/tests/navigation-api/navigate-event/intercept-handler-throws.html b/testing/web-platform/tests/navigation-api/navigate-event/intercept-handler-throws.html new file mode 100644 index 0000000000..769f675999 --- /dev/null +++ b/testing/web-platform/tests/navigation-api/navigate-event/intercept-handler-throws.html @@ -0,0 +1,26 @@ + + + + diff --git a/testing/web-platform/tests/navigation-api/navigate-event/intercept-history-pushState.html b/testing/web-platform/tests/navigation-api/navigate-event/intercept-history-pushState.html new file mode 100644 index 0000000000..aad08b742e --- /dev/null +++ b/testing/web-platform/tests/navigation-api/navigate-event/intercept-history-pushState.html @@ -0,0 +1,23 @@ + + + + diff --git a/testing/web-platform/tests/navigation-api/navigate-event/intercept-history-replaceState.html b/testing/web-platform/tests/navigation-api/navigate-event/intercept-history-replaceState.html new file mode 100644 index 0000000000..16edec8596 --- /dev/null +++ b/testing/web-platform/tests/navigation-api/navigate-event/intercept-history-replaceState.html @@ -0,0 +1,23 @@ + + + + diff --git a/testing/web-platform/tests/navigation-api/navigate-event/intercept-multiple-times-reject.html b/testing/web-platform/tests/navigation-api/navigate-event/intercept-multiple-times-reject.html new file mode 100644 index 0000000000..0b0f1f0b8e --- /dev/null +++ b/testing/web-platform/tests/navigation-api/navigate-event/intercept-multiple-times-reject.html @@ -0,0 +1,38 @@ + + + + diff --git a/testing/web-platform/tests/navigation-api/navigate-event/intercept-multiple-times.html b/testing/web-platform/tests/navigation-api/navigate-event/intercept-multiple-times.html new file mode 100644 index 0000000000..6deaeeb507 --- /dev/null +++ b/testing/web-platform/tests/navigation-api/navigate-event/intercept-multiple-times.html @@ -0,0 +1,41 @@ + + + + diff --git a/testing/web-platform/tests/navigation-api/navigate-event/intercept-navigation-back.html b/testing/web-platform/tests/navigation-api/navigate-event/intercept-navigation-back.html new file mode 100644 index 0000000000..8babf2bcdc --- /dev/null +++ b/testing/web-platform/tests/navigation-api/navigate-event/intercept-navigation-back.html @@ -0,0 +1,19 @@ + + + + diff --git a/testing/web-platform/tests/navigation-api/navigate-event/intercept-on-synthetic-event.html b/testing/web-platform/tests/navigation-api/navigate-event/intercept-on-synthetic-event.html new file mode 100644 index 0000000000..3a4b54de5e --- /dev/null +++ b/testing/web-platform/tests/navigation-api/navigate-event/intercept-on-synthetic-event.html @@ -0,0 +1,17 @@ + + + + diff --git a/testing/web-platform/tests/navigation-api/navigate-event/intercept-popstate.html b/testing/web-platform/tests/navigation-api/navigate-event/intercept-popstate.html new file mode 100644 index 0000000000..f5f9d82be7 --- /dev/null +++ b/testing/web-platform/tests/navigation-api/navigate-event/intercept-popstate.html @@ -0,0 +1,26 @@ + + + + diff --git a/testing/web-platform/tests/navigation-api/navigate-event/intercept-reject.html b/testing/web-platform/tests/navigation-api/navigate-event/intercept-reject.html new file mode 100644 index 0000000000..4c5ec0163d --- /dev/null +++ b/testing/web-platform/tests/navigation-api/navigate-event/intercept-reject.html @@ -0,0 +1,29 @@ + + + + diff --git a/testing/web-platform/tests/navigation-api/navigate-event/intercept-resolve.html b/testing/web-platform/tests/navigation-api/navigate-event/intercept-resolve.html new file mode 100644 index 0000000000..b60d89b5df --- /dev/null +++ b/testing/web-platform/tests/navigation-api/navigate-event/intercept-resolve.html @@ -0,0 +1,20 @@ + + + + diff --git a/testing/web-platform/tests/navigation-api/navigate-event/intercept-same-document-history-back.html b/testing/web-platform/tests/navigation-api/navigate-event/intercept-same-document-history-back.html new file mode 100644 index 0000000000..6faabe1964 --- /dev/null +++ b/testing/web-platform/tests/navigation-api/navigate-event/intercept-same-document-history-back.html @@ -0,0 +1,40 @@ + + + + diff --git a/testing/web-platform/tests/navigation-api/navigate-event/navigate-anchor-cross-origin.html b/testing/web-platform/tests/navigation-api/navigate-event/navigate-anchor-cross-origin.html new file mode 100644 index 0000000000..d8f2e38312 --- /dev/null +++ b/testing/web-platform/tests/navigation-api/navigate-event/navigate-anchor-cross-origin.html @@ -0,0 +1,24 @@ + + + + + diff --git a/testing/web-platform/tests/navigation-api/navigate-event/navigate-anchor-download-userInitiated.html b/testing/web-platform/tests/navigation-api/navigate-event/navigate-anchor-download-userInitiated.html new file mode 100644 index 0000000000..90a612b758 --- /dev/null +++ b/testing/web-platform/tests/navigation-api/navigate-event/navigate-anchor-download-userInitiated.html @@ -0,0 +1,29 @@ + + + + + + +Click me + diff --git a/testing/web-platform/tests/navigation-api/navigate-event/navigate-anchor-download.html b/testing/web-platform/tests/navigation-api/navigate-event/navigate-anchor-download.html new file mode 100644 index 0000000000..c5ca306b79 --- /dev/null +++ b/testing/web-platform/tests/navigation-api/navigate-event/navigate-anchor-download.html @@ -0,0 +1,34 @@ + + + + + + diff --git a/testing/web-platform/tests/navigation-api/navigate-event/navigate-anchor-fragment.html b/testing/web-platform/tests/navigation-api/navigate-event/navigate-anchor-fragment.html new file mode 100644 index 0000000000..b7706b7deb --- /dev/null +++ b/testing/web-platform/tests/navigation-api/navigate-event/navigate-anchor-fragment.html @@ -0,0 +1,25 @@ + + + + + diff --git a/testing/web-platform/tests/navigation-api/navigate-event/navigate-anchor-same-origin-cross-document.html b/testing/web-platform/tests/navigation-api/navigate-event/navigate-anchor-same-origin-cross-document.html new file mode 100644 index 0000000000..b8e925a4db --- /dev/null +++ b/testing/web-platform/tests/navigation-api/navigate-event/navigate-anchor-same-origin-cross-document.html @@ -0,0 +1,25 @@ + + + + + diff --git a/testing/web-platform/tests/navigation-api/navigate-event/navigate-anchor-userInitiated.html b/testing/web-platform/tests/navigation-api/navigate-event/navigate-anchor-userInitiated.html new file mode 100644 index 0000000000..b746bbe3f0 --- /dev/null +++ b/testing/web-platform/tests/navigation-api/navigate-event/navigate-anchor-userInitiated.html @@ -0,0 +1,29 @@ + + + + + + +Click me + diff --git a/testing/web-platform/tests/navigation-api/navigate-event/navigate-anchor-with-target.html b/testing/web-platform/tests/navigation-api/navigate-event/navigate-anchor-with-target.html new file mode 100644 index 0000000000..c2053a37b0 --- /dev/null +++ b/testing/web-platform/tests/navigation-api/navigate-event/navigate-anchor-with-target.html @@ -0,0 +1,31 @@ + + + + + + diff --git a/testing/web-platform/tests/navigation-api/navigate-event/navigate-destination-getState-back-forward.html b/testing/web-platform/tests/navigation-api/navigate-event/navigate-destination-getState-back-forward.html new file mode 100644 index 0000000000..c118aa7a1f --- /dev/null +++ b/testing/web-platform/tests/navigation-api/navigate-event/navigate-destination-getState-back-forward.html @@ -0,0 +1,26 @@ + + + + diff --git a/testing/web-platform/tests/navigation-api/navigate-event/navigate-destination-getState-navigate.html b/testing/web-platform/tests/navigation-api/navigate-event/navigate-destination-getState-navigate.html new file mode 100644 index 0000000000..9c34c5753a --- /dev/null +++ b/testing/web-platform/tests/navigation-api/navigate-event/navigate-destination-getState-navigate.html @@ -0,0 +1,23 @@ + + + + diff --git a/testing/web-platform/tests/navigation-api/navigate-event/navigate-destination-getState-reload.html b/testing/web-platform/tests/navigation-api/navigate-event/navigate-destination-getState-reload.html new file mode 100644 index 0000000000..b3afb72482 --- /dev/null +++ b/testing/web-platform/tests/navigation-api/navigate-event/navigate-destination-getState-reload.html @@ -0,0 +1,25 @@ + + + + diff --git a/testing/web-platform/tests/navigation-api/navigate-event/navigate-form-get.html b/testing/web-platform/tests/navigation-api/navigate-event/navigate-form-get.html new file mode 100644 index 0000000000..69a49eb08a --- /dev/null +++ b/testing/web-platform/tests/navigation-api/navigate-event/navigate-form-get.html @@ -0,0 +1,27 @@ + + + +
+ diff --git a/testing/web-platform/tests/navigation-api/navigate-event/navigate-form-reload.html b/testing/web-platform/tests/navigation-api/navigate-event/navigate-form-reload.html new file mode 100644 index 0000000000..f18a11ebda --- /dev/null +++ b/testing/web-platform/tests/navigation-api/navigate-event/navigate-form-reload.html @@ -0,0 +1,28 @@ + + + + +
+ diff --git a/testing/web-platform/tests/navigation-api/navigate-event/navigate-form-traverse.html b/testing/web-platform/tests/navigation-api/navigate-event/navigate-form-traverse.html new file mode 100644 index 0000000000..d673537503 --- /dev/null +++ b/testing/web-platform/tests/navigation-api/navigate-event/navigate-form-traverse.html @@ -0,0 +1,44 @@ + + + + +
+ diff --git a/testing/web-platform/tests/navigation-api/navigate-event/navigate-form-userInitiated.html b/testing/web-platform/tests/navigation-api/navigate-event/navigate-form-userInitiated.html new file mode 100644 index 0000000000..454f077396 --- /dev/null +++ b/testing/web-platform/tests/navigation-api/navigate-event/navigate-form-userInitiated.html @@ -0,0 +1,30 @@ + + + + + + +
+ +
+ diff --git a/testing/web-platform/tests/navigation-api/navigate-event/navigate-form-with-target.html b/testing/web-platform/tests/navigation-api/navigate-event/navigate-form-with-target.html new file mode 100644 index 0000000000..b23ab3a70c --- /dev/null +++ b/testing/web-platform/tests/navigation-api/navigate-event/navigate-form-with-target.html @@ -0,0 +1,29 @@ + + + + +
+ diff --git a/testing/web-platform/tests/navigation-api/navigate-event/navigate-form.html b/testing/web-platform/tests/navigation-api/navigate-event/navigate-form.html new file mode 100644 index 0000000000..b537a9b58f --- /dev/null +++ b/testing/web-platform/tests/navigation-api/navigate-event/navigate-form.html @@ -0,0 +1,25 @@ + + + +
+ diff --git a/testing/web-platform/tests/navigation-api/navigate-event/navigate-history-back-after-fragment.html b/testing/web-platform/tests/navigation-api/navigate-event/navigate-history-back-after-fragment.html new file mode 100644 index 0000000000..976754f28a --- /dev/null +++ b/testing/web-platform/tests/navigation-api/navigate-event/navigate-history-back-after-fragment.html @@ -0,0 +1,31 @@ + + + + diff --git a/testing/web-platform/tests/navigation-api/navigate-event/navigate-history-back-after-pushState.html b/testing/web-platform/tests/navigation-api/navigate-event/navigate-history-back-after-pushState.html new file mode 100644 index 0000000000..4d870fb2ae --- /dev/null +++ b/testing/web-platform/tests/navigation-api/navigate-event/navigate-history-back-after-pushState.html @@ -0,0 +1,31 @@ + + + + diff --git a/testing/web-platform/tests/navigation-api/navigate-event/navigate-history-back-cross-document.html b/testing/web-platform/tests/navigation-api/navigate-event/navigate-history-back-cross-document.html new file mode 100644 index 0000000000..cd7be6e9ad --- /dev/null +++ b/testing/web-platform/tests/navigation-api/navigate-event/navigate-history-back-cross-document.html @@ -0,0 +1,32 @@ + + + + + diff --git a/testing/web-platform/tests/navigation-api/navigate-event/navigate-history-go-0.html b/testing/web-platform/tests/navigation-api/navigate-event/navigate-history-go-0.html new file mode 100644 index 0000000000..96d98cf44c --- /dev/null +++ b/testing/web-platform/tests/navigation-api/navigate-event/navigate-history-go-0.html @@ -0,0 +1,27 @@ + + + + + diff --git a/testing/web-platform/tests/navigation-api/navigate-event/navigate-history-pushState.html b/testing/web-platform/tests/navigation-api/navigate-event/navigate-history-pushState.html new file mode 100644 index 0000000000..2f8c81c709 --- /dev/null +++ b/testing/web-platform/tests/navigation-api/navigate-event/navigate-history-pushState.html @@ -0,0 +1,29 @@ + + + + diff --git a/testing/web-platform/tests/navigation-api/navigate-event/navigate-history-replaceState.html b/testing/web-platform/tests/navigation-api/navigate-event/navigate-history-replaceState.html new file mode 100644 index 0000000000..d8417fbfd3 --- /dev/null +++ b/testing/web-platform/tests/navigation-api/navigate-event/navigate-history-replaceState.html @@ -0,0 +1,29 @@ + + + + diff --git a/testing/web-platform/tests/navigation-api/navigate-event/navigate-iframe-location.html b/testing/web-platform/tests/navigation-api/navigate-event/navigate-iframe-location.html new file mode 100644 index 0000000000..059b995011 --- /dev/null +++ b/testing/web-platform/tests/navigation-api/navigate-event/navigate-iframe-location.html @@ -0,0 +1,30 @@ + + + + + diff --git a/testing/web-platform/tests/navigation-api/navigate-event/navigate-location.html b/testing/web-platform/tests/navigation-api/navigate-event/navigate-location.html new file mode 100644 index 0000000000..c5aa0be97a --- /dev/null +++ b/testing/web-platform/tests/navigation-api/navigate-event/navigate-location.html @@ -0,0 +1,23 @@ + + + +
+ diff --git a/testing/web-platform/tests/navigation-api/navigate-event/navigate-meta-refresh.html b/testing/web-platform/tests/navigation-api/navigate-event/navigate-meta-refresh.html new file mode 100644 index 0000000000..1f8ed30685 --- /dev/null +++ b/testing/web-platform/tests/navigation-api/navigate-event/navigate-meta-refresh.html @@ -0,0 +1,27 @@ + + + + + + + diff --git a/testing/web-platform/tests/navigation-api/navigate-event/navigate-navigation-back-cross-document.html b/testing/web-platform/tests/navigation-api/navigate-event/navigate-navigation-back-cross-document.html new file mode 100644 index 0000000000..214644066e --- /dev/null +++ b/testing/web-platform/tests/navigation-api/navigate-event/navigate-navigation-back-cross-document.html @@ -0,0 +1,32 @@ + + + + + diff --git a/testing/web-platform/tests/navigation-api/navigate-event/navigate-navigation-back-same-document.html b/testing/web-platform/tests/navigation-api/navigate-event/navigate-navigation-back-same-document.html new file mode 100644 index 0000000000..8753e6b1c8 --- /dev/null +++ b/testing/web-platform/tests/navigation-api/navigate-event/navigate-navigation-back-same-document.html @@ -0,0 +1,32 @@ + + + + diff --git a/testing/web-platform/tests/navigation-api/navigate-event/navigate-navigation-navigate.html b/testing/web-platform/tests/navigation-api/navigate-event/navigate-navigation-navigate.html new file mode 100644 index 0000000000..76f98c7236 --- /dev/null +++ b/testing/web-platform/tests/navigation-api/navigate-event/navigate-navigation-navigate.html @@ -0,0 +1,22 @@ + + + + diff --git a/testing/web-platform/tests/navigation-api/navigate-event/navigate-to-javascript.html b/testing/web-platform/tests/navigation-api/navigate-event/navigate-to-javascript.html new file mode 100644 index 0000000000..78f490d87b --- /dev/null +++ b/testing/web-platform/tests/navigation-api/navigate-event/navigate-to-javascript.html @@ -0,0 +1,18 @@ + + + + + + diff --git a/testing/web-platform/tests/navigation-api/navigate-event/navigate-to-srcdoc.html b/testing/web-platform/tests/navigation-api/navigate-event/navigate-to-srcdoc.html new file mode 100644 index 0000000000..26ad135b6a --- /dev/null +++ b/testing/web-platform/tests/navigation-api/navigate-event/navigate-to-srcdoc.html @@ -0,0 +1,34 @@ + + + + + + diff --git a/testing/web-platform/tests/navigation-api/navigate-event/navigate-window-open-self.html b/testing/web-platform/tests/navigation-api/navigate-event/navigate-window-open-self.html new file mode 100644 index 0000000000..274c8bc4d5 --- /dev/null +++ b/testing/web-platform/tests/navigation-api/navigate-event/navigate-window-open-self.html @@ -0,0 +1,23 @@ + + + + diff --git a/testing/web-platform/tests/navigation-api/navigate-event/navigate-window-open.html b/testing/web-platform/tests/navigation-api/navigate-event/navigate-window-open.html new file mode 100644 index 0000000000..afc998271f --- /dev/null +++ b/testing/web-platform/tests/navigation-api/navigate-event/navigate-window-open.html @@ -0,0 +1,30 @@ + + + + + diff --git a/testing/web-platform/tests/navigation-api/navigate-event/navigatesuccess-cross-document.html b/testing/web-platform/tests/navigation-api/navigate-event/navigatesuccess-cross-document.html new file mode 100644 index 0000000000..1d528c1f5f --- /dev/null +++ b/testing/web-platform/tests/navigation-api/navigate-event/navigatesuccess-cross-document.html @@ -0,0 +1,14 @@ + + + + + diff --git a/testing/web-platform/tests/navigation-api/navigate-event/navigatesuccess-same-document.html b/testing/web-platform/tests/navigation-api/navigate-event/navigatesuccess-same-document.html new file mode 100644 index 0000000000..6007170ec1 --- /dev/null +++ b/testing/web-platform/tests/navigation-api/navigate-event/navigatesuccess-same-document.html @@ -0,0 +1,10 @@ + + + + + diff --git a/testing/web-platform/tests/navigation-api/navigate-event/resources/meta-refresh.html b/testing/web-platform/tests/navigation-api/navigate-event/resources/meta-refresh.html new file mode 100644 index 0000000000..fd453e663f --- /dev/null +++ b/testing/web-platform/tests/navigation-api/navigate-event/resources/meta-refresh.html @@ -0,0 +1,4 @@ + + + + diff --git a/testing/web-platform/tests/navigation-api/navigate-event/resources/navigatesuccess-cross-document-helper.html b/testing/web-platform/tests/navigation-api/navigate-event/resources/navigatesuccess-cross-document-helper.html new file mode 100644 index 0000000000..aabc5015a9 --- /dev/null +++ b/testing/web-platform/tests/navigation-api/navigate-event/resources/navigatesuccess-cross-document-helper.html @@ -0,0 +1,6 @@ + + + + diff --git a/testing/web-platform/tests/navigation-api/navigate-event/resources/opener-postMessage-onload.html b/testing/web-platform/tests/navigation-api/navigate-event/resources/opener-postMessage-onload.html new file mode 100644 index 0000000000..97e1d82058 --- /dev/null +++ b/testing/web-platform/tests/navigation-api/navigate-event/resources/opener-postMessage-onload.html @@ -0,0 +1,6 @@ + + + + diff --git a/testing/web-platform/tests/navigation-api/navigate-event/signal-abort-detach-in-onnavigate.html b/testing/web-platform/tests/navigation-api/navigate-event/signal-abort-detach-in-onnavigate.html new file mode 100644 index 0000000000..467ea88899 --- /dev/null +++ b/testing/web-platform/tests/navigation-api/navigate-event/signal-abort-detach-in-onnavigate.html @@ -0,0 +1,21 @@ + + + + + diff --git a/testing/web-platform/tests/navigation-api/navigate-event/signal-abort-intercept.html b/testing/web-platform/tests/navigation-api/navigate-event/signal-abort-intercept.html new file mode 100644 index 0000000000..1e92d8e445 --- /dev/null +++ b/testing/web-platform/tests/navigation-api/navigate-event/signal-abort-intercept.html @@ -0,0 +1,18 @@ + + + + diff --git a/testing/web-platform/tests/navigation-api/navigate-event/signal-abort-preventDefault.html b/testing/web-platform/tests/navigation-api/navigate-event/signal-abort-preventDefault.html new file mode 100644 index 0000000000..60fed90ce6 --- /dev/null +++ b/testing/web-platform/tests/navigation-api/navigate-event/signal-abort-preventDefault.html @@ -0,0 +1,19 @@ + + + + diff --git a/testing/web-platform/tests/navigation-api/navigate-event/signal-abort-window-stop-after-intercept.html b/testing/web-platform/tests/navigation-api/navigate-event/signal-abort-window-stop-after-intercept.html new file mode 100644 index 0000000000..51ba7753a8 --- /dev/null +++ b/testing/web-platform/tests/navigation-api/navigate-event/signal-abort-window-stop-after-intercept.html @@ -0,0 +1,40 @@ + + + + diff --git a/testing/web-platform/tests/navigation-api/navigate-event/signal-abort-window-stop-in-onnavigate.html b/testing/web-platform/tests/navigation-api/navigate-event/signal-abort-window-stop-in-onnavigate.html new file mode 100644 index 0000000000..1b406c42d3 --- /dev/null +++ b/testing/web-platform/tests/navigation-api/navigate-event/signal-abort-window-stop-in-onnavigate.html @@ -0,0 +1,24 @@ + + + + diff --git a/testing/web-platform/tests/navigation-api/navigate-event/signal-abort-window-stop.html b/testing/web-platform/tests/navigation-api/navigate-event/signal-abort-window-stop.html new file mode 100644 index 0000000000..43e005e8b4 --- /dev/null +++ b/testing/web-platform/tests/navigation-api/navigate-event/signal-abort-window-stop.html @@ -0,0 +1,23 @@ + + + + -- cgit v1.2.3