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

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

Issue 25798003: Enable WebVTT regions for runtime testing, updated tests and minor fixes (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebased Created 7 years, 2 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 | Annotate | Revision Log
OLDNEW
1 Tests the regionId attribute of a cue. 1 Tests the regionId attribute of a cue.
2 2
3 undefined FAIL 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
4 END OF TEST 16 END OF TEST
5 17
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698