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

Side by Side Diff: LayoutTests/media/track/cue-style-invalidation-expected.txt

Issue 684993007: Support style invalidation for ::cue selectors. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 1 month 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
(Empty)
1 Check that descendant style invalidation works with ::cue selectors.
2 EVENT(canplaythrough)
3 EVENT(seeked)
4 EXPECTED (getComputedStyle(cueNode).backgroundColor == 'rgb(255, 0, 0)') OK
5 EXPECTED (internals.updateStyleAndReturnAffectedElementCount() == '9') OK
6 EXPECTED (getComputedStyle(cueNode).backgroundColor == 'rgb(0, 128, 0)') OK
7 EXPECTED (getComputedStyle(cNode).backgroundColor == 'rgb(255, 0, 0)') OK
8 EXPECTED (internals.updateStyleAndReturnAffectedElementCount() == '2') OK
9 EXPECTED (getComputedStyle(cNode).backgroundColor == 'rgb(0, 128, 0)') OK
10 EXPECTED (getComputedStyle(iNode).backgroundColor == 'rgb(255, 0, 0)') OK
11 EXPECTED (internals.updateStyleAndReturnAffectedElementCount() == '2') OK
12 EXPECTED (getComputedStyle(iNode).backgroundColor == 'rgb(0, 128, 0)') OK
13 EXPECTED (getComputedStyle(bNode).backgroundColor == 'rgb(255, 0, 0)') OK
14 EXPECTED (internals.updateStyleAndReturnAffectedElementCount() == '2') OK
15 EXPECTED (getComputedStyle(bNode).backgroundColor == 'rgb(0, 128, 0)') OK
16 END OF TEST
17
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698