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

Unified Diff: trunk/LayoutTests/fast/dom/shadow/shadow-root-attached.html

Issue 16336010: Revert 150924 "Node::lazyAttach shouldn't lie about being attached" (Closed) Base URL: svn://svn.chromium.org/blink/
Patch Set: Created 7 years, 7 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 | « no previous file | trunk/LayoutTests/fast/html/object-image-nested-fallback.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: trunk/LayoutTests/fast/dom/shadow/shadow-root-attached.html
===================================================================
--- trunk/LayoutTests/fast/dom/shadow/shadow-root-attached.html (revision 151673)
+++ trunk/LayoutTests/fast/dom/shadow/shadow-root-attached.html (working copy)
@@ -21,7 +21,6 @@
shouldBe('internals.attached(light)', 'false');
document.getElementById('container').appendChild(root);
- document.body.offsetLeft; // cause a style recalc to trigger attachment.
shouldBe('internals.attached(light)', 'true');
})();
@@ -35,7 +34,6 @@
shouldBe('internals.attached(light)', 'false');
document.getElementById('container').appendChild(root);
- document.body.offsetLeft; // cause a style recalc to trigger attachment.
shouldBe('internals.attached(light)', 'true');
})();
« no previous file with comments | « no previous file | trunk/LayoutTests/fast/html/object-image-nested-fallback.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698