mirror of
https://github.com/servo/servo.git
synced 2025-08-13 01:15:34 +01:00
Update web-platform-tests to revision d3cf77a7b8c20c678b725238eaa8a72eca3787ae
This commit is contained in:
parent
880f3b8b7a
commit
efca990ffe
541 changed files with 8000 additions and 2276 deletions
|
@ -19,7 +19,7 @@
|
|||
var urlPath = '/common/security-features/subresource/image.py?cache_destroyer=' + (new Date()).getTime();
|
||||
var url = location.protocol + "//www1." + location.hostname + ":" + location.port +
|
||||
urlPath;
|
||||
return requestViaImageForReferrerPolicy(url, null, 'no-referrer')
|
||||
return requestViaImage(url, null, 'no-referrer')
|
||||
.then(function(message) {
|
||||
assert_equals(message.referrer, document.location.origin + "/");
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue