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

Unified 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, 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/network/resources/resources-page.html
diff --git a/third_party/WebKit/LayoutTests/inspector-protocol/network/resources/resources-page.html b/third_party/WebKit/LayoutTests/inspector-protocol/network/resources/resources-page.html
deleted file mode 100644
index 83017ebe6f66b98602e0396d5ceff39708ccd55e..0000000000000000000000000000000000000000
--- a/third_party/WebKit/LayoutTests/inspector-protocol/network/resources/resources-page.html
+++ /dev/null
@@ -1,14 +0,0 @@
-<!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