| 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 222b9acf1846160f528fb589739be8aae0351d08..f1f698055a9f3e43bf186c8ab9356b59df4b0813 100644
|
| --- a/third_party/WebKit/LayoutTests/media/track/cue-style-invalidation.html
|
| +++ b/third_party/WebKit/LayoutTests/media/track/cue-style-invalidation.html
|
| @@ -33,7 +33,7 @@ function seeked() {
|
| ascendant.offsetTop;
|
| ascendant.classList.add("cue");
|
| if (window.internals)
|
| - testExpected("internals.updateStyleAndReturnAffectedElementCount()", 8);
|
| + testExpected("internals.updateStyleAndReturnAffectedElementCount()", 9);
|
| testExpected("getComputedStyle(cueNode).backgroundColor", green);
|
|
|
| testExpected("getComputedStyle(cNode).backgroundColor", red);
|
|
|