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

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

Powered by Google App Engine
This is Rietveld 408576698