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

Side by Side Diff: LayoutTests/fast/text/international/bidi-european-terminators.html

Issue 249723003: Remove main frame overflow from some non-scrollbar tests (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Windows expectations Created 6 years, 8 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
1 <html> 1 <html>
2 <head> 2 <head>
3 <title></title> 3 <title></title>
4 </head> 4 </head>
5 <body> 5 <body style="overflow: hidden">
6 <p> 6 <p>
7 This tests for <i>http://bugzilla.opendarwin.org/show_bug.cgi?id=6014 7 This tests for <i>http://bugzilla.opendarwin.org/show_bug.cgi?id=6014
8 Bidi algorithm: incorrect resolved levels for neutrals between R and ET ON 8 Bidi algorithm: incorrect resolved levels for neutrals between R and ET ON
9 L</i>. 9 L</i>.
10 </p> 10 </p>
11 <p> 11 <p>
12 The characters &#x05d0; and &#x05d1; are of type R; ^ and @ 12 The characters &#x05d0; and &#x05d1; are of type R; ^ and @
13 are of type ON; $ and % are of type ET; a is of type L; 1 is of type EN. In 13 are of type ON; $ and % are of type ET; a is of type L; 1 is of type EN. In
14 each of the following pairs, the two lines should be identical to each other. 14 each of the following pairs, the two lines should be identical to each other.
15 </p> 15 </p>
(...skipping 10 matching lines...) Expand all
26 <p style="direction: rtl; text-align: left;">&#x05d0; ^ @ $% a</p> 26 <p style="direction: rtl; text-align: left;">&#x05d0; ^ @ $% a</p>
27 <bdo dir="ltr">a %$ @ ^ &#x05d0;</bdo> 27 <bdo dir="ltr">a %$ @ ^ &#x05d0;</bdo>
28 <hr> 28 <hr>
29 <p style="direction: rtl; text-align: left;">&#x05d0; ^ @ $% &#x05d1;</p> 29 <p style="direction: rtl; text-align: left;">&#x05d0; ^ @ $% &#x05d1;</p>
30 <bdo dir="ltr">&#x05d1; %$ @ ^ &#x05d0;</bdo> 30 <bdo dir="ltr">&#x05d1; %$ @ ^ &#x05d0;</bdo>
31 <hr> 31 <hr>
32 <p style="direction: rtl; text-align: left;">&#x05d0; ^ @ $%1</p> 32 <p style="direction: rtl; text-align: left;">&#x05d0; ^ @ $%1</p>
33 <bdo dir="ltr">$%1 @ ^ &#x05d0;</bdo> 33 <bdo dir="ltr">$%1 @ ^ &#x05d0;</bdo>
34 </body> 34 </body>
35 </html> 35 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698