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

Unified Diff: third_party/WebKit/LayoutTests/http/tests/inspector/network/cached-resource-destroyed-too-big-discarded.html

Issue 2626553002: [Devtools][Code health] Changed NetworkRequest.url to proper getter/setter (Closed)
Patch Set: changes Created 3 years, 11 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/network/cached-resource-destroyed-too-big-discarded.html
diff --git a/third_party/WebKit/LayoutTests/http/tests/inspector/network/cached-resource-destroyed-too-big-discarded.html b/third_party/WebKit/LayoutTests/http/tests/inspector/network/cached-resource-destroyed-too-big-discarded.html
index d1c281883eafcaf718387bf945475ebce7a2f764..a2f5bff12a53becebf23cdf85c1bba26d13c6cf4 100644
--- a/third_party/WebKit/LayoutTests/http/tests/inspector/network/cached-resource-destroyed-too-big-discarded.html
+++ b/third_party/WebKit/LayoutTests/http/tests/inspector/network/cached-resource-destroyed-too-big-discarded.html
@@ -44,7 +44,7 @@ function test()
function step3()
{
- InspectorTest.addResult(imageRequest.url);
+ InspectorTest.addResult(imageRequest.url());
InspectorTest.addResult("request.type: " + imageRequest.resourceType());
InspectorTest.addResult("request.content.length after requesting content: " + imageRequest.content.length);
InspectorTest.assertTrue(imageRequest.content.length > 0, "No content before destroying CachedResource.");

Powered by Google App Engine
This is Rietveld 408576698