| Index: third_party/WebKit/LayoutTests/media/track/cue-style-invalidation-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/media/track/cue-style-invalidation-expected.txt b/third_party/WebKit/LayoutTests/media/track/cue-style-invalidation-expected.txt
|
| index a7bd1afbebaa4fd1e4ddd82348923be8979eadfc..760935ec1236f9196a29f5605d0b141c494b060d 100644
|
| --- a/third_party/WebKit/LayoutTests/media/track/cue-style-invalidation-expected.txt
|
| +++ b/third_party/WebKit/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() == '8') OK
|
| +EXPECTED (internals.updateStyleAndReturnAffectedElementCount() == '9') OK
|
| EXPECTED (getComputedStyle(cueNode).backgroundColor == 'rgb(0, 128, 0)') OK
|
| EXPECTED (getComputedStyle(cNode).backgroundColor == 'rgb(255, 0, 0)') OK
|
| EXPECTED (internals.updateStyleAndReturnAffectedElementCount() == '1') OK
|
|
|