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

Side by Side Diff: third_party/WebKit/LayoutTests/inspector-protocol/network/resources/resources-page.html

Issue 2961493002: [DevTools] Migrate inspector-protocol/{input,network} tests to new harness (Closed)
Patch Set: minor fixes Created 3 years, 5 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