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

Unified Diff: third_party/WebKit/LayoutTests/inspector-protocol/css/css-get-keyframes.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/inspector-protocol/css/css-get-keyframes.html
diff --git a/third_party/WebKit/LayoutTests/inspector-protocol/css/css-get-keyframes.html b/third_party/WebKit/LayoutTests/inspector-protocol/css/css-get-keyframes.html
index c35c5164d8325543665b8ee9572d18cccfe87538..9908c24e769defa013cae61e1a56f906ce156040 100644
--- a/third_party/WebKit/LayoutTests/inspector-protocol/css/css-get-keyframes.html
+++ b/third_party/WebKit/LayoutTests/inspector-protocol/css/css-get-keyframes.html
@@ -1,8 +1,8 @@
<html>
<head>
-<script type="text/javascript" src="../../http/tests/inspector-protocol/inspector-protocol-test.js"></script>
-<script type="text/javascript" src="../../http/tests/inspector-protocol/css-protocol-test.js"></script>
-<script type="text/javascript" src="../../http/tests/inspector-protocol/dom-protocol-test.js"></script>
+<script type="text/javascript" src="../../http/tests/inspector-protocol/resources/inspector-protocol-test.js"></script>
+<script type="text/javascript" src="../resources/css-protocol-test.js"></script>
+<script type="text/javascript" src="../resources/dom-protocol-test.js"></script>
<link rel="stylesheet" type="text/css" href="resources/keyframes.css"></link>
<script type="text/javascript">
function test()

Powered by Google App Engine
This is Rietveld 408576698