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

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

Issue 1079323002: Support text track selection in video controls (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Merge Blink repo changes and addressed comments from philipj and UX Created 4 years, 10 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: 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 69961228469059dadac4c66b29eee700cbbafa16..0de7522799c11f800d86c62d74f162740c51c858 100644
--- a/third_party/WebKit/LayoutTests/media/track/cue-style-invalidation.html
+++ b/third_party/WebKit/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()", 8);
+ testExpected("internals.updateStyleAndReturnAffectedElementCount()", 9);
testExpected("getComputedStyle(cueNode).backgroundColor", green);
testExpected("getComputedStyle(cNode).backgroundColor", red);

Powered by Google App Engine
This is Rietveld 408576698