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

Side by Side 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: Addressed feedback. Created 6 years, 8 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 unified diff | Download patch
OLDNEW
(Empty)
1 <!DOCTYPE html>
2 <html>
3 <head>
4 <link rel="stylesheet" href="stylesheet.css">
5 <script src="script.js"></script>
6 </head>
7 <body>
8 <img src="../../../media/content/abe.png" />
9 <audio src="../../../media/content/test.wav" />
10 <video src="../../../media/content/test.ogv">
11 <track kind="captions" src="../../../media/track/captions-webvtt/simple- captions.vtt" default>
12 </video>
13 </body>
14 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698