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

Unified Diff: third_party/WebKit/LayoutTests/shadow-dom/focus-with-dom-mutation.html

Issue 2039813008: Remove unnecessary calling offset{Top,Left} (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@clean-tests
Patch Set: Created 4 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/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');

Powered by Google App Engine
This is Rietveld 408576698