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

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

Issue 1856383002: Convert css cue track tests from video-test.js to testharness.js based (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Address review comments Created 4 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 unified diff | Download patch
« no previous file with comments | « third_party/WebKit/LayoutTests/media/track/cue-style-invalidation.html ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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() == '8') 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() == '1') 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() == '1') 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() == '1') OK
15 EXPECTED (getComputedStyle(bNode).backgroundColor == 'rgb(0, 128, 0)') OK
16 END OF TEST
17
OLDNEW
« no previous file with comments | « third_party/WebKit/LayoutTests/media/track/cue-style-invalidation.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698