Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / inspector / elements / styles-2 / parse-utf8-bom.html
blobe056f8ad71450a5cf7d8a0e8fd503386b7458939
1 <html>
2 <head>
3 <link rel="stylesheet" type="text/css" href="../styles/resources/parse-utf8-bom-main.css">
5 <script src="../../../http/tests/inspector/inspector-test.js"></script>
6 <script src="../../../http/tests/inspector/elements-test.js"></script>
7 <script>
9 function test()
11 InspectorTest.selectNodeAndWaitForStyles("inspected", step1);
13 function step1()
15 InspectorTest.dumpSelectedElementStyles(true, false, true);
16 InspectorTest.completeTest();
20 </script>
21 </head>
23 <body onload="runTest()">
24 <p>
25 Tests that source data are extracted correctly from external stylesheets in UTF-8 with BOM. <a href="https://bugs.webkit.org/show_bug.cgi?id=59322">Bug 59322</a>.
26 </p>
27 <h1 id="inspected">
28 I'm red.
29 </h1>
31 </body>
32 </html>