| Index: LayoutTests/fast/css/invalidation/targeted-class-host-context.html
|
| diff --git a/LayoutTests/fast/css/invalidation/targeted-class-host-context.html b/LayoutTests/fast/css/invalidation/targeted-class-host-context.html
|
| index df38980fdd374944bf40f43d5fca9e77c53a83e5..c1eb0bd89e96420eecb99384762cd45cb1b2ec61 100644
|
| --- a/LayoutTests/fast/css/invalidation/targeted-class-host-context.html
|
| +++ b/LayoutTests/fast/css/invalidation/targeted-class-host-context.html
|
| @@ -38,7 +38,7 @@ test(function(){
|
| assert_equals(getComputedStyle(inner, "").backgroundColor, transparent, "Background color before class change.");
|
| t2.className = "t2";
|
| if (window.internals)
|
| - assert_equals(internals.updateStyleAndReturnAffectedElementCount(), 2, "Element recalc count on class change.");
|
| + assert_equals(internals.updateStyleAndReturnAffectedElementCount(), 1, "Element recalc count on class change.");
|
| assert_equals(getComputedStyle(inner, "").backgroundColor, green, "Background color after class change.");
|
| }, "Matching id descendant of :host-context with class.");
|
|
|
|
|