Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(176)

Unified Diff: LayoutTests/media/track/cue-style-invalidation.html

Issue 1082533002: Support text track selection in video controls (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Rebase Created 5 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: LayoutTests/media/track/cue-style-invalidation.html
diff --git a/LayoutTests/media/track/cue-style-invalidation.html b/LayoutTests/media/track/cue-style-invalidation.html
index 3998324630178374959def92ef926db6a0d73c1a..ccb66837175de099710886288bf4ecec77b5d651 100644
--- a/LayoutTests/media/track/cue-style-invalidation.html
+++ b/LayoutTests/media/track/cue-style-invalidation.html
@@ -31,7 +31,7 @@ function seeked() {
ascendant.offsetTop;
ascendant.classList.add("cue");
if (window.internals)
- testExpected("internals.updateStyleAndReturnAffectedElementCount()", 9);
+ testExpected("internals.updateStyleAndReturnAffectedElementCount()", 10);
testExpected("getComputedStyle(cueNode).backgroundColor", green);
testExpected("getComputedStyle(cNode).backgroundColor", red);

Powered by Google App Engine
This is Rietveld 408576698