| Index: LayoutTests/media/track/cue-style-invalidation-expected.txt
|
| diff --git a/LayoutTests/media/track/cue-style-invalidation-expected.txt b/LayoutTests/media/track/cue-style-invalidation-expected.txt
|
| index 558e53314c79e1c5586661f20e88e678535f27b3..157f4718b8f45387cb2df8b6a69933dff08c119e 100644
|
| --- a/LayoutTests/media/track/cue-style-invalidation-expected.txt
|
| +++ b/LayoutTests/media/track/cue-style-invalidation-expected.txt
|
| @@ -2,7 +2,7 @@ Check that descendant style invalidation works with ::cue selectors.
|
| EVENT(canplaythrough)
|
| EVENT(seeked)
|
| EXPECTED (getComputedStyle(cueNode).backgroundColor == 'rgb(255, 0, 0)') OK
|
| -EXPECTED (internals.updateStyleAndReturnAffectedElementCount() == '9') OK
|
| +EXPECTED (internals.updateStyleAndReturnAffectedElementCount() == '10') OK
|
| EXPECTED (getComputedStyle(cueNode).backgroundColor == 'rgb(0, 128, 0)') OK
|
| EXPECTED (getComputedStyle(cNode).backgroundColor == 'rgb(255, 0, 0)') OK
|
| EXPECTED (internals.updateStyleAndReturnAffectedElementCount() == '2') OK
|
|
|