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

Unified Diff: LayoutTests/fast/text/international/bidi-word-spacing-rtl.html

Issue 343443002: Word spacing in RTL for segments (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Added antialiased test in test expectaions Created 6 years, 6 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
Index: LayoutTests/fast/text/international/bidi-word-spacing-rtl.html
diff --git a/LayoutTests/fast/text/international/bidi-word-spacing-rtl.html b/LayoutTests/fast/text/international/bidi-word-spacing-rtl.html
new file mode 100644
index 0000000000000000000000000000000000000000..36ad8fcb6b5982bfc792e2b93d25cd45c03d0d45
--- /dev/null
+++ b/LayoutTests/fast/text/international/bidi-word-spacing-rtl.html
@@ -0,0 +1,17 @@
+<!DOCTYPE html>
+<style>
+body {
+ font-size: 40px;
+}
+div {
+ margin: 10px 300px;
+ border: thin solid black;
+}
+</style>
+<div dir="rtl">!<span style="word-spacing:100px" dir="rtl"> @</span> </div>
+<div dir="rtl">!<span style="word-spacing:100px"> </span>@ </div>
+<div dir="rtl"><span style="word-spacing:100px">! </span>@ </div>
+<div dir="rtl">!<span style="word-spacing:100px"> </span>@ &rlm;</div>
+<div dir="rtl">!<span style="word-spacing:100px"> </span>@</div>
+<div dir="ltr" style="text-align:right">@<span style="word-spacing:100px"> </span>! </div>
+
« no previous file with comments | « LayoutTests/TestExpectations ('k') | LayoutTests/platform/linux/fast/text/international/bidi-word-spacing-rtl-expected.png » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698