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>
11 InspectorTest
.selectNodeAndWaitForStyles("inspected", step1
);
15 InspectorTest
.dumpSelectedElementStyles(true, false, true);
16 InspectorTest
.completeTest();
23 <body onload=
"runTest()">
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>.