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

Unified Diff: third_party/WebKit/LayoutTests/inspector-protocol/resources/inspector-protocol-test.html

Issue 2950713002: [DevTools] New harness for inspector-protocol layout tests (Closed)
Patch Set: addressed comments, 4 tests 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/resources/inspector-protocol-test.html
diff --git a/third_party/WebKit/LayoutTests/inspector-protocol/resources/inspector-protocol-test.html b/third_party/WebKit/LayoutTests/inspector-protocol/resources/inspector-protocol-test.html
new file mode 100644
index 0000000000000000000000000000000000000000..69b5a0d30e85a95c8df932699be773338163093e
--- /dev/null
+++ b/third_party/WebKit/LayoutTests/inspector-protocol/resources/inspector-protocol-test.html
@@ -0,0 +1,10 @@
+<!--
+Copyright 2017 The Chromium Authors. All rights reserved.
+Use of this source code is governed by a BSD-style license that can be
+found in the LICENSE file.
+-->
+<html>
+<head>
+<script src="inspector-protocol-test.js"></script>
+</head>
+</html>

Powered by Google App Engine
This is Rietveld 408576698