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

Unified Diff: third_party/WebKit/LayoutTests/shadow-dom/slots-dynamic.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/slots-dynamic.html
diff --git a/third_party/WebKit/LayoutTests/shadow-dom/slots-dynamic.html b/third_party/WebKit/LayoutTests/shadow-dom/slots-dynamic.html
index e0aadd17548cb86f7fcb3aa795771669c61e7e4d..fde934f8510665640cca115731428317060e5a71 100644
--- a/third_party/WebKit/LayoutTests/shadow-dom/slots-dynamic.html
+++ b/third_party/WebKit/LayoutTests/shadow-dom/slots-dynamic.html
@@ -5,7 +5,6 @@
</div>
<script>
'use strict';
-document.body.offsetLeft;
const slot = document.createElement('slot');
slot.setAttribute('name', 's1');
host.attachShadow({mode: 'open'}).appendChild(slot);

Powered by Google App Engine
This is Rietveld 408576698