media/testdata/src/test/assets/webvtt
ibaker 767b29f159 Implement the rest of WebVTT's line computation
Steps 4-10 of https://www.w3.org/TR/webvtt1/#cue-computed-line

This part is harder to fit into our code structure because it depends on
how many cues are simultaneously visible - so it has to go in
WebvttSubtitle not WebvttCueParser (which only deals with individual
cues in isolation).

This removes the `isNormal()` method that was trying to approximate
the correct behaviour.

PiperOrigin-RevId: 309021686
2020-05-01 19:47:23 +01:00
..
empty Move assets from core to testdata module 2020-02-11 17:12:13 +00:00
typical Move assets from core to testdata module 2020-02-11 17:12:13 +00:00
typical_with_bad_timestamps Move assets from core to testdata module 2020-02-11 17:12:13 +00:00
typical_with_comments Move assets from core to testdata module 2020-02-11 17:12:13 +00:00
typical_with_identifiers Move assets from core to testdata module 2020-02-11 17:12:13 +00:00
with_bad_cue_header Move assets from core to testdata module 2020-02-11 17:12:13 +00:00
with_bom Move assets from core to testdata module 2020-02-11 17:12:13 +00:00
with_css_complex_selectors Move assets from core to testdata module 2020-02-11 17:12:13 +00:00
with_css_styles Move assets from core to testdata module 2020-02-11 17:12:13 +00:00
with_css_text_combine_upright Move assets from core to testdata module 2020-02-11 17:12:13 +00:00
with_overlapping_timestamps Implement the rest of WebVTT's line computation 2020-05-01 19:47:23 +01:00
with_positioning Update WebVttCueParser to parse position alignment values 2020-04-20 13:29:44 +01:00
with_tags Move assets from core to testdata module 2020-02-11 17:12:13 +00:00
with_vertical Move assets from core to testdata module 2020-02-11 17:12:13 +00:00