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

Unified 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 side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/LayoutTests/fast/text/international/bidi-surrogate-pair.html
diff --git a/third_party/WebKit/LayoutTests/fast/text/international/bidi-surrogate-pair.html b/third_party/WebKit/LayoutTests/fast/text/international/bidi-surrogate-pair.html
new file mode 100644
index 0000000000000000000000000000000000000000..84af01a0d0e2ea7e407bb1edc941b3fa4c3195b8
--- /dev/null
+++ b/third_party/WebKit/LayoutTests/fast/text/international/bidi-surrogate-pair.html
@@ -0,0 +1,20 @@
+<!DOCTYPE html>
+<body>
+<table>
+ <tr>
+ <td>Avestan</td>
+ <td><p dir="rtl" style="width:100px">&#x10B15;a</p></td>
+ <td><p dir="rtl" style="width:100px"><bdo dir="rtl">&#x10B15;a</bdo></p></td>
+ </tr>
+ <tr>
+ <td>Old Turkic</td>
+ <td><p dir="rtl" style="width:100px">&#x10C00;a</p></td>
+ <td><p dir="rtl" style="width:100px"><bdo dir="rtl">&#x10C00;a</bdo></p></td>
+ </tr>
+ <tr>
+ <td>Old Turkic in middle</td>
+ <td><p dir="rtl" style="width:100px">b&#x10C00;c</p></td>
+ <td><p dir="rtl" style="width:100px"><bdo dir="rtl">b&#x10C00;c</bdo></p></td>
+ </tr>
+</table>
+</body>

Powered by Google App Engine
This is Rietveld 408576698