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 66c5ca8a9cf7ca4ac8c817fe995a9ba78fb671d1..3d2e9c6267cf70a1f99b8ad63c085ea84472a242 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(), 8); |
+ assert_equals(internals.updateStyleAndReturnAffectedElementCount(), 9); |
assert_equals(getComputedStyle(cueNode).backgroundColor, green); |
assert_equals(getComputedStyle(cNode).backgroundColor, red); |