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

Side by Side 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 unified diff | Download patch
OLDNEW
1 <!DOCTYPE html> 1 <!DOCTYPE html>
2 <!-- We also need to include the inspector test harness here to ensure the test 2 <!-- We also need to include the inspector test harness here to ensure the test
3 completes normally after navigating to this page. --> 3 completes normally after navigating to this page. -->
4 <script src="../inspector-protocol-test.js"></script> 4 <script src="../resources/inspector-protocol-test.js"></script>
5 <body onload="runTest()"> 5 <body onload="runTest()">
6 <img src="image.png"> 6 <img src="image.png">
7 </body> 7 </body>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698