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

Unified Diff: third_party/WebKit/LayoutTests/inspector-protocol/dom/resources/dom-request-child-nodes-traverse-frames.html

Issue 2955943002: DevTools: migrate inspector-protocol/dom tests to a new test runner (Closed)
Patch Set: rebaseline 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/dom/resources/dom-request-child-nodes-traverse-frames.html
diff --git a/third_party/WebKit/LayoutTests/inspector-protocol/dom/resources/dom-request-child-nodes-traverse-frames.html b/third_party/WebKit/LayoutTests/inspector-protocol/dom/resources/dom-request-child-nodes-traverse-frames.html
new file mode 100644
index 0000000000000000000000000000000000000000..9fe9dde6222bc8a9fcc26c1ebd0af9428554da81
--- /dev/null
+++ b/third_party/WebKit/LayoutTests/inspector-protocol/dom/resources/dom-request-child-nodes-traverse-frames.html
@@ -0,0 +1,7 @@
+<div id="depth-1">
+ <div id="depth-2">
+ <div id="depth-3">
+ <iframe src="iframe.html"></iframe>
+ </div>
+ </div>
+</div>

Powered by Google App Engine
This is Rietveld 408576698