| Index: LayoutTests/storage/domstorage/localstorage/storagetracker/storage-tracker-1-prepare.html
|
| diff --git a/LayoutTests/storage/domstorage/localstorage/storagetracker/storage-tracker-1-prepare.html b/LayoutTests/storage/domstorage/localstorage/storagetracker/storage-tracker-1-prepare.html
|
| deleted file mode 100644
|
| index c432436b38bf7703f5115a8582e4a2fcf5518b47..0000000000000000000000000000000000000000
|
| --- a/LayoutTests/storage/domstorage/localstorage/storagetracker/storage-tracker-1-prepare.html
|
| +++ /dev/null
|
| @@ -1,41 +0,0 @@
|
| -<html>
|
| -<head>
|
| -<script src="../../../../fast/js/resources/js-test-pre.js"></script>
|
| -</head>
|
| -<body>
|
| -<p id="description"></p>
|
| -<div id="console"></div>
|
| -<script>
|
| -description("Prepare for StorageTracker tests by ensuring that every origin with local storage is deleted.");
|
| -
|
| -if (window.testRunner)
|
| - testRunner.waitUntilDone();
|
| -
|
| -function finishTest() {
|
| - if (window.testRunner)
|
| - testRunner.notifyDone();
|
| -}
|
| -
|
| -function test()
|
| -{
|
| - if (!window.localStorage) {
|
| - testFailed("localStorage DOES NOT exist");
|
| - return;
|
| - }
|
| -
|
| - debug("This test should have no visible output on success.");
|
| -
|
| - if (testRunner.originsWithLocalStorage().length > 0) {
|
| - testRunner.observeStorageTrackerNotifications(1);
|
| - testRunner.deleteAllLocalStorage();
|
| - } else {
|
| - finishTest();
|
| - }
|
| -}
|
| -
|
| -test();
|
| -
|
| -isSuccessfullyParsed();
|
| -</script>
|
| -</body>
|
| -</html>
|
|
|