| Index: LayoutTests/fast/css/invalidation/fieldset-disabled.html
|
| diff --git a/LayoutTests/fast/css/invalidation/fieldset-disabled.html b/LayoutTests/fast/css/invalidation/fieldset-disabled.html
|
| index 37ea2e404635ebad7ae568b2dcea2b39ec33756c..c96deb1ff3905c392f00b28ca011c77fb93316fe 100644
|
| --- a/LayoutTests/fast/css/invalidation/fieldset-disabled.html
|
| +++ b/LayoutTests/fast/css/invalidation/fieldset-disabled.html
|
| @@ -35,7 +35,7 @@ fieldset.disabled = true;
|
| if (window.internals) {
|
| // There are still instances of SubtreeStyleChange left when updating
|
| // disabled state. This count should become lower.
|
| - shouldBe("internals.updateStyleAndReturnAffectedElementCount()", "7");
|
| + shouldBe("internals.updateStyleAndReturnAffectedElementCount()", "2");
|
| }
|
|
|
| shouldBe("getComputedStyle(fieldset, '').backgroundColor", "green");
|
|
|