3 <script src=
"../inspector-test.js"></script>
4 <script src=
"../console-test.js"></script>
8 var s
= document
.createElement("script");
9 s
.src
= "resources/this-is-a-weird?querystring=with^carats^like^these^because^who^doesnt^love^strange^characters^in^urls";
10 document
.body
.appendChild(s
);
15 InspectorTest
.addConsoleSniffer(step1
);
16 InspectorTest
.evaluateInPage("loadScript()");
20 InspectorTest
.dumpConsoleMessages();
21 InspectorTest
.completeTest();
26 <body onload=
"runTest()">
27 <p>Tests console message when script is loaded with incorrect text/html mime
28 type and the URL contains the '^' character.
</p>
29 <a href=
"https://bugs.webkit.org/show_bug.cgi?id=103248">Bug
103248</a>