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

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

Issue 2962753002: [DevTools] Unflake some of inspector-protocol tests (Closed)
Patch Set: 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-document-with-child-nodes.html
diff --git a/third_party/WebKit/LayoutTests/inspector-protocol/dom/resources/dom-request-document-with-child-nodes.html b/third_party/WebKit/LayoutTests/inspector-protocol/dom/resources/dom-request-document-with-child-nodes.html
new file mode 100644
index 0000000000000000000000000000000000000000..08ec4a0d1dfe034ca0a3df985486837046476fa5
--- /dev/null
+++ b/third_party/WebKit/LayoutTests/inspector-protocol/dom/resources/dom-request-document-with-child-nodes.html
@@ -0,0 +1,8 @@
+<div id='depth-1'>
+ <div id='depth-2'>
+ <div id='depth-3'>
+ <iframe src='./shadow-dom-iframe.html'></iframe>
+ </div>
+ </div>
+ <div id='targetDiv'></div>
+</div>

Powered by Google App Engine
This is Rietveld 408576698