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

Side by Side Diff: LayoutTests/media/track/captions-webvtt/captions-rtl.vtt

Issue 747363003: Ignore <rt> children when determining WebVTT text direction (LTR/RTL) (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years 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
« no previous file with comments | « no previous file | LayoutTests/media/track/track-cue-rendering-rtl.html » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 WEBVTT 1 WEBVTT
2 Examples of RTL (odd-numbered ids) and LTR cues (even-numbered ids). 2 Examples of RTL (odd-numbered ids) and LTR cues (even-numbered ids).
3 3
4 1 4 1
5 00:00:00.000 --> 00:00:00.500 5 00:00:00.000 --> 00:00:00.500
6 تجربة 6 تجربة
7 7
8 2 8 2
9 00:00:00.500 --> 00:00:01.000 9 00:00:00.500 --> 00:00:01.000
10 1234 10 1234
(...skipping 15 matching lines...) Expand all
26 00:00:02.500 --> 00:00:03.000 26 00:00:02.500 --> 00:00:03.000
27 ०१२३४५६७८९ 27 ०१२३४५६७८९
28 28
29 7 29 7
30 00:00:03.000 --> 00:00:03.500 30 00:00:03.000 --> 00:00:03.500
31 𐡘 (Imperial Aramaic number one, U+10858) strong RTL, non-BMP 31 𐡘 (Imperial Aramaic number one, U+10858) strong RTL, non-BMP
32 32
33 8 33 8
34 00:00:03.500 --> 00:00:04.000 34 00:00:03.500 --> 00:00:04.000
35 𝅘𝅥 (Musical symbol quarter note, U+1D15F) strong LTR, non-BMP 35 𝅘𝅥 (Musical symbol quarter note, U+1D15F) strong LTR, non-BMP
36
37 9
38 00:00:04.000 --> 00:00:04.500
39 <ruby><rt>𝅘𝅥</rt>تجربة</ruby>
40
41 10
42 00:00:04.500 --> 00:00:05.000
43 <ruby>1234<rt>تجربة</rt></ruby>
OLDNEW
« no previous file with comments | « no previous file | LayoutTests/media/track/track-cue-rendering-rtl.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698