| Index: third_party/WebKit/LayoutTests/http/tests/preload/resources/media-link-headers.php
|
| diff --git a/third_party/WebKit/LayoutTests/http/tests/preload/resources/media-link-headers.php b/third_party/WebKit/LayoutTests/http/tests/preload/resources/media-link-headers.php
|
| index 29fdd4104a7c2ed8120bfcbf0455d913d6efd9c0..29330448c3cf65cf314a33acf74d7ba94f276123 100644
|
| --- a/third_party/WebKit/LayoutTests/http/tests/preload/resources/media-link-headers.php
|
| +++ b/third_party/WebKit/LayoutTests/http/tests/preload/resources/media-link-headers.php
|
| @@ -1,6 +1,6 @@
|
| <?php
|
| - header("Link: <http://127.0.0.1:8000/resources/square.png?large>;rel=preload;as=image;media='(min-width: 300px)'", false);
|
| - header("Link: <http://127.0.0.1:8000/resources/square.png?small>;rel=preload;as=image;media='(max-width: 299px)'", false);
|
| + header("Link: <http://127.0.0.1:8000/resources/square.png?large>;rel=preload;as=image;media=\"(min-width: 300px)\"", false);
|
| + header("Link: <http://127.0.0.1:8000/resources/square.png?small>;rel=preload;as=image;media=\"(max-width: 299px)\"", false);
|
| ?>
|
| <!DOCTYPE html>
|
| <meta name="viewport" content="width=160">
|
|
|