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

Unified Diff: third_party/WebKit/LayoutTests/http/tests/preload/link_header_preload_on_commit.php

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/link_header_preload_on_commit.php
diff --git a/third_party/WebKit/LayoutTests/http/tests/preload/link_header_preload_on_commit.php b/third_party/WebKit/LayoutTests/http/tests/preload/link_header_preload_on_commit.php
index b9895d30b917d37033e205ca035a84d071f355bd..9f12dfeddcb2d21df5bee3937fcaedf52d8a0462 100644
--- a/third_party/WebKit/LayoutTests/http/tests/preload/link_header_preload_on_commit.php
+++ b/third_party/WebKit/LayoutTests/http/tests/preload/link_header_preload_on_commit.php
@@ -1,5 +1,5 @@
<?php
- header("Link: </resources/dummy.css>;rel=preload", false);
+ header("Link: </resources/dummy.css>;rel=preload;as=style", false);
header("Link: </resources/square.png>;rel=preload;as=image;media=(min-width: 1px)", false);
?>
<!DOCTYPE html>

Powered by Google App Engine
This is Rietveld 408576698