2 <link rel="stylesheet" href="resources/slow-utf8-css.pl" type="text/css" charset="utf-8">
5 if (window.layoutTestController)
6 layoutTestController.dumpAsText();
7 document.getElementById("result").innerHTML =
8 (document.styleSheets.item(0).cssRules.item(0).selectorText == "#result") ? "PASS" : "FAIL";
12 <body onload="test()">
13 <p>Test for <a href="https://bugs.webkit.org/show_bug.cgi?id=10753">bug 10753</a>:
14 The beginning of a CSS file is missing.
15 <div id=result>Should be green</div>