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

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

Powered by Google App Engine
This is Rietveld 408576698