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

Unified Diff: LayoutTests/fast/text/international/rtl-space-in-ltr-element.html

Issue 185123002: Init BidiResolver with Neutral directionality in RenderText (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: land Created 6 years, 10 months 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
« no previous file with comments | « no previous file | LayoutTests/fast/text/international/rtl-space-in-ltr-element-expected.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/fast/text/international/rtl-space-in-ltr-element.html
diff --git a/LayoutTests/fast/text/international/rtl-space-in-ltr-element.html b/LayoutTests/fast/text/international/rtl-space-in-ltr-element.html
new file mode 100644
index 0000000000000000000000000000000000000000..0b708bec04706b2618a96dfce8cebb262738622f
--- /dev/null
+++ b/LayoutTests/fast/text/international/rtl-space-in-ltr-element.html
@@ -0,0 +1,16 @@
+<!DOCTYPE html>
+<html>
+<head>
+ <meta charset="utf-8">
+ <style>
+ div { font-size: 64px; display: inline-block; border: 1px solid red; }
+ </style>
+</head>
+<body>
+ <div dir="ltr"><span>نه</span> با</div>
+ <div dir="rtl"><span>نه</span> با</div>
+ <p>
+ The two blocks above should be identical.
+ </p>
+</body>
+</html>
« no previous file with comments | « no previous file | LayoutTests/fast/text/international/rtl-space-in-ltr-element-expected.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698