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

Unified Diff: LayoutTests/http/tests/security/isolatedWorld/document-open.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/document-open.html
diff --git a/LayoutTests/http/tests/security/isolatedWorld/document-open.html b/LayoutTests/http/tests/security/isolatedWorld/document-open.html
index 0d885764a137a90c2b8ba64a0b59909e9e6346c6..1a3171be11e2427b9345699f4faf3ce85ec96a13 100644
--- a/LayoutTests/http/tests/security/isolatedWorld/document-open.html
+++ b/LayoutTests/http/tests/security/isolatedWorld/document-open.html
@@ -7,7 +7,7 @@ window.open = function () { alert("FAIL: Visible in isolated world."); };
if (window.testRunner) {
testRunner.dumpAsText();
testRunner.evaluateScriptInIsolatedWorld(
- 0,
+ 1,
"window.open = function () { alert('PASS'); };\n" +
"document.open(1, 2, 3);");
}

Powered by Google App Engine
This is Rietveld 408576698