| Index: LayoutTests/http/tests/loading/preload-css-test.html
|
| diff --git a/LayoutTests/http/tests/loading/preload-css-test.html b/LayoutTests/http/tests/loading/preload-css-test.html
|
| index 944324df8473d8b6a20d7a4b15c72570d2cf47ce..30739a87d522d5408270ea723902a070aaba1096 100644
|
| --- a/LayoutTests/http/tests/loading/preload-css-test.html
|
| +++ b/LayoutTests/http/tests/loading/preload-css-test.html
|
| @@ -17,10 +17,13 @@ function printResults(){
|
| }
|
|
|
| </script>
|
| +<link href="resources/preloadedimports.css" rel="stylesheet">
|
| <script src="http://127.0.0.1:8000/resources/slow-script.pl?delay=100"></script>
|
| <script>
|
| checkForPreload("resources/big_mq.css", true);
|
| checkForPreload("resources/small_mq.css", false);
|
| +checkForPreload("preloaded.css", true);
|
| +checkForPreload("notpreloaded.css", false);
|
| </script>
|
| <link href="resources/big_mq.css" rel="stylesheet" media="screen and (min-width: 800px)">
|
| <link href="resources/small_mq.css" rel="stylesheet" media="screen and (max-width: 799px)">
|
|
|