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> |