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

Unified Diff: LayoutTests/media/track/track-cue-rendering-rtl.html

Issue 81133002: Fix BiDi paragraph embedding level resolution for VTTCue (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Rebase after code movements Created 7 years, 1 month 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 side-by-side diff with in-line comments
Download patch
Index: LayoutTests/media/track/track-cue-rendering-rtl.html
diff --git a/LayoutTests/media/track/track-cue-rendering-rtl.html b/LayoutTests/media/track/track-cue-rendering-rtl.html
index 54873017bc980758462005383a3c6cd3ea0ca975..4606946f60fa9f743f6fac118f28ed3ee9af6996 100644
--- a/LayoutTests/media/track/track-cue-rendering-rtl.html
+++ b/LayoutTests/media/track/track-cue-rendering-rtl.html
@@ -19,7 +19,9 @@
"تجربة\nLTR new line, but cue should be RTL",
"LTR cue تجربة",
";1234تجربة",
- "\t०१२३४५६७८९ \t"];
+ "\t०१२३४५६७८९ \t",
+ "𐡘 (Imperial Aramaic number one, U+10858) strong RTL, non-BMP",
+ "𝅘𝅥 (Musical symbol quarter note, U+1D15F) strong LTR, non-BMP"];
function testCueStyle()
{
« no previous file with comments | « LayoutTests/media/track/captions-webvtt/captions-rtl.vtt ('k') | LayoutTests/media/track/track-cue-rendering-rtl-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698