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

Unified Diff: LayoutTests/inspector-protocol/network/resource-type-expected.txt

Issue 1021543002: DevTools: remove InspectorTest.assert from inspector-protocol tests (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: 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/inspector-protocol/network/resource-type-expected.txt
diff --git a/LayoutTests/inspector-protocol/network/resource-type-expected.txt b/LayoutTests/inspector-protocol/network/resource-type-expected.txt
index 41acc1b8dde43c9b73f11777062de659f20b9b69..df48c361981c7f14cef936bdd182c93046cfa164 100644
--- a/LayoutTests/inspector-protocol/network/resource-type-expected.txt
+++ b/LayoutTests/inspector-protocol/network/resource-type-expected.txt
@@ -2,11 +2,11 @@ Tests that responseReceived contains the documented resource types.
Test started
Network agent enabled
-Resource /resources-page.html got type Document
-Resource /stylesheet.css got type Stylesheet
-Resource /script.js got type Script
-Resource /abe.png got type Image
-Resource /test.wav got type Media
-Resource /test.ogv got type Media
-Resource /simple-captions.vtt got type TextTrack
+Resource /resources-page.html got type: Document, type: Document
+Resource /stylesheet.css got type: Stylesheet, type: Stylesheet
+Resource /script.js got type: Script, type: Script
+Resource /abe.png got type: Image, type: Image
+Resource /test.wav got type: Media, type: Media
+Resource /test.ogv got type: Media, type: Media
+Resource /simple-captions.vtt got type: TextTrack, type: TextTrack

Powered by Google App Engine
This is Rietveld 408576698