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

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

Issue 667423005: Service Workers: Improve object equality assertion errors (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 2 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/serviceworker/cache-match-expected.txt
diff --git a/LayoutTests/http/tests/serviceworker/cache-match-expected.txt b/LayoutTests/http/tests/serviceworker/cache-match-expected.txt
index 4eb86b21b6b4da4375bee8b83d006cf3df24c554..bbd85101a3ba42af68395ccbdee9a630d34c565d 100644
--- a/LayoutTests/http/tests/serviceworker/cache-match-expected.txt
+++ b/LayoutTests/http/tests/serviceworker/cache-match-expected.txt
@@ -16,7 +16,7 @@ FAIL Cache.matchAll with prefixMatch option Entry was not found.
FAIL Cache.matchAll with responses containing "Vary" header Entry already exists.
FAIL Cache.match with responses containing "Vary" header Entry was not found.
FAIL Cache.matchAll with "ignoreVary" parameter Entry was not found.
-FAIL Cache.match with Request and Response objects with different URLs assert_equals: Cache.match should reutrn a Response object that has the same properties as the stored response. :[object].url expected "http://127.0.0.1:8000/serviceworker/resources/simple.txt" but got "http://example.com/"
+FAIL Cache.match with Request and Response objects with different URLs assert_equals: Cache.match should reutrn a Response object that has the same properties as the stored response.: Response.url expected "http://127.0.0.1:8000/serviceworker/resources/simple.txt" but got "http://example.com/"
PASS Cache.match invoked multiple times for the same Request/Response
Harness: the test ran to completion.
« no previous file with comments | « LayoutTests/http/tests/resources/testharness-helpers.js ('k') | LayoutTests/http/tests/serviceworker/cache-put-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698