WebKit Bugzilla
New
Browse
Search+
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED WONTFIX
148950
imported/w3c/web-platform-tests/html/semantics/document-metadata/the-base-element/base_href_specified.sub.html causes the next test to be flaky
https://bugs.webkit.org/show_bug.cgi?id=148950
Summary
imported/w3c/web-platform-tests/html/semantics/document-metadata/the-base-ele...
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
Add attachment
proposed patch, testcase, etc.
Chris Dumez
Comment 1
2015-09-07 22:44:00 PDT
Skipped in <
http://trac.webkit.org/changeset/189479
>.
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.
Top of Page
Format For Printing
XML
Clone This Bug