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

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

Issue 2942573003: [DevTools] New harness for inspector-protocol layout tests (Closed)
Patch Set: Protocol -> dp 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/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
index f8fedac8fc871dd79927375333d83d3dc3e9f5a8..c64fd2d9bb67eea17e9e374dcbaafebe8f47b89e 100644
--- a/third_party/WebKit/LayoutTests/http/tests/inspector-protocol/resources/image.html
+++ b/third_party/WebKit/LayoutTests/http/tests/inspector-protocol/resources/image.html
@@ -1,7 +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>
+<script src="../resources/inspector-protocol-test.js"></script>
<body onload="runTest()">
<img src="image.png">
</body>

Powered by Google App Engine
This is Rietveld 408576698