Index: LayoutTests/http/tests/security/contentSecurityPolicy/eval-blocked-in-about-blank-iframe.html |
diff --git a/LayoutTests/http/tests/security/contentSecurityPolicy/eval-blocked-in-about-blank-iframe.html b/LayoutTests/http/tests/security/contentSecurityPolicy/eval-blocked-in-about-blank-iframe.html |
index 2952a06aaf672307f12c3e4ea702259695d6aa01..71cf7641945363698d7e30dbbeb5eea5eef5fffe 100644 |
--- a/LayoutTests/http/tests/security/contentSecurityPolicy/eval-blocked-in-about-blank-iframe.html |
+++ b/LayoutTests/http/tests/security/contentSecurityPolicy/eval-blocked-in-about-blank-iframe.html |
@@ -8,5 +8,6 @@ Eval should be blocked in the iframe, but inline script should be allowed. |
<script> |
window.onload = function() { |
frames[0].document.write("<script>alert(/PASS/); eval('alert(/FAIL/);');<\/script>"); |
+ frames[0].document.close(); |
} |
</script> |