| Index: LayoutTests/fast/css/dynamic-class-backdrop-pseudo.html
|
| diff --git a/LayoutTests/fast/css/dynamic-class-backdrop-pseudo.html b/LayoutTests/fast/css/dynamic-class-backdrop-pseudo.html
|
| index 404492f5a9d8f3ce5c2ace429310b498cd71adbd..b739c0b9ee5b76c08b3c97a9fc233ed73e197c91 100644
|
| --- a/LayoutTests/fast/css/dynamic-class-backdrop-pseudo.html
|
| +++ b/LayoutTests/fast/css/dynamic-class-backdrop-pseudo.html
|
| @@ -21,7 +21,7 @@ document.body.offsetLeft;
|
| document.getElementById("t").className = "a";
|
|
|
| if (window.internals)
|
| - shouldBe("internals.updateStyleAndReturnAffectedElementCount()", "3");
|
| + shouldBe("internals.updateStyleAndReturnAffectedElementCount()", "2");
|
|
|
| shouldBe("getComputedStyle(dialog, '::backdrop').backgroundColor", "green");
|
|
|
|
|