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

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

Issue 1563263002: Add HTMLPreloadScanner support for <link rel=preload> (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixed a test as well as 2 bugs that other tests revealed Created 4 years, 11 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/single_download_preload.html
diff --git a/third_party/WebKit/LayoutTests/http/tests/preload/single_download_preload.html b/third_party/WebKit/LayoutTests/http/tests/preload/single_download_preload.html
index f0267ae3a263553171ac88fd77d3bbddb86cf2d3..1991f9c2e5a7aec978a8280b2f2859b19ed9416b 100644
--- a/third_party/WebKit/LayoutTests/http/tests/preload/single_download_preload.html
+++ b/third_party/WebKit/LayoutTests/http/tests/preload/single_download_preload.html
@@ -5,7 +5,7 @@
var t = async_test('Makes sure that preloaded resources are not downloaded again when used');
</script>
<link rel=preload href="../resources/dummy.js" as=script>
-<link rel=preload href="../resources/dummy.css" as=stylesheet>
+<link rel=preload href="../resources/dummy.css" as=style>
<link rel=preload href="../resources/square.png" as=image>
<link rel=preload href="../resources/square.png?background" as=image>
<script src="../resources/slow-script.pl?delay=200"></script>

Powered by Google App Engine
This is Rietveld 408576698