| Index: LayoutTests/fast/css/invalidation/selection-pseudo.html
|
| diff --git a/LayoutTests/fast/css/invalidation/selection-pseudo.html b/LayoutTests/fast/css/invalidation/selection-pseudo.html
|
| index 1fcb40ce5839d6087af8930788573260901b53cb..50c122b9584a1cd53cf7b97d8efd1263350ed047 100644
|
| --- a/LayoutTests/fast/css/invalidation/selection-pseudo.html
|
| +++ b/LayoutTests/fast/css/invalidation/selection-pseudo.html
|
| @@ -51,7 +51,7 @@ shouldBe("getComputedStyle(select[0], '::selection').backgroundColor", "red");
|
| document.body.offsetTop; // Force recalc.
|
| t1.className = "t1";
|
| if (window.internals)
|
| - shouldBe("internals.updateStyleAndReturnAffectedElementCount()", "2");
|
| + shouldBe("internals.updateStyleAndReturnAffectedElementCount()", "1");
|
| shouldBe("getComputedStyle(select[0], '::selection').backgroundColor", "green");
|
|
|
| shouldBeDefined(window.testRunner);
|
| @@ -63,6 +63,6 @@ shouldBe("getComputedStyle(select[1], '::selection').backgroundColor", "red");
|
| document.body.offsetTop; // Force recalc.
|
| t2.className = "t2";
|
| if (window.internals)
|
| - shouldBe("internals.updateStyleAndReturnAffectedElementCount()", "2");
|
| + shouldBe("internals.updateStyleAndReturnAffectedElementCount()", "1");
|
| shouldBe("getComputedStyle(select[1], '::selection').backgroundColor", "green");
|
| </script>
|
|
|