| Index: LayoutTests/storage/domstorage/localstorage/storagetracker/storage-tracker-4-create.html
|
| diff --git a/LayoutTests/storage/domstorage/localstorage/storagetracker/storage-tracker-4-create.html b/LayoutTests/storage/domstorage/localstorage/storagetracker/storage-tracker-4-create.html
|
| deleted file mode 100644
|
| index d24756047b3f35b7b06553ca2e7ba8db6e7c281f..0000000000000000000000000000000000000000
|
| --- a/LayoutTests/storage/domstorage/localstorage/storagetracker/storage-tracker-4-create.html
|
| +++ /dev/null
|
| @@ -1,44 +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("StorageTracker test - write local storage for this origin. Should be called after storage-tracker-3-delete-all.html.");
|
| -
|
| -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) {
|
| - // An origin already exists so we can exit.
|
| - testFailed("An origin already existed with local storage.");
|
| - testRunner.notifyDone();
|
| - } else {
|
| - testRunner.syncLocalStorage();
|
| - localStorage.someOtherData = 'writemeMore';
|
| - testRunner.observeStorageTrackerNotifications(1);
|
| - }
|
| -}
|
| -
|
| -test();
|
| -
|
| -isSuccessfullyParsed();
|
| -</script>
|
| -</body>
|
| -</html>
|
|
|