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

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

Issue 1079323002: Support text track selection in video controls (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Addressed comments from fs 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-expected.txt
diff --git a/third_party/WebKit/LayoutTests/media/track/cue-style-invalidation-expected.txt b/third_party/WebKit/LayoutTests/media/track/cue-style-invalidation-expected.txt
index a7bd1afbebaa4fd1e4ddd82348923be8979eadfc..760935ec1236f9196a29f5605d0b141c494b060d 100644
--- a/third_party/WebKit/LayoutTests/media/track/cue-style-invalidation-expected.txt
+++ b/third_party/WebKit/LayoutTests/media/track/cue-style-invalidation-expected.txt
@@ -2,7 +2,7 @@ Check that descendant style invalidation works with ::cue selectors.
EVENT(canplaythrough)
EVENT(seeked)
EXPECTED (getComputedStyle(cueNode).backgroundColor == 'rgb(255, 0, 0)') OK
-EXPECTED (internals.updateStyleAndReturnAffectedElementCount() == '8') OK
+EXPECTED (internals.updateStyleAndReturnAffectedElementCount() == '9') OK
EXPECTED (getComputedStyle(cueNode).backgroundColor == 'rgb(0, 128, 0)') OK
EXPECTED (getComputedStyle(cNode).backgroundColor == 'rgb(255, 0, 0)') OK
EXPECTED (internals.updateStyleAndReturnAffectedElementCount() == '1') OK

Powered by Google App Engine
This is Rietveld 408576698