Index: third_party/WebKit/LayoutTests/storage/quota/storagequota-request-persistent-quota-expected.txt |
diff --git a/third_party/WebKit/LayoutTests/storage/quota/storagequota-request-persistent-quota-expected.txt b/third_party/WebKit/LayoutTests/storage/quota/storagequota-request-persistent-quota-expected.txt |
deleted file mode 100644 |
index d18afc8f1be278f24fd0eaa8b2c012d45959db09..0000000000000000000000000000000000000000 |
--- a/third_party/WebKit/LayoutTests/storage/quota/storagequota-request-persistent-quota-expected.txt |
+++ /dev/null |
@@ -1,20 +0,0 @@ |
-This tests navigator.storageQuota.requestPersistentQuota. |
- |
-On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE". |
- |
- |
-* Requesting persistent quota. |
-PASS info.__proto__ is Object.prototype |
-PASS usage is >= 0 |
-PASS grantedQuota is non-zero. |
-* Requesting persistent quota with missing argument. |
-PASS rejected as expected: TypeError: Failed to execute 'requestPersistentQuota' on 'StorageQuota': 1 argument required, but only 0 present. |
-* Requesting persistent quota with negative value. |
-PASS info.__proto__ is Object.prototype |
-PASS usage is >= 0 |
-PASS grantedQuota is 0 |
-Finished running tests. |
-PASS successfullyParsed is true |
- |
-TEST COMPLETE |
- |