diff options
| author | Carl Hetherington <cth@carlh.net> | 2012-08-21 15:42:04 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2012-08-21 15:42:04 +0100 |
| commit | bab8eafbb60f2d16e68a337b2cb2fd9eccaec654 (patch) | |
| tree | f118052e14686dcb8fb6398eccbaf7bb070d4248 /test/ref | |
| parent | 8409171ec7d749a2426cca57cf6edd6714dc497d (diff) | |
Partial; better tests for subs.
Diffstat (limited to 'test/ref')
| -rw-r--r-- | test/ref/subs.xml | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/test/ref/subs.xml b/test/ref/subs.xml index 6afeefb3..399c2a57 100644 --- a/test/ref/subs.xml +++ b/test/ref/subs.xml @@ -9,10 +9,12 @@ <Subtitle SpotNumber="1" TimeIn="00:00:05:198" TimeOut="00:00:07:115" FadeUpTime="1" FadeDownTime="1"> <Text VAlign="bottom" VPosition="15.0">My jacket was Idi Amin's</Text> </Subtitle> - <Subtitle SpotNumber="2" TimeIn="00:00:07:177" TimeOut="00:00:11:031" FadeUpTime="1" FadeDownTime="1"> - <Text VAlign="bottom" VPosition="21.0">My corset was H.M. The Queen's</Text> - <Text VAlign="bottom" VPosition="15.0">My large wonderbra</Text> - </Subtitle> + <Font Italic="yes"> + <Subtitle SpotNumber="2" TimeIn="00:00:07:177" TimeOut="00:00:11:031" FadeUpTime="1" FadeDownTime="1"> + <Text VAlign="bottom" VPosition="21.0">My corset was H.M. The Queen's</Text> + <Text VAlign="bottom" VPosition="15.0">My large wonderbra</Text> + </Subtitle> + </Font> <Subtitle SpotNumber="3" TimeIn="00:00:11:094" TimeOut="00:00:13:063" FadeUpTime="1" FadeDownTime="1"> <Text VAlign="bottom" VPosition="15.0">Once belonged to the Shah</Text> </Subtitle> |
