Index: LayoutTests/fast/workers/storage/open-database-while-transaction-in-progress-sync.html |
diff --git a/LayoutTests/fast/workers/storage/open-database-while-transaction-in-progress-sync.html b/LayoutTests/fast/workers/storage/open-database-while-transaction-in-progress-sync.html |
deleted file mode 100644 |
index 08bd396a5b54373bf8aae84a4382ed0a4657d580..0000000000000000000000000000000000000000 |
--- a/LayoutTests/fast/workers/storage/open-database-while-transaction-in-progress-sync.html |
+++ /dev/null |
@@ -1,11 +0,0 @@ |
-<html> |
-<head> |
-<script src="resources/test-inputs-common.js"></script> |
-</head> |
- |
-<body onload="runTest('resources/open-database-while-transaction-in-progress-sync.js')"> |
-Test that a second handle to the same database can be opened inside a transaction running on the first handle. |
-<pre id="console"> |
-</pre> |
-</body> |
-</html> |