Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / css / media-query-with-cached-sheet.html
blob2ba6af796250a5bc744cb642ee6c9e181389bb2f
1 <!DOCTYPE html>
2 <html>
3 <head>
4 <link rel="stylesheet" href="resources/media-query-with-cached-sheet-screen.css">
5 <link rel="stylesheet" href="resources/media-query-with-cached-sheet-print.css" media="print">
6 <script>
7 if (window.testRunner) {
8 testRunner.waitUntilDone();
9 if (0 < window.location.toString().indexOf("#back")) {
10 testRunner.notifyDone();
11 } else {
12 window.setTimeout(function() {
13 window.location = "resources/media-query-with-cached-sheet-next.html";
14 }, 0);
17 </script>
18 </head>
19 <body><div id="screen-only">PASS: Should be visible.</div><div id="print-only">FAIL: Should NOT be visible.</div></body>
20 </html>