Chromium Code Reviews

Unified Diff: third_party/WebKit/LayoutTests/http/tests/preload/memcache_eviction.html

Issue 2903653005: [preload] Mandatory `as` value and related spec alignments (Closed)
Patch Set: style Created 3 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
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);
});

Powered by Google App Engine