| Index: third_party/WebKit/LayoutTests/http/tests/inspector-unit/datagrid-items-attached-to-dom.js
|
| diff --git a/third_party/WebKit/LayoutTests/http/tests/inspector-unit/datagrid-items-attached-to-dom.js b/third_party/WebKit/LayoutTests/http/tests/inspector-unit/datagrid-items-attached-to-dom.js
|
| index 3b98a29c951eb5a11075c258ca2f7d05a09ed2d2..efdcc8dbf3f600c8b2d589c17fb7ccc65b2f22a7 100644
|
| --- a/third_party/WebKit/LayoutTests/http/tests/inspector-unit/datagrid-items-attached-to-dom.js
|
| +++ b/third_party/WebKit/LayoutTests/http/tests/inspector-unit/datagrid-items-attached-to-dom.js
|
| @@ -47,7 +47,7 @@ function test() {
|
| var element = node.existingElement();
|
| if (!element)
|
| continue;
|
| - if (node.attachedToDOM() && div.contains(element))
|
| + if (div.contains(element))
|
| TestRunner.addResult(node.data.id);
|
| }
|
| TestRunner.addResult("");
|
|
|