Bug 148950

Summary: imported/w3c/web-platform-tests/html/semantics/document-metadata/the-base-element/base_href_specified.sub.html causes the next test to be flaky
Product: WebKit Reporter: Chris Dumez <cdumez>
Component: DOMAssignee: Nobody <webkit-unassigned>
Status: RESOLVED WONTFIX    
Severity: Normal CC: ahmad.saleem792, ap
Priority: P2    
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   

Chris Dumez
Reported 2015-09-07 22:42:17 PDT
imported/w3c/web-platform-tests/html/semantics/document-metadata/the-base-element/base_href_specified.sub.html causes the next test to be flaky. This is possibly WebKit1-specific. diff: --- /Volumes/Data/slave/yosemite-release-tests-wk1/build/layout-test-results/imported/w3c/web-platform-tests/html/semantics/document-metadata/the-base-element/base_href_unspecified-expected.txt +++ /Volumes/Data/slave/yosemite-release-tests-wk1/build/layout-test-results/imported/w3c/web-platform-tests/html/semantics/document-metadata/the-base-element/base_href_unspecified-actual.txt @@ -1,3 +1,4 @@ +Blocked access to external URL http://www.localhost:8800/test.ico PASS The value of the href attribute must be the document's address if it is unspecified PASS The src attribute of the img element must relative to document's address Basically, the load error from base_href_specified.sub.html may be displayed on the output of the following test (base_href_unspecified.html).
Attachments
Chris Dumez
Comment 1 2015-09-07 22:44:00 PDT
Chris Dumez
Comment 2 2015-09-07 23:25:37 PDT
Since the load is an image load and it seems to outlive its document loader. This may be related to ping loads. We may need to tweak this test to make sure it waits for the load to finish before completing.
Alexey Proskuryakov
Comment 3 2015-09-07 23:30:15 PDT
We may have other tests skipped because of favicons, I vaguely remember this being a problem before.
Chris Dumez
Comment 4 2015-09-07 23:36:13 PDT
In this case though, I suspect this is not favicon related as the test loads test.ico via an IMG element: <base id="base" href="http://{{domains[www]}}:{{ports[http][0]}}"> <img id="test" src="test.ico" style="display:none">
Ahmad Saleem
Comment 5 2025-05-18 08:35:56 PDT
https://github.com/web-platform-tests/wpt/commit/9b56271427b997898f376a198756467f1faaf8bd <- remove `.sub` part from the test and we have `base_href_specified.html` and we are passing it. I just resynced whole directory to remove this test and stale expectation as well in https://github.com/WebKit/WebKit/pull/45563. Marking this as `RESOLVED WONTFIX` since we don't need to do anything.
Note You need to log in before you can comment on or make changes to this bug.