mirror of
https://github.com/servo/servo.git
synced 2025-08-28 08:38:20 +01:00
Update web-platform-tests to revision 155daf0c385420faf208b8bd5e319e244ec7f9cc
This commit is contained in:
parent
4e6b100c7e
commit
e9bdf87a27
768 changed files with 5782 additions and 26218 deletions
|
@ -267,7 +267,7 @@ var TestUtils = (function() {
|
|||
throw "Unsupported scheme: " + page_scheme;
|
||||
if (resource_scheme != "https" && resource_scheme != "http")
|
||||
throw "Unsupported scheme: " + resource_scheme;
|
||||
return page_scheme + "://web-platform.test:" +
|
||||
return page_scheme + "://{{domains[]}}:" +
|
||||
(page_scheme == "https" ? {{ports[https][0]}} : {{ports[http][0]}}) +
|
||||
"/clear-site-data/support/page_with_resource.sub.html?scheme=" +
|
||||
resource_scheme;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue