| Index: third_party/WebKit/LayoutTests/shadow-dom/focus-with-dom-mutation.html
|
| diff --git a/third_party/WebKit/LayoutTests/shadow-dom/focus-with-dom-mutation.html b/third_party/WebKit/LayoutTests/shadow-dom/focus-with-dom-mutation.html
|
| index 0046fb02ab24b011f78002db6cc1f2ddf2dbdbfd..191f8d729c46238d1f29d5f5294f89d3c2ca2a6c 100644
|
| --- a/third_party/WebKit/LayoutTests/shadow-dom/focus-with-dom-mutation.html
|
| +++ b/third_party/WebKit/LayoutTests/shadow-dom/focus-with-dom-mutation.html
|
| @@ -20,7 +20,6 @@ function buildTree(parent, delegatesFocus)
|
| createDOM('input', {id: 'input'})),
|
| createDOM('div', {id: 'dest'})));
|
|
|
| - parent.offsetTop;
|
| }
|
|
|
| var sandbox = document.getElementById('sandbox');
|
|
|