| Index: third_party/WebKit/LayoutTests/media/track/cue-style-invalidation.html
|
| diff --git a/third_party/WebKit/LayoutTests/media/track/cue-style-invalidation.html b/third_party/WebKit/LayoutTests/media/track/cue-style-invalidation.html
|
| index cea2f2edf4b2c9eb312ad219900a7230dfde9800..d29b02d0b113cdcdee71efe7a56c9ea9a412b584 100644
|
| --- a/third_party/WebKit/LayoutTests/media/track/cue-style-invalidation.html
|
| +++ b/third_party/WebKit/LayoutTests/media/track/cue-style-invalidation.html
|
| @@ -37,7 +37,7 @@ async_test(function(t) {
|
| ascendant.offsetTop;
|
| ascendant.classList.add("cue");
|
| if (window.internals)
|
| - assert_equals(internals.updateStyleAndReturnAffectedElementCount(), 9);
|
| + assert_equals(internals.updateStyleAndReturnAffectedElementCount(), 10);
|
| assert_equals(getComputedStyle(cueNode).backgroundColor, green);
|
|
|
| assert_equals(getComputedStyle(cNode).backgroundColor, red);
|
|
|