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

Side by Side Diff: third_party/WebKit/LayoutTests/fast/text/international/bidi-surrogate-pair.html

Issue 2473863003: Fix BiDi directionality for surrogate pair characters (Closed)
Patch Set: Rebaseline svg/text/surrogate-pair-queries.html Created 4 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 unified diff | Download patch
OLDNEW
(Empty)
1 <!DOCTYPE html>
2 <body>
3 <table>
4 <tr>
5 <td>Avestan
eae 2016/11/03 16:01:10 You might want to close the <td> and <tr> tags...
kojii 2016/11/04 01:26:59 Done.
6 <td><p dir="rtl" style="width:100px">&#x10B15;a</p>
7 <td><p dir="rtl" style="width:100px"><bdo dir="rtl">&#x10B15;a</bdo></p>
8 <tr>
9 <td>Old Turkic
10 <td><p dir="rtl" style="width:100px">&#x10C00;a</p>
11 <td><p dir="rtl" style="width:100px"><bdo dir="rtl">&#x10C00;a</bdo></p>
12 <tr>
13 <td>Old Turkic in middle
14 <td><p dir="rtl" style="width:100px">b&#x10C00;c</p>
15 <td><p dir="rtl" style="width:100px"><bdo dir="rtl">b&#x10C00;c</bdo></p>
16 </table>
17 </body>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698