Index: third_party/WebKit/LayoutTests/http/tests/preload/memcache_reuse_of_non_cacheable_preload.html |
diff --git a/third_party/WebKit/LayoutTests/http/tests/preload/memcache_reuse_of_non_cacheable_preload.html b/third_party/WebKit/LayoutTests/http/tests/preload/memcache_reuse_of_non_cacheable_preload.html |
index a075d8f2aeaa65f633a252dd9fe8b6a2af421dbe..fa5986536626c9afdd3812ae3419740658830b91 100644 |
--- a/third_party/WebKit/LayoutTests/http/tests/preload/memcache_reuse_of_non_cacheable_preload.html |
+++ b/third_party/WebKit/LayoutTests/http/tests/preload/memcache_reuse_of_non_cacheable_preload.html |
@@ -31,6 +31,7 @@ var loadTimestampWithLink = (function() { |
var l = document.createElement('link'); |
l.setAttribute('rel', 'preload'); |
l.setAttribute('href', "resources/timestamp.php"); |
+ l.setAttribute('as', 'fetch'); |
l.onload = loadTimestampWithXHR; |
document.body.appendChild(l); |
}); |