Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / http / tests / incremental / slow-utf8-css.html
blob690d47bf5fefcdaa19e4ab4a0e2ab4ae2b4180fc
1 <head>
2 <link rel="stylesheet" href="resources/slow-utf8-css.pl" type="text/css" charset="utf-8">
3 <script>
4 function test() {
5 if (window.testRunner)
6 testRunner.dumpAsText();
7 document.getElementById("result").innerHTML =
8 (document.styleSheets.item(0).cssRules.item(0).selectorText == "#result") ? "PASS" : "FAIL";
10 </script>
11 </head>
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>
16 </body>