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

Unified Diff: LayoutTests/http/tests/security/isolatedWorld/sandboxed-iframe.html

Issue 13954010: Eliminate "temporary" and "uninitialized" isolated worlds (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 8 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/sandboxed-iframe.html
diff --git a/LayoutTests/http/tests/security/isolatedWorld/sandboxed-iframe.html b/LayoutTests/http/tests/security/isolatedWorld/sandboxed-iframe.html
index 219f69e7a1cbb35caa8cf8ea9f0c24401a283f6b..f7e542e6323c0406b0584f83c873a69340271629 100644
--- a/LayoutTests/http/tests/security/isolatedWorld/sandboxed-iframe.html
+++ b/LayoutTests/http/tests/security/isolatedWorld/sandboxed-iframe.html
@@ -7,7 +7,7 @@ function test()
testRunner.dumpAsText();
var frame = document.getElementById("frame");
frame.contentWindow.focus();
- testRunner.evaluateScriptInIsolatedWorld(0, "alert('PASS');");
+ testRunner.evaluateScriptInIsolatedWorld(1, "alert('PASS');");
} else {
var msg = document.createElement("p");
msg.innerText = "FAIL: Test requires testRunner to run.";

Powered by Google App Engine
This is Rietveld 408576698