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

Side by Side Diff: LayoutTests/storage/execute-sql-args-worker.html

Issue 598034: Refactor a database test such that its code can be shared between the documen... (Closed) Base URL: http://svn.webkit.org/repository/webkit/trunk/
Patch Set: '' Created 10 years, 10 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 unified diff | Download patch
OLDNEW
(Empty)
1 <html>
2 <head>
3 <script src="resources/database-worker-controller.js"></script>
4 <script>
5
6 function setupAndRunTest()
7 {
8 if (window.layoutTestController) {
9 layoutTestController.clearAllDatabases();
10 layoutTestController.dumpAsText();
11 layoutTestController.waitUntilDone();
12 }
13 databaseWorker.postMessage("importScripts:execute-sql-args.js");
14 databaseWorker.postMessage("runTest");
15 }
16
17 </script>
18 </head>
19
20 <body onload="setupAndRunTest()">
21 <pre id="console"></pre>
22 </body>
23
24 </html>
OLDNEW
« no previous file with comments | « LayoutTests/storage/execute-sql-args.js ('k') | LayoutTests/storage/execute-sql-args-worker-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698