https://github.com/web-platform-tests/wpt
Raw File
Tip revision: 2289fd06b31cf5175c304e2d76ad792bd5e7d607 authored by Mike West on 15 September 2016, 08:21:03 UTC
Add IDL tests for SecurityPolicyViolationEvent.
Tip revision: 2289fd0
script-src-1_3.html
<!DOCTYPE HTML>
<html>
<head>
    <title>Positive test case: Inline script should run 'unsafe-inline' script-src directive.</title>
    <script src='/resources/testharness.js'></script>
    <script src='/resources/testharnessreport.js'></script>
    <script src='inlineSuccessTest.js'></script>
</head>
<body>
    <h1>Positive test case: Inline script should run 'unsafe-inline' script-src directive.</h1>
    <div id='log'></div>

    <script>
      inlineRan = true;
    </script>

    <script async defer src='../support/checkReport.sub.js?reportExists=false'></script>

</body>
</html>
back to top