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

Unified Diff: LayoutTests/fast/layout/common-ancestor-relayout-boundary.html

Issue 927773002: Keep track of multiple layout roots (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Fix inspector tests Created 5 years, 10 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: LayoutTests/fast/layout/common-ancestor-relayout-boundary.html
diff --git a/LayoutTests/fast/layout/common-ancestor-relayout-boundary.html b/LayoutTests/fast/layout/common-ancestor-relayout-boundary.html
index 0c00ebd6677eababc8797c4401098bd495545cbc..6494b85cccf8bc8c44efc29414deaa6d03bdc296 100644
--- a/LayoutTests/fast/layout/common-ancestor-relayout-boundary.html
+++ b/LayoutTests/fast/layout/common-ancestor-relayout-boundary.html
@@ -31,10 +31,8 @@ if (window.internals)
dirtyLayout();
-// FIXME: In theory we can restrict the layoutRoot in FrameView to the common
-// ancestor container and this should only be 5 instead of 8.
if (window.internals)
- shouldBe("window.internals.needsLayoutCount()", "8");
+ shouldBe("window.internals.needsLayoutCount()", "4");
eae 2015/02/20 23:16:12 Shouldn't this be 5? Also, this really needs a com
document.documentElement.offsetTop;

Powered by Google App Engine
This is Rietveld 408576698