Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(103)

Unified Diff: LayoutTests/http/tests/security/isolatedWorld/resources/fail.html

Issue 1126253007: Block modal dialogs inside sandboxes. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: WebSandboxFlags. Created 5 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: LayoutTests/http/tests/security/isolatedWorld/resources/fail.html
diff --git a/LayoutTests/http/tests/security/isolatedWorld/resources/fail.html b/LayoutTests/http/tests/security/isolatedWorld/resources/fail.html
index cb8aeb62de35ee1c6c47ab2d7136caa6ea8766d3..4e171e0bc776de79041ed78715cbf292085c4b94 100644
--- a/LayoutTests/http/tests/security/isolatedWorld/resources/fail.html
+++ b/LayoutTests/http/tests/security/isolatedWorld/resources/fail.html
@@ -1,3 +1,3 @@
<script>
-alert("FAIL: script in sandboxed iframe executed");
+console.log("FAIL: script in sandboxed iframe executed");
</script>

Powered by Google App Engine
This is Rietveld 408576698