Index: LayoutTests/fast/workers/storage/multiple-transactions.html |
diff --git a/LayoutTests/fast/workers/storage/multiple-transactions.html b/LayoutTests/fast/workers/storage/multiple-transactions.html |
deleted file mode 100644 |
index 60e13e6f9df8bdfa0f677836f832c9c387b6a52c..0000000000000000000000000000000000000000 |
--- a/LayoutTests/fast/workers/storage/multiple-transactions.html |
+++ /dev/null |
@@ -1,13 +0,0 @@ |
-<html> |
-<head> |
-<script src="resources/database-worker-controller.js"></script> |
-</head> |
- |
-<body onload="runTest('multiple-transactions.js')"> |
-This is a test to see if the database API allows multiple transactions to be queued on the same database at once:<br> |
-<pre id="console"> |
-FAILURE: test didn't run. |
-</pre> |
-</body> |
- |
-</html> |