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

Unified Diff: third_party/WebKit/LayoutTests/shadow-dom/css-focus-pseudo-match-shadow-host3.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/css-focus-pseudo-match-shadow-host3.html
diff --git a/third_party/WebKit/LayoutTests/shadow-dom/css-focus-pseudo-match-shadow-host3.html b/third_party/WebKit/LayoutTests/shadow-dom/css-focus-pseudo-match-shadow-host3.html
index 8e050044e8e14db1ba1eae8908d15c80462e67b8..61d0e0c3d0082a9d6f5b9793effd7949b308e842 100644
--- a/third_party/WebKit/LayoutTests/shadow-dom/css-focus-pseudo-match-shadow-host3.html
+++ b/third_party/WebKit/LayoutTests/shadow-dom/css-focus-pseudo-match-shadow-host3.html
@@ -34,7 +34,6 @@ function buildShadowComposedTree(delegatesFocus1, delegatesFocus2) {
createDOM('div', {'id': 'inner-div2'},
document.createTextNode('Blink')),
createDOM('input', {'id': 'inner-input2'})))))));
- sandbox.offsetTop;
}
function testShadowComposedTree() {

Powered by Google App Engine
This is Rietveld 408576698