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

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: eae review: add </td> and </tr> to tests 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</td>
6 <td><p dir="rtl" style="width:100px">&#x10B15;a</p></td>
7 <td><p dir="rtl" style="width:100px"><bdo dir="rtl">&#x10B15;a</bdo></p></td >
8 </tr>
9 <tr>
10 <td>Old Turkic</td>
11 <td><p dir="rtl" style="width:100px">&#x10C00;a</p></td>
12 <td><p dir="rtl" style="width:100px"><bdo dir="rtl">&#x10C00;a</bdo></p></td >
13 </tr>
14 <tr>
15 <td>Old Turkic in middle</td>
16 <td><p dir="rtl" style="width:100px">b&#x10C00;c</p></td>
17 <td><p dir="rtl" style="width:100px"><bdo dir="rtl">b&#x10C00;c</bdo></p></t d>
18 </tr>
19 </table>
20 </body>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698