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

Unified Diff: third_party/WebKit/LayoutTests/http/tests/inspector/cache-storage/cache-deletion.html

Issue 2207163002: [DevTools] Removed InspectorTest.invokePageFunctionPromise (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: a Created 4 years, 4 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/http/tests/inspector/cache-storage/cache-deletion.html
diff --git a/third_party/WebKit/LayoutTests/http/tests/inspector/cache-storage/cache-deletion.html b/third_party/WebKit/LayoutTests/http/tests/inspector/cache-storage/cache-deletion.html
index aef0931739833ea74cd5b987fb0f503cc720eb13..f9d11beb9f092f9e2ae4760d59832e4cdbab9941 100644
--- a/third_party/WebKit/LayoutTests/http/tests/inspector/cache-storage/cache-deletion.html
+++ b/third_party/WebKit/LayoutTests/http/tests/inspector/cache-storage/cache-deletion.html
@@ -28,7 +28,7 @@ function test()
.then(InspectorTest.addCacheEntry.bind(this, "testCache2", "http://fake.request2.com/2", "Not Found"))
.then(InspectorTest.dumpCacheTree)
.then(InspectorTest.deleteCache.bind(this, "testCache1"))
- .then(InspectorTest.deleteCacheFromInspector.bind(this, "testCache2"))
+ .then(InspectorTest.deleteCacheFromInspector.bind(this, "testCache2", undefined))
.then(InspectorTest.dumpCacheTree)
.then(InspectorTest.clearAllCaches)
.then(InspectorTest.completeTest)

Powered by Google App Engine
This is Rietveld 408576698