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

Unified Diff: third_party/WebKit/LayoutTests/http/tests/inspector-protocol/resources/image.html

Issue 2703253002: devtools: Make it possible to override the navigation referrer (Closed)
Patch Set: Reworked into a inspector protocol test Created 3 years, 10 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/http/tests/inspector-protocol/resources/image.html
diff --git a/third_party/WebKit/LayoutTests/http/tests/inspector-protocol/resources/image.html b/third_party/WebKit/LayoutTests/http/tests/inspector-protocol/resources/image.html
new file mode 100644
index 0000000000000000000000000000000000000000..f8fedac8fc871dd79927375333d83d3dc3e9f5a8
--- /dev/null
+++ b/third_party/WebKit/LayoutTests/http/tests/inspector-protocol/resources/image.html
@@ -0,0 +1,7 @@
+<!DOCTYPE html>
+<!-- We also need to include the inspector test harness here to ensure the test
+ completes normally after navigating to this page. -->
+<script src="../inspector-protocol-test.js"></script>
+<body onload="runTest()">
+<img src="image.png">
+</body>

Powered by Google App Engine
This is Rietveld 408576698