eric@webkit.org | 5aca9e2 | 2009-09-22 22:24:56 +0000 | [diff] [blame] | 1 | <html> |
| 2 | <head> |
eric@webkit.org | 37727dc | 2010-05-29 03:45:50 +0000 | [diff] [blame] | 3 | <script src="resources/database-common.js"></script> |
| 4 | <script src="read-and-write-transactions-dont-run-together.js"></script> |
eric@webkit.org | 5aca9e2 | 2009-09-22 22:24:56 +0000 | [diff] [blame] | 5 | </head> |
eric@webkit.org | 37727dc | 2010-05-29 03:45:50 +0000 | [diff] [blame] | 6 | <body onload="setupAndRunTest();"> |
eric@webkit.org | 5aca9e2 | 2009-09-22 22:24:56 +0000 | [diff] [blame] | 7 | This test tests that read and write transactions on different handles to the same database don't run together.<br> |
eric@webkit.org | 37727dc | 2010-05-29 03:45:50 +0000 | [diff] [blame] | 8 | <pre id="console"> |
| 9 | FAILURE: test didn't run. |
| 10 | </pre> |
eric@webkit.org | 5aca9e2 | 2009-09-22 22:24:56 +0000 | [diff] [blame] | 11 | </body> |
| 12 | </html> |