Commit 5a0135d8 authored by andypaicu's avatar andypaicu Committed by Commit bot

Un-skipped wpt csp generic tests

Most tests were passing as they were
Brought 2 tests into CSP3 land in regards to the violated directive

BUG=694525

Review-Url: https://codereview.chromium.org/2801873005
Cr-Commit-Position: refs/heads/master@{#462820}
parent 2b39ff29
...@@ -1800,6 +1800,7 @@ crbug.com/694525 external/wpt/content-security-policy/connect-src [ Pass ] ...@@ -1800,6 +1800,7 @@ crbug.com/694525 external/wpt/content-security-policy/connect-src [ Pass ]
crbug.com/694525 external/wpt/content-security-policy/embedded-enforcement [ Pass ] crbug.com/694525 external/wpt/content-security-policy/embedded-enforcement [ Pass ]
crbug.com/694525 external/wpt/content-security-policy/embedded-enforcement/embedding_csp-header-invalid-format.html [ Skip ] crbug.com/694525 external/wpt/content-security-policy/embedded-enforcement/embedding_csp-header-invalid-format.html [ Skip ]
crbug.com/694525 external/wpt/content-security-policy/font-src [ Pass ] crbug.com/694525 external/wpt/content-security-policy/font-src [ Pass ]
crbug.com/694525 external/wpt/content-security-policy/generic [ Pass ]
crbug.com/694525 external/wpt/content-security-policy/img-src [ Pass ] crbug.com/694525 external/wpt/content-security-policy/img-src [ Pass ]
crbug.com/694525 external/wpt/content-security-policy/inside-worker [ Pass ] crbug.com/694525 external/wpt/content-security-policy/inside-worker [ Pass ]
crbug.com/694525 external/wpt/content-security-policy/media-src [ Pass ] crbug.com/694525 external/wpt/content-security-policy/media-src [ Pass ]
......
...@@ -29,7 +29,7 @@ ...@@ -29,7 +29,7 @@
} }
</script> </script>
<script async defer src='../support/checkReport.sub.js?reportField=violated-directive&reportValue=default-src%20%27self%27%20%27unsafe-inline%27'></script> <script async defer src='../support/checkReport.sub.js?reportField=violated-directive&reportValue=img-src%20%27self%27%20%27unsafe-inline%27'></script>
</body> </body>
</html> </html>
...@@ -29,7 +29,7 @@ ...@@ -29,7 +29,7 @@
} }
</script> </script>
<script async defer src='../support/checkReport.sub.js?reportField=violated-directive&reportValue=default-src%20%27self%27%20%27unsafe-inline%27'></script> <script async defer src='../support/checkReport.sub.js?reportField=violated-directive&reportValue=script-src%20%27self%27%20%27unsafe-inline%27'></script>
</body> </body>
</html> </html>
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment