Update web-platform-tests to revision d3cf77a7b8c20c678b725238eaa8a72eca3787ae

This commit is contained in:
WPT Sync Bot 2019-04-25 22:18:37 -04:00
parent 880f3b8b7a
commit efca990ffe
541 changed files with 8000 additions and 2276 deletions

View file

@ -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 + "/");
});