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

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

Issue 114123005: Show media and VTT text tracks in the devtools. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Updated broken test Created 7 years 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
new file mode 100644
index 0000000000000000000000000000000000000000..e9dc906a247d4d016da16b9bf876265a07197873
--- /dev/null
+++ b/LayoutTests/inspector-protocol/network/resource-type-expected.txt
@@ -0,0 +1,19 @@
+Tests that responseReceived contains the documented resource types.
+
+Test started
+Network agent enabled
+Received expected resource. 6 left.
+Received expected resource. 5 left.
+Received expected resource. 4 left.
+Received expected resource. 3 left.
+Received expected resource. 2 left.
+Received expected resource. 1 left.
+Received expected resource. 0 left.
+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
+

Powered by Google App Engine
This is Rietveld 408576698