Chromium Code Reviews| 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; |