https://github.com/web-platform-tests/wpt
Raw File
Tip revision: 0acd8f62f12e8ddafea77d57f425e68cc11e16b0 authored by mwatson2 on 26 October 2016, 04:11:11 UTC
[eme] Fix #4058: Correct expected order of closed promise resolutions (#4073)
Tip revision: 0acd8f6
object-src-url-allowed.sub.html
<!DOCTYPE html>
<html>

<head>
    <!-- Programmatically converted from a WebKit Reftest, please forgive resulting idiosyncracies.-->
    <title>object-src-url-allowed</title>
    <script src="/resources/testharness.js"></script>
    <script src="/resources/testharnessreport.js"></script>
    <script src="../support/logTest.sub.js?logs=[]"></script>
    <script src="../support/alertAssert.sub.js?alerts=[]"></script>
    <!-- enforcing policy:
object-src 'self'; script-src 'self' 'unsafe-inline'; connect-src 'self';
-->
</head>

<body>
    This test passes if there is no CSP violation saying the plugin was blocked.
    <object data="/content-security-policy/support/pass.png"></object>
    <div id="log"></div>
    <script async defer src="../support/checkReport.sub.js?reportExists=false"></script>
</body>

</html>
back to top