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

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

Issue 2961493002: [DevTools] Migrate inspector-protocol/{input,network} tests to new harness (Closed)
Patch Set: minor fixes Created 3 years, 6 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: third_party/WebKit/LayoutTests/inspector-protocol/resources/resources-page.html
diff --git a/third_party/WebKit/LayoutTests/inspector-protocol/resources/resources-page.html b/third_party/WebKit/LayoutTests/inspector-protocol/resources/resources-page.html
new file mode 100644
index 0000000000000000000000000000000000000000..b309b22eb604c1eb42b414ca45efc2db7db607da
--- /dev/null
+++ b/third_party/WebKit/LayoutTests/inspector-protocol/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