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

Side by Side Diff: third_party/WebKit/LayoutTests/media/track/regions-webvtt/text-track-cue-region-attribute-expected.txt

Issue 1854553003: Convert webvtt regions tests from video-test.js to testharness.js based (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Address more 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 Tests the regionId attribute of a cue.
2
3
4 ** Test the setter and getter through the JS API **
5 EXPECTED (cue.regionId == '') OK
6 EXPECTED (cue.regionId == 'someId') OK
7
8 ** Test parsing a region attribute of a cue **
9 EXPECTED (cue.regionId == 'someregionattributeid') OK
10
11 ** Test that region attribute is ignored if either line position or cue size are specified or writing direction is not horizontal **
12 EXPECTED (cue.regionId == '') OK
13 EXPECTED (cue.regionId == '') OK
14 EXPECTED (cue.regionId == '') OK
15
16 END OF TEST
17
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698