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

Unified Diff: LayoutTests/inspector-protocol/network/resources/resources-page.html

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/resources/resources-page.html
diff --git a/LayoutTests/inspector-protocol/network/resources/resources-page.html b/LayoutTests/inspector-protocol/network/resources/resources-page.html
new file mode 100644
index 0000000000000000000000000000000000000000..83017ebe6f66b98602e0396d5ceff39708ccd55e
--- /dev/null
+++ b/LayoutTests/inspector-protocol/network/resources/resources-page.html
@@ -0,0 +1,14 @@
+<!DOCTYPE html>
+<html>
+<head>
+ <link rel="stylesheet" href="stylesheet.css">
+ <script src="script.js"></script>
+</head>
+<body>
+ <img src="../../../media/content/abe.png" />
+ <audio src="../../../media/content/test.wav" />
+ <video src="../../../media/content/test.ogv">
+ <track kind="captions" src="../../../media/track/captions-webvtt/simple-captions.vtt" default>
+ </video>
+</body>
+</html>

Powered by Google App Engine
This is Rietveld 408576698