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

Unified Diff: LayoutTests/http/tests/security/resources/drag-drop-allowed.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/resources/drag-drop-allowed.html
diff --git a/LayoutTests/http/tests/security/resources/drag-drop-allowed.html b/LayoutTests/http/tests/security/resources/drag-drop-allowed.html
index 8bfa7e828b4d2031914d77a6d8ffd0675e27770d..c3f39543cecb0509e9dad3cba7762b7f27f8d23f 100644
--- a/LayoutTests/http/tests/security/resources/drag-drop-allowed.html
+++ b/LayoutTests/http/tests/security/resources/drag-drop-allowed.html
@@ -19,9 +19,9 @@ function runTest() {
eventSender.mouseUp();
if (document.getElementById("dragme").parentNode.tagName == "SPAN" && document.getElementById("dragme").src.length > 10)
- alert("PASS");
+ console.log("PASS");
else
- alert("FAIL");
+ console.log("FAIL");
testRunner.notifyDone();
}

Powered by Google App Engine
This is Rietveld 408576698