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

Unified Diff: third_party/WebKit/LayoutTests/shadow-dom/css-focus-pseudo-match-shadow-host5.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-host5.html
diff --git a/third_party/WebKit/LayoutTests/shadow-dom/css-focus-pseudo-match-shadow-host5.html b/third_party/WebKit/LayoutTests/shadow-dom/css-focus-pseudo-match-shadow-host5.html
index e995b63f54712aa22bf20ccddace582db32d53cd..32fdd7a6d6179da790f8662086bae763e2bd4bd9 100644
--- a/third_party/WebKit/LayoutTests/shadow-dom/css-focus-pseudo-match-shadow-host5.html
+++ b/third_party/WebKit/LayoutTests/shadow-dom/css-focus-pseudo-match-shadow-host5.html
@@ -34,7 +34,6 @@ function buildNestedDistributionTree(delegatesFocus1, delegatesFocus2) {
createDOM('slot', {}), // #input1 redistributed here, #input2 goes here.
createDOM('input', {'id': 'input3'})))))));
- sandbox.offsetTop;
}
function testNestedDistribution() {

Powered by Google App Engine
This is Rietveld 408576698