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

Unified Diff: third_party/WebKit/LayoutTests/shadow-dom/default-slots.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/default-slots.html
diff --git a/third_party/WebKit/LayoutTests/shadow-dom/default-slots.html b/third_party/WebKit/LayoutTests/shadow-dom/default-slots.html
index 5512ca79da2da496c3dbf9fdca3e673d5a446139..531b2d35e5696460171a3b61bb05d35ca96b6a21 100644
--- a/third_party/WebKit/LayoutTests/shadow-dom/default-slots.html
+++ b/third_party/WebKit/LayoutTests/shadow-dom/default-slots.html
@@ -17,7 +17,6 @@
'use strict';
convertTemplatesToShadowRootsWithin(host);
removeWhiteSpaceOnlyTextNodes(host);
-document.body.offsetLeft;
const slot1 = host.shadowRoot.querySelector('#slot1');
const slot2 = host.shadowRoot.querySelector('#slot2');

Powered by Google App Engine
This is Rietveld 408576698