| Index: LayoutTests/fast/css/invalidation/fullscreen.html
|
| diff --git a/LayoutTests/fast/css/invalidation/fullscreen.html b/LayoutTests/fast/css/invalidation/fullscreen.html
|
| index 2571d065054c91f07e44eeacd17f649be44d6035..c8bb4c89eb2d807ccdbce16288406069bbe056c0 100644
|
| --- a/LayoutTests/fast/css/invalidation/fullscreen.html
|
| +++ b/LayoutTests/fast/css/invalidation/fullscreen.html
|
| @@ -34,14 +34,14 @@ function runTests() {
|
| testRoot.offsetTop; // force recalc
|
| testRoot.className = "t1";
|
| if (window.internals)
|
| - shouldBe("internals.updateStyleAndReturnAffectedElementCount()", "2");
|
| + shouldBe("internals.updateStyleAndReturnAffectedElementCount()", "1");
|
| shouldBe("getComputedStyle(full).backgroundColor", "green");
|
|
|
| shouldBe("getComputedStyle(ancestor).backgroundColor", "red");
|
| testRoot.offsetTop; // force recalc
|
| testRoot.className += " t2";
|
| if (window.internals)
|
| - shouldBe("internals.updateStyleAndReturnAffectedElementCount()", "2");
|
| + shouldBe("internals.updateStyleAndReturnAffectedElementCount()", "1");
|
| shouldBe("getComputedStyle(ancestor).backgroundColor", "green");
|
|
|
| finishJSTest();
|
|
|