| Index: LayoutTests/fast/workers/storage/open-database-set-empty-version-sync.html
|
| diff --git a/LayoutTests/fast/workers/storage/open-database-set-empty-version-sync.html b/LayoutTests/fast/workers/storage/open-database-set-empty-version-sync.html
|
| deleted file mode 100644
|
| index 5a716af533336c73d9e46f02a24c7b4d9ac83ecc..0000000000000000000000000000000000000000
|
| --- a/LayoutTests/fast/workers/storage/open-database-set-empty-version-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-set-empty-version-sync.js')">
|
| -This tests that calling openDatabase with an empty version string sets the current version of that database to the empty string and subsequent attempts to open the database with a different expected version throw an exception.
|
| -<pre id="console">
|
| -</pre>
|
| -</body>
|
| -</html>
|
|
|