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

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

Issue 14631011: Update TestExpectations entries for previously skipped tests. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 7 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 3 undefined FAIL
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 4 END OF TEST
17 5
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698