Permalink
Show file tree
Hide file tree
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Scheduling a navigation to a Blob URL should keep the URL alive until…
… the navigation actually occurs https://bugs.webkit.org/show_bug.cgi?id=243936 Reviewed by Geoffrey Garen. * LayoutTests/imported/w3c/web-platform-tests/FileAPI/url/url-in-tags-revoke.window-expected.txt: * Source/WebCore/loader/NavigationScheduler.cpp: Canonical link: https://commits.webkit.org/253435@main
- Loading branch information
Showing
2 changed files
with
5 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,8 @@ | ||
|
||
Harness Error (TIMEOUT), message = null | ||
|
||
PASS Fetching a blob URL immediately before revoking it works in an iframe. | ||
TIMEOUT Fetching a blob URL immediately before revoking it works in an iframe navigation. Test timed out | ||
PASS Fetching a blob URL immediately before revoking it works in an iframe navigation. | ||
PASS Opening a blob URL in a new window immediately before revoking it works. | ||
TIMEOUT Opening a blob URL in a noopener about:blank window immediately before revoking it works. Test timed out | ||
PASS Opening a blob URL in a noopener about:blank window immediately before revoking it works. | ||
PASS Fetching a blob URL immediately before revoking it works in <script> tags. | ||
PASS Opening a blob URL in a new window by clicking an <a> tag works immediately before revoking the URL. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters