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

Unified Diff: third_party/WebKit/LayoutTests/shadow-dom/v0-inert-features-in-v1-shadow-trees.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
« no previous file with comments | « third_party/WebKit/LayoutTests/shadow-dom/slots-dynamic.html ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/LayoutTests/shadow-dom/v0-inert-features-in-v1-shadow-trees.html
diff --git a/third_party/WebKit/LayoutTests/shadow-dom/v0-inert-features-in-v1-shadow-trees.html b/third_party/WebKit/LayoutTests/shadow-dom/v0-inert-features-in-v1-shadow-trees.html
index b52e81db3d1a5c85c3fd857d0d380d9cbdae4032..80a02f86c4294e6021dce35d4becbb74a509a0d6 100644
--- a/third_party/WebKit/LayoutTests/shadow-dom/v0-inert-features-in-v1-shadow-trees.html
+++ b/third_party/WebKit/LayoutTests/shadow-dom/v0-inert-features-in-v1-shadow-trees.html
@@ -13,7 +13,6 @@
</div>
<script>
convertTemplatesToShadowRootsWithin(host);
-document.body.offsetLeft;
test(function () {
var content = host.shadowRoot.querySelector('content');
var shadow = host.shadowRoot.querySelector('shadow');
« no previous file with comments | « third_party/WebKit/LayoutTests/shadow-dom/slots-dynamic.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698