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

Unified Diff: LayoutTests/fast/frames/resources/navigate-top-by-name-to-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/fast/frames/resources/navigate-top-by-name-to-fail.html
diff --git a/LayoutTests/fast/frames/resources/navigate-top-by-name-to-fail.html b/LayoutTests/fast/frames/resources/navigate-top-by-name-to-fail.html
deleted file mode 100644
index a7d2f274ec2d51196691831a94ff8112baf3f9d9..0000000000000000000000000000000000000000
--- a/LayoutTests/fast/frames/resources/navigate-top-by-name-to-fail.html
+++ /dev/null
@@ -1,11 +0,0 @@
-<script>
-if (window.open("fail-and-notify-done.html", "target"))
- alert("FAIL");
-if (window.open("fail-and-notify-done.html", "_top"))
- alert("FAIL");
-if (window.open("fail-and-notify-done.html", "_parent"))
- alert("FAIL");
-if (window.open("fail-and-notify-done.html", "_blank"))
- alert("FAIL");
-alert("PASS");
-</script>

Powered by Google App Engine
This is Rietveld 408576698