From 3ba5fa5584574a1f06cf8871aa5ae0d600a6d3cb Mon Sep 17 00:00:00 2001 From: Domenic Denicola Date: Tue, 14 Sep 2021 10:01:13 +0000 Subject: [PATCH] Bug 1727615 [wpt PR 30182] - Tests for history.pushState() URL rewriting, a=testonly Automatic update from web-platform-tests Tests for history.pushState() URL rewriting See https://github.com/whatwg/html/issues/6836. Follows https://github.com/whatwg/html/pull/7044. -- wpt-commits: 130d57f9a1d6f4f51bb9bd81444978efad7016ce wpt-pr: 30182 --- .../history_pushstate_url_rewriting.html | 176 ++++++++++++++++++ .../resources/url-rewriting-helper.html | 12 ++ 2 files changed, 188 insertions(+) create mode 100644 testing/web-platform/tests/html/browsers/history/the-history-interface/history_pushstate_url_rewriting.html create mode 100644 testing/web-platform/tests/html/browsers/history/the-history-interface/resources/url-rewriting-helper.html diff --git a/testing/web-platform/tests/html/browsers/history/the-history-interface/history_pushstate_url_rewriting.html b/testing/web-platform/tests/html/browsers/history/the-history-interface/history_pushstate_url_rewriting.html new file mode 100644 index 0000000000000..03c2afe8eae0d --- /dev/null +++ b/testing/web-platform/tests/html/browsers/history/the-history-interface/history_pushstate_url_rewriting.html @@ -0,0 +1,176 @@ + + +URL rewriting allowed/disallowed for history.pushState() + + + + + + diff --git a/testing/web-platform/tests/html/browsers/history/the-history-interface/resources/url-rewriting-helper.html b/testing/web-platform/tests/html/browsers/history/the-history-interface/resources/url-rewriting-helper.html new file mode 100644 index 0000000000000..847d16cd1a164 --- /dev/null +++ b/testing/web-platform/tests/html/browsers/history/the-history-interface/resources/url-rewriting-helper.html @@ -0,0 +1,12 @@ + +