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

Unified Diff: third_party/WebKit/LayoutTests/fast/dom/HTMLLinkElement/link-preload-validity.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/fast/dom/HTMLLinkElement/link-preload-validity.html
diff --git a/third_party/WebKit/LayoutTests/fast/dom/HTMLLinkElement/link-preload-validity.html b/third_party/WebKit/LayoutTests/fast/dom/HTMLLinkElement/link-preload-validity.html
index 5dadab379d32f433575a043471093a889f707e51..904b168bc14e2ed5c979c35a8646a189730bc4a8 100644
--- a/third_party/WebKit/LayoutTests/fast/dom/HTMLLinkElement/link-preload-validity.html
+++ b/third_party/WebKit/LayoutTests/fast/dom/HTMLLinkElement/link-preload-validity.html
@@ -7,7 +7,7 @@
if (window.internals)
internals.settings.setLogPreload(true);
</script>
-<link rel="preload" href="http://prefetch.wut.com.test/1.gif">
+<link rel="preload" as="fetch" href="http://prefetch.wut.com.test/1.gif">
<link rel="preload" as="image" href="gopher:???://prefetch.wut.com.test/2.gif">
<link rel="preload" as="image" href="">
<link rel="preload" as="image">

Powered by Google App Engine
This is Rietveld 408576698