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

Side by Side 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, 9 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 unified diff | Download patch
OLDNEW
1 Check that descendant style invalidation works with ::cue selectors. 1 Check that descendant style invalidation works with ::cue selectors.
2 EVENT(canplaythrough) 2 EVENT(canplaythrough)
3 EVENT(seeked) 3 EVENT(seeked)
4 EXPECTED (getComputedStyle(cueNode).backgroundColor == 'rgb(255, 0, 0)') OK 4 EXPECTED (getComputedStyle(cueNode).backgroundColor == 'rgb(255, 0, 0)') OK
5 EXPECTED (internals.updateStyleAndReturnAffectedElementCount() == '8') OK 5 EXPECTED (internals.updateStyleAndReturnAffectedElementCount() == '9') OK
6 EXPECTED (getComputedStyle(cueNode).backgroundColor == 'rgb(0, 128, 0)') OK 6 EXPECTED (getComputedStyle(cueNode).backgroundColor == 'rgb(0, 128, 0)') OK
7 EXPECTED (getComputedStyle(cNode).backgroundColor == 'rgb(255, 0, 0)') OK 7 EXPECTED (getComputedStyle(cNode).backgroundColor == 'rgb(255, 0, 0)') OK
8 EXPECTED (internals.updateStyleAndReturnAffectedElementCount() == '1') OK 8 EXPECTED (internals.updateStyleAndReturnAffectedElementCount() == '1') OK
9 EXPECTED (getComputedStyle(cNode).backgroundColor == 'rgb(0, 128, 0)') OK 9 EXPECTED (getComputedStyle(cNode).backgroundColor == 'rgb(0, 128, 0)') OK
10 EXPECTED (getComputedStyle(iNode).backgroundColor == 'rgb(255, 0, 0)') OK 10 EXPECTED (getComputedStyle(iNode).backgroundColor == 'rgb(255, 0, 0)') OK
11 EXPECTED (internals.updateStyleAndReturnAffectedElementCount() == '1') OK 11 EXPECTED (internals.updateStyleAndReturnAffectedElementCount() == '1') OK
12 EXPECTED (getComputedStyle(iNode).backgroundColor == 'rgb(0, 128, 0)') OK 12 EXPECTED (getComputedStyle(iNode).backgroundColor == 'rgb(0, 128, 0)') OK
13 EXPECTED (getComputedStyle(bNode).backgroundColor == 'rgb(255, 0, 0)') OK 13 EXPECTED (getComputedStyle(bNode).backgroundColor == 'rgb(255, 0, 0)') OK
14 EXPECTED (internals.updateStyleAndReturnAffectedElementCount() == '1') OK 14 EXPECTED (internals.updateStyleAndReturnAffectedElementCount() == '1') OK
15 EXPECTED (getComputedStyle(bNode).backgroundColor == 'rgb(0, 128, 0)') OK 15 EXPECTED (getComputedStyle(bNode).backgroundColor == 'rgb(0, 128, 0)') OK
16 END OF TEST 16 END OF TEST
17 17
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698