| Index: third_party/WebKit/LayoutTests/inspector-protocol/dom/dom-request-document-with-child-nodes.html
|
| diff --git a/third_party/WebKit/LayoutTests/inspector-protocol/dom/dom-request-document-with-child-nodes.html b/third_party/WebKit/LayoutTests/inspector-protocol/dom/dom-request-document-with-child-nodes.html
|
| index 40f4a67c6a399268a02847716cd44c5f0528451e..00c5e974f610d870b9f14858412cde4614dc635f 100644
|
| --- a/third_party/WebKit/LayoutTests/inspector-protocol/dom/dom-request-document-with-child-nodes.html
|
| +++ b/third_party/WebKit/LayoutTests/inspector-protocol/dom/dom-request-document-with-child-nodes.html
|
| @@ -73,9 +73,10 @@ window.addEventListener("DOMContentLoaded", function () {
|
| <div id="depth-1">
|
| <div id="depth-2">
|
| <div id="depth-3">
|
| - <iframe src="resources/iframe.html"></iframe>
|
| + <iframe src="resources/shadow-dom-iframe.html"></iframe>
|
| </div>
|
| </div>
|
| + <div id="targetDiv"></div>
|
| </div>
|
|
|
| </body>
|
|
|