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

Unified Diff: LayoutTests/storage/websql/statement-success-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/statement-success-callback-isolated-world.html
diff --git a/LayoutTests/storage/websql/statement-success-callback-isolated-world.html b/LayoutTests/storage/websql/statement-success-callback-isolated-world.html
index 54d3fde35bbe4003ab6b8fb70111e6dac42096e3..12fb4d7f08de759b987ea65d828401e74b1701e3 100644
--- a/LayoutTests/storage/websql/statement-success-callback-isolated-world.html
+++ b/LayoutTests/storage/websql/statement-success-callback-isolated-world.html
@@ -31,7 +31,7 @@ if (window.testRunner) {
testRunner.dumpAsText();
testRunner.waitUntilDone();
testRunner.evaluateScriptInIsolatedWorld(
- 0,
+ 1,
"function statementSuccessCallback1(tx, data)\n" +
"{\n" +
" alert(document.body.foo);\n" +

Powered by Google App Engine
This is Rietveld 408576698