| Index: LayoutTests/fast/layout/display-none-no-relayout.html
|
| diff --git a/LayoutTests/fast/layout/display-none-no-relayout.html b/LayoutTests/fast/layout/display-none-no-relayout.html
|
| index b010807cade70a45081c39008d1700e0d73c17f9..dffcb6281839700f52e2cb16e448b71e9f563aea 100644
|
| --- a/LayoutTests/fast/layout/display-none-no-relayout.html
|
| +++ b/LayoutTests/fast/layout/display-none-no-relayout.html
|
| @@ -22,7 +22,7 @@ var parent = document.getElementById("parent");
|
| parent.className = "a";
|
|
|
| if (window.internals) {
|
| - shouldBe("window.internals.updateStyleAndReturnAffectedElementCount()", "4", true);
|
| + shouldBe("window.internals.updateStyleAndReturnAffectedElementCount()", "3", true);
|
| shouldBe("window.internals.needsLayoutCount()", "0", true);
|
| }
|
| </script>
|
|
|