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

Side by Side Diff: third_party/WebKit/LayoutTests/media/track/track-css-property-whitelist-expected.txt

Issue 1882583002: Convert 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
OLDNEW
(Empty)
1 This should display inline
2 EVENT(canplaythrough)
3 EVENT(seeked)
4
5
6 Test that only allowed for the ::cue pseudo-element properties are applied to We bVTT node objects.
7 EXPECTED (getComputedStyle(cueNode).color == 'rgb(255, 0, 0)') OK
8 EXPECTED (getComputedStyle(cueNode).padding == '0px') OK
9 EXPECTED (getComputedStyle(cueNode).wordSpacing == '0px') OK
10 EXPECTED (getComputedStyle(cueNode).color == 'rgb(255, 0, 0)') OK
11 EXPECTED (getComputedStyle(cueNode).padding == '0px') OK
12 EXPECTED (getComputedStyle(cueNode).wordSpacing == '0px') OK
13 EXPECTED (getComputedStyle(cueNode).color == 'rgb(255, 0, 0)') OK
14 EXPECTED (getComputedStyle(cueNode).padding == '0px') OK
15 EXPECTED (getComputedStyle(cueNode).wordSpacing == '0px') OK
16
17 Test that filtering doesn't apply to elements which class equals 'cue' outside W ebVTT scope.
18 EXPECTED (getComputedStyle(cueNode).display == 'inline') OK
19 END OF TEST
20
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698