Bug 164126
Summary: | imported/blink/http/tests are served as file:/// URLs | ||
---|---|---|---|
Product: | WebKit | Reporter: | youenn fablet <youennf> |
Component: | Tools / Tests | Assignee: | Nobody <webkit-unassigned> |
Status: | NEW | ||
Severity: | Normal | CC: | achristensen, bfulgham, dbates, dino, lforschler |
Priority: | P2 | ||
Version: | WebKit Nightly Build | ||
Hardware: | Unspecified | ||
OS: | Unspecified |
youenn fablet
imported/blink/http/tests are tests imported from blink.
In Blink, they should be served through http but in WebKit they are served through file URLs.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
youenn fablet
Some of these tests are interesting as they are file:/// served but they try to get access to HTTP urls, for of like http/local tests I think.
It is misleading to keep those tests in imported/blink as people might want to make the tests output PASS, although it may be correct (in that particular setup) to fail.
Dean Jackson
Once you've moved them, please remove the TestExpectations to skip the CORS/Shapes test.