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

Unified Diff: LayoutTests/http/tests/cachestorage/script-tests/cache-match.js

Issue 1209033011: Pull in the latest upstream testharness.js changes. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@bluetooth-temp
Patch Set: Fix rtcpeerconnection-idl test Created 5 years, 5 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
« no previous file with comments | « no previous file | LayoutTests/http/tests/resources/testharness.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/http/tests/cachestorage/script-tests/cache-match.js
diff --git a/LayoutTests/http/tests/cachestorage/script-tests/cache-match.js b/LayoutTests/http/tests/cachestorage/script-tests/cache-match.js
index ee8dab662d825ac896e46fc6e009e7c56ebd2888..69f219c49216dea100c52fa86edbd2af64ed9e48 100644
--- a/LayoutTests/http/tests/cachestorage/script-tests/cache-match.js
+++ b/LayoutTests/http/tests/cachestorage/script-tests/cache-match.js
@@ -450,7 +450,7 @@ cache_test(function(cache) {
}, 'Cache.match invoked multiple times for the same Request/Response');
prepopulated_cache_test(simple_entries, function(cache, entries) {
- var request = new Request(entries.a.request, {method: 'POST'});
+ var request = new Request(entries.a.request.clone(), {method: 'POST'});
jsbell 2015/07/09 23:44:37 Rebase to eliminate this diff. :)
return cache.match(request)
.then(function(result) {
assert_equals(result, undefined,
« no previous file with comments | « no previous file | LayoutTests/http/tests/resources/testharness.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698