Bug 1692020 [wpt PR 27576] - WPT regression test for asynchronous about:blank navigat...
commit287dbd46f6ad7c009e14ca073f3751dbe54310ce
authorarthursonzogni <arthursonzogni@chromium.org>
Wed, 17 Feb 2021 16:23:13 +0000 (17 16:23 +0000)
committermoz-wptsync-bot <wptsync@mozilla.com>
Mon, 22 Feb 2021 16:08:06 +0000 (22 16:08 +0000)
tree41319d92c58ca4d8e91b11d1f009d5b73b08e517
parent1ab876424c7e0b070061e42665e2e8bee570efed
Bug 1692020 [wpt PR 27576] - WPT regression test for asynchronous about:blank navigation., a=testonly

Automatic update from web-platform-tests
WPT regression test for asynchronous about:blank navigation.

Chrome used to turn the non initial navigation into a synchronous
navigation. This is no more the case.

Regression test for:
https://chromium-review.googlesource.com/c/chromium/src/+/2667151

Along the way, remove all the 204-no-content.asis files. It turns out
they were leading to:
NavigationRequest::OnRequestFailed with ERR_RESPONSE_HEADERS_TRUNCATED
instead of
NavigationRequest::OnResponseStarted (with 204).

It has been replaced by using ?pipe=status(204), providing valid 204 responses
this time.

R=creis@chromium.org
CC=rakina@chromium.org

Bug: 1170038
Change-Id: I5906461aea04078d0ed8d9cab56bdd70bba087ac
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2687223
Reviewed-by: Domenic Denicola <domenic@chromium.org>
Commit-Queue: Arthur Sonzogni <arthursonzogni@chromium.org>
Cr-Commit-Position: refs/heads/master@{#854293}

--

wpt-commits: 8cd9288906e1168a008c367740f50b4752bae567
wpt-pr: 27576
testing/web-platform/tests/html/browsers/sandboxing/resources/204-no-content.asis [deleted file]
testing/web-platform/tests/html/browsers/sandboxing/window-open-blank-from-different-initiator.html
testing/web-platform/tests/html/semantics/embedded-content/the-iframe-element/iframe-first-load-canceled-second-load-blank.html [new file with mode: 0644]
testing/web-platform/tests/portals/portals-activate-empty-browsing-context.html
testing/web-platform/tests/portals/resources/204-no-content.asis [deleted file]