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

Unified Diff: LayoutTests/http/tests/security/isolatedWorld/body-properties.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/body-properties.html
diff --git a/LayoutTests/http/tests/security/isolatedWorld/body-properties.html b/LayoutTests/http/tests/security/isolatedWorld/body-properties.html
index bac4724d2da16eb814628006ccc6ddb1e4ae9d26..58b4ac848937981b6443cea325586a879224a9fb 100644
--- a/LayoutTests/http/tests/security/isolatedWorld/body-properties.html
+++ b/LayoutTests/http/tests/security/isolatedWorld/body-properties.html
@@ -7,7 +7,7 @@ document.body.foo = "FAIL: Visible in isolated world.";
if (window.testRunner) {
testRunner.dumpAsText();
testRunner.evaluateScriptInIsolatedWorld(
- 0,
+ 1,
"document.getElementById('console').innerHTML = document.body.foo");
}
</script>

Powered by Google App Engine
This is Rietveld 408576698