3 <script src=
"../../http/tests/inspector/inspector-test.js"></script>
4 <script src=
"../../http/tests/inspector/console-test.js"></script>
5 <meta http-equiv=
"Content-Security-Policy" content=
"script-src 'unsafe-inline'">
9 InspectorTest
.evaluateInConsole("1+2", step1
);
12 InspectorTest
.dumpConsoleMessages();
13 InspectorTest
.completeTest();
18 <body onload=
"runTest()">
20 Tests that evaluation in console still works even if script evals are prohibited by Content-Security-Policy.
21 <a href=
"https://bugs.webkit.org/show_bug.cgi?id=60800">Bug
60800.
</a>