| 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 19c6f160d1b17c2778e9c79f2379a768db84cf8c..39d8ba9f8ce43f7cabdaeb417735fe9087a4d83b 100644
|
| --- a/LayoutTests/fast/css/dynamic-class-pseudo-elements.html
|
| +++ b/LayoutTests/fast/css/dynamic-class-pseudo-elements.html
|
| @@ -81,7 +81,7 @@ forceLayout();
|
| t4.className = "a4";
|
|
|
| if (window.internals)
|
| - shouldBe("internals.updateStyleAndReturnAffectedElementCount()", "8");
|
| + shouldBe("internals.updateStyleAndReturnAffectedElementCount()", "10");
|
|
|
| document.body.offsetLeft; // workaround for issue 351308
|
| shouldBe("getComputedStyle(r4, '::first-letter').backgroundColor", "green");
|
|
|