| Index: LayoutTests/fast/css/dynamic-class-pseudo-elements.html
|
| diff --git a/LayoutTests/fast/css/dynamic-class-pseudo-elements.html b/LayoutTests/fast/css/dynamic-class-pseudo-elements.html
|
| index 39d8ba9f8ce43f7cabdaeb417735fe9087a4d83b..22fc85c56bcb1bceecc18731859270f3ee437482 100644
|
| --- a/LayoutTests/fast/css/dynamic-class-pseudo-elements.html
|
| +++ b/LayoutTests/fast/css/dynamic-class-pseudo-elements.html
|
| @@ -45,7 +45,7 @@ forceLayout();
|
| t1.className = "a1";
|
|
|
| if (window.internals)
|
| - shouldBe("internals.updateStyleAndReturnAffectedElementCount()", "3");
|
| + shouldBe("internals.updateStyleAndReturnAffectedElementCount()", "2");
|
|
|
| shouldBe("getComputedStyle(r1, '::before').backgroundColor", "green");
|
|
|
| @@ -57,7 +57,7 @@ forceLayout();
|
| t2.className = "a2";
|
|
|
| if (window.internals)
|
| - shouldBe("internals.updateStyleAndReturnAffectedElementCount()", "3");
|
| + shouldBe("internals.updateStyleAndReturnAffectedElementCount()", "2");
|
|
|
| shouldBe("getComputedStyle(r2, '::after').backgroundColor", "green");
|
|
|
|
|