| Index: LayoutTests/fast/css/invalidation/shadow-boundary-crossing.html
|
| diff --git a/LayoutTests/fast/css/invalidation/shadow-boundary-crossing.html b/LayoutTests/fast/css/invalidation/shadow-boundary-crossing.html
|
| index c12fb082b56a0c74d3d16cac770c77badc45662d..d1ea67530825e0a7d4d8a354213d63977d5e44a1 100644
|
| --- a/LayoutTests/fast/css/invalidation/shadow-boundary-crossing.html
|
| +++ b/LayoutTests/fast/css/invalidation/shadow-boundary-crossing.html
|
| @@ -29,11 +29,11 @@ for (var j = 0; j < 10; ++j) {
|
| getComputedStyle(sandbox).color;
|
| sandbox.className = "shallow";
|
| if (window.internals)
|
| - shouldBe("internals.updateStyleAndReturnAffectedElementCount()", "11");
|
| + shouldBe("internals.updateStyleAndReturnAffectedElementCount()", "10");
|
| sandbox.className = "";
|
|
|
| getComputedStyle(sandbox).color;
|
| sandbox.className = "deep";
|
| if (window.internals)
|
| - shouldBe("internals.updateStyleAndReturnAffectedElementCount()", "31");
|
| + shouldBe("internals.updateStyleAndReturnAffectedElementCount()", "30");
|
| </script>
|
|
|