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

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

Powered by Google App Engine
This is Rietveld 408576698