Index: third_party/WebKit/LayoutTests/http/tests/preload/memcache_eviction.html |
diff --git a/third_party/WebKit/LayoutTests/http/tests/preload/memcache_eviction.html b/third_party/WebKit/LayoutTests/http/tests/preload/memcache_eviction.html |
index ace8c78f1015062d861c6a7e942219d88688a5b4..23064832eb07d688f4f6a108078f5e9a89bc5367 100644 |
--- a/third_party/WebKit/LayoutTests/http/tests/preload/memcache_eviction.html |
+++ b/third_party/WebKit/LayoutTests/http/tests/preload/memcache_eviction.html |
@@ -19,6 +19,7 @@ var loadTimestampWithLink = t.step_func(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); |
}); |