| Index: LayoutTests/storage/domstorage/localstorage/storagetracker/storage-tracker-7-usage.html
|
| diff --git a/LayoutTests/storage/domstorage/localstorage/storagetracker/storage-tracker-7-usage.html b/LayoutTests/storage/domstorage/localstorage/storagetracker/storage-tracker-7-usage.html
|
| deleted file mode 100644
|
| index b7ac4b563155883fa19275f2df5e2de8f2246fc0..0000000000000000000000000000000000000000
|
| --- a/LayoutTests/storage/domstorage/localstorage/storagetracker/storage-tracker-7-usage.html
|
| +++ /dev/null
|
| @@ -1,32 +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("Test API that reports local storage disk usage by origin. NOTE: this test DEPENDS on storage-tracker-6-create.html to create local storage for the 'file://' origin. If this test runs in a separate DRT instance from storage-tracker-6-create.html, it may FAIL if there is no local storage!");
|
| -
|
| -function test()
|
| -{
|
| - if (!window.localStorage) {
|
| - testFailed("localStorage DOES NOT exist");
|
| - return;
|
| - }
|
| -
|
| - if (testRunner.originsWithLocalStorage().length > 0) {
|
| - shouldBeEqualToString("testRunner.originsWithLocalStorage().toString()", "file__0");
|
| - shouldBeTrue("testRunner.localStorageDiskUsageForOrigin('file://') > 6100");
|
| - } else {
|
| - testFailed("Ran with no origins with local storage.");
|
| - }
|
| -
|
| -}
|
| -
|
| -test();
|
| -
|
| -isSuccessfullyParsed();
|
| -</script>
|
| -</body>
|
| -</html>
|
|
|