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

Unified Diff: LayoutTests/fast/text/international/unicode-bidi-plaintext-line-wrap-expected.html

Issue 24998005: unicode-bidi: plaintext does not work properly when a line wraps (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 7 years, 3 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/unicode-bidi-plaintext-line-wrap-expected.html
diff --git a/LayoutTests/fast/text/international/unicode-bidi-plaintext-line-wrap-expected.html b/LayoutTests/fast/text/international/unicode-bidi-plaintext-line-wrap-expected.html
new file mode 100644
index 0000000000000000000000000000000000000000..366dd5db3f7885b351c940496d0298684d7d119d
--- /dev/null
+++ b/LayoutTests/fast/text/international/unicode-bidi-plaintext-line-wrap-expected.html
@@ -0,0 +1,33 @@
+<!DOCTYPE html>
+<html>
+ <head>
+ <meta charset="utf-8"/>
+ <link rel="help" href="http://dev.w3.org/csswg/css3-writing-modes/#unicode-bidi0" />
+ <style>
+ body {
+ font-size:2em;
+ text-align:left;
+ }
+ .ref {
+ border: medium solid gray;
+ padding: 10px;
+ width: 400px;
+ margin: 20px;
+ }
+ </style>
+ </head>
+ <body>
+ <div class="ref">
+ <span dir="rtl">==> ==> ==> ==> ==> ==> ==> ==> ==> &#x05D1; ==> ==> ==> ==> ==> ==> ==> ==> ==></span>
+ </div>
+ <div class="ref">
+ <span dir="rtl">==> ==> ==> ==> ==> ==> ==> ==> ==> &#x05D1; ==> ==> ==> ==> ==> ==> ==> ==> ==></span>
+ </div>
+ <div class="ref">
+ <span dir="rtl">==> ==> ==> ==> ==> ==> ==> ==> ==> &#x05D1; ==> ==> ==> ==> ==> ==> ==> ==> ==></span>
+ </div>
+ <div class="ref">
+ <span dir="ltr">==> ==> ==> ==> ==> ==> ==> ==> ==> A ==> ==> ==> ==> ==> ==> ==> ==> ==></span>
+ </div>
+ </body>
+</html>

Powered by Google App Engine
This is Rietveld 408576698