Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(285)

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

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

Powered by Google App Engine
This is Rietveld 408576698