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

Unified Diff: LayoutTests/storage/websql/open-database-creation-callback-isolated-world.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/storage/websql/open-database-creation-callback-isolated-world.html
diff --git a/LayoutTests/storage/websql/open-database-creation-callback-isolated-world.html b/LayoutTests/storage/websql/open-database-creation-callback-isolated-world.html
index cedc851c683f0bb0cd6519cd707cd541d158b480..66e20d1b31ac5bc4c6413cf0f41c6df767c7244c 100644
--- a/LayoutTests/storage/websql/open-database-creation-callback-isolated-world.html
+++ b/LayoutTests/storage/websql/open-database-creation-callback-isolated-world.html
@@ -31,7 +31,7 @@ if (window.testRunner) {
testRunner.dumpAsText();
testRunner.waitUntilDone();
testRunner.evaluateScriptInIsolatedWorld(
- 0,
+ 1,
"function creationCallback1(db)\n" +
"{\n" +
" alert(document.body.foo);\n" +

Powered by Google App Engine
This is Rietveld 408576698