| 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 e321cea6338222a25f84a60e601f977fd8d0872b..0c00ebd6677eababc8797c4401098bd495545cbc 100644
|
| --- a/LayoutTests/fast/layout/common-ancestor-relayout-boundary.html
|
| +++ b/LayoutTests/fast/layout/common-ancestor-relayout-boundary.html
|
| @@ -22,9 +22,6 @@ function dirtyLayout()
|
| }
|
| }
|
|
|
| -if (window.internals)
|
| - shouldBe("window.internals.needsLayoutCount()", "2");
|
| -
|
| document.documentElement.offsetTop;
|
|
|
| // Pass quiet=true here so that the added nodes from the shouldBe don't
|
| @@ -43,4 +40,4 @@ document.documentElement.offsetTop;
|
|
|
| if (window.internals)
|
| shouldBe("window.internals.needsLayoutCount()", "0");
|
| -</script>
|
| +</script>
|
|
|