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

Side by Side Diff: LayoutTests/fast/text/international/unicode-bidi-plaintext-expected.html

Issue 23567004: Fix alignment for bidirectional text. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Trying Again 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 unified diff | Download patch
OLDNEW
(Empty)
1 <!DOCTYPE html>
2 <html>
3 <head>
4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
5 </head>
6 <body>
7 <div>This tests proper handling of unicode-bidi: plaintext. You should not see a ny red.</div>
8
9 <div dir=ltr>
10 !hello.<br>
11 <span dir=rtl>
12 !שלום.
13 </span><br>
14 <span dir=ltr>
15 hello, לוי!
16 </span><br>
17 <span dir=rtl>
18 שלום, WebKit!</span><br>
19 <pre>
20 a
21 (
22 !WebKit ,שלום
23 hello, לוי!
24 )
25 </pre>
26 </div>
27
28 </body>
29 </html>
OLDNEW
« no previous file with comments | « LayoutTests/TestExpectations ('k') | LayoutTests/fast/text/international/unicode-bidi-plaintext-in-textarea-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698