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

Unified Diff: LayoutTests/http/tests/security/isolatedWorld/context-destroy.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/context-destroy.html
diff --git a/LayoutTests/http/tests/security/isolatedWorld/context-destroy.html b/LayoutTests/http/tests/security/isolatedWorld/context-destroy.html
index 1204bcf53aaf84f5358cb6e5b37d4eefe7453dcc..6a6e69885d6ffb17bcb820acbb2f17aa97bdfdc1 100644
--- a/LayoutTests/http/tests/security/isolatedWorld/context-destroy.html
+++ b/LayoutTests/http/tests/security/isolatedWorld/context-destroy.html
@@ -17,7 +17,7 @@ window.onload = function() {
var iframeElement = document.querySelector('iframe');
iframeElement.focus();
- testRunner.evaluateScriptInIsolatedWorld(0, document.querySelector('#s1').textContent);
+ testRunner.evaluateScriptInIsolatedWorld(1, document.querySelector('#s1').textContent);
iframeElement.onload = function() {
document.body.textContent = 'PASS';

Powered by Google App Engine
This is Rietveld 408576698