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

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

Powered by Google App Engine
This is Rietveld 408576698