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

Side by Side Diff: LayoutTests/fast/text/international/bdo-bidi-width.html

Issue 197883020: Fix handling of bidirectional override (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 9 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 | Annotate | Revision Log
OLDNEW
(Empty)
1 <!DOCTYPE html>
2 <html>
3 <head>
4 <meta charset="utf-8">
5 <style>
6 #test {
7 background: silver;
8 padding: 15px;
9 width: 30ex;
10 }
11 #test > div {
12 font-size: 3em;
13 background: white;
14 display: inline-block;
15 }
16 .highlight {
17 position: absolute;
18 border: 10px solid silver;
19 }
20
21 </style>
22 </head>
23 <body>
24 <section id="test">
25 <div>ااااا<bdo>کبند</bdo></div><br><br>
26 <div><bdo>کبند</bdo></div><br><br>
27 <div><bdo>کبند کبند</bdo></div><br><br>
28 <div>ااااا<bdo dir="ltr">کبند</bdo></div><br><br>
29 <div>ااااا<bdo dir="rtl">کبند</bdo></div><br><br>
30 <div>ااااا<bdo dir="auto">کبند</bdo></div>
31 </section>
32 <section>
33 <p>
34 Tests handling of <code>bdo</code> tags. The white box
35 for each line above should fully contain the text and
36 characters should not be painted on top of other
37 characters.
38 </p>
39 </section>
40 </body>
41 </body>
OLDNEW
« no previous file with comments | « LayoutTests/TestExpectations ('k') | LayoutTests/fast/text/international/bdo-bidi-width-expected.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698