Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(84)

Unified Diff: third_party/WebKit/LayoutTests/fast/workers/shared-worker-storagequota-query-usage-expected.txt

Issue 1896043002: WorkerNavigator: Remove deprecated Quota Management API. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Update comment in IDL. Created 4 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/LayoutTests/fast/workers/shared-worker-storagequota-query-usage-expected.txt
diff --git a/third_party/WebKit/LayoutTests/fast/workers/shared-worker-storagequota-query-usage-expected.txt b/third_party/WebKit/LayoutTests/fast/workers/shared-worker-storagequota-query-usage-expected.txt
deleted file mode 100644
index 07d71a1cc65dfd3627917fda5f25424ded8850b1..0000000000000000000000000000000000000000
--- a/third_party/WebKit/LayoutTests/fast/workers/shared-worker-storagequota-query-usage-expected.txt
+++ /dev/null
@@ -1,11 +0,0 @@
-This tests querying usage and quota using Quota API.
-
-On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
-
-
-PASS usageData.usage is >= 0
-PASS usageData.quota is >= usageData.usage
-PASS successfullyParsed is true
-
-TEST COMPLETE
-Test storagequota APIs in Shared Worker

Powered by Google App Engine
This is Rietveld 408576698