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">
7 if (window
.testRunner
) {
8 testRunner
.waitUntilDone();
9 if (0 < window
.location
.toString().indexOf("#back")) {
10 testRunner
.notifyDone();
12 window
.setTimeout(function() {
13 window
.location
= "resources/media-query-with-cached-sheet-next.html";
19 <body><div id=
"screen-only">PASS: Should be visible.
</div><div id=
"print-only">FAIL: Should NOT be visible.
</div></body>