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

Unified Diff: LayoutTests/http/tests/cachestorage/serviceworker/cache-add-expected.txt

Issue 1032623008: Expose Cache Storage API in global window/worker scope (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Update webexposed expectations Created 5 years, 9 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: LayoutTests/http/tests/cachestorage/serviceworker/cache-add-expected.txt
diff --git a/LayoutTests/http/tests/serviceworker/cache-add-expected.txt b/LayoutTests/http/tests/cachestorage/serviceworker/cache-add-expected.txt
similarity index 97%
copy from LayoutTests/http/tests/serviceworker/cache-add-expected.txt
copy to LayoutTests/http/tests/cachestorage/serviceworker/cache-add-expected.txt
index cb6938887f0c01fafdafafeaa051a6a5c0e60a6f..5ce420c99d918201c83b3794f26fa555d0972480 100644
--- a/LayoutTests/http/tests/serviceworker/cache-add-expected.txt
+++ b/LayoutTests/http/tests/cachestorage/serviceworker/cache-add-expected.txt
@@ -1,5 +1,5 @@
This is a testharness.js-based test.
-PASS Service Worker: Cache.add and Cache.addAll
+PASS Cache.add and Cache.addAll
FAIL Cache.add called with no arguments promise_test: Unhandled rejection with value: object "TypeError: cache.add is not a function"
FAIL Cache.add called with relative URL specified as a string promise_test: Unhandled rejection with value: object "TypeError: cache.add is not a function"
FAIL Cache.add called with non-HTTP/HTTPS URL promise_test: Unhandled rejection with value: object "TypeError: cache.add is not a function"

Powered by Google App Engine
This is Rietveld 408576698