[webkit-changes] [WebKit/WebKit] e29556: imported/w3c/web-platform-tests/FileAPI/url/url-re...
Chris Dumez
noreply at github.com
Wed Sep 7 16:16:35 PDT 2022
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: e295563ee5ae3226673799a8ec66672ed6080473
https://github.com/WebKit/WebKit/commit/e295563ee5ae3226673799a8ec66672ed6080473
Author: Chris Dumez <cdumez at apple.com>
Date: 2022-09-07 (Wed, 07 Sep 2022)
Changed paths:
M LayoutTests/imported/w3c/web-platform-tests/FileAPI/url/url-reload.window-expected.txt
M Source/WebCore/dom/Document.cpp
M Source/WebCore/dom/Document.h
Log Message:
-----------
imported/w3c/web-platform-tests/FileAPI/url/url-reload.window.html is timing out in WebKit
https://bugs.webkit.org/show_bug.cgi?id=244864
Reviewed by Geoffrey Garen.
imported/w3c/web-platform-tests/FileAPI/url/url-reload.window.html is timing
out in WebKit but passing in Gecko.
The test is reloading a frame with a Blob URL after revoking that URL,
expecting the reload to succeed. To support this, the Document now keeps its
blob URL alive using a BlobURLHandle.
* LayoutTests/imported/w3c/web-platform-tests/FileAPI/url/url-reload.window-expected.txt:
* Source/WebCore/dom/Document.cpp:
(WebCore::Document::setURL):
* Source/WebCore/dom/Document.h:
Canonical link: https://commits.webkit.org/254254@main
More information about the webkit-changes
mailing list