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

Side by Side Diff: third_party/WebKit/LayoutTests/fast/text/international/bidi-LDB-2-HTML.html

Issue 1463473002: Make unicode-bidi:isolate the default for elements with dir attributes (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: leviw review Created 5 years 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
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html4 0/strict.dtd"> 1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html4 0/strict.dtd">
2 <HTML><HEAD> 2 <HTML><HEAD>
3 <!-- 3 <!--
4 Based on http://dbaron.org/css/test/bidi2_html by Dave Baron, dbaron@dbaron.org 4 Based on http://dbaron.org/css/test/bidi2_html by Dave Baron, dbaron@dbaron.org
5 Copied with permission on 2005-09-10 5 Copied with permission on 2005-09-10
6 Modified with permission (rearranged to fit in 800x600 and changed to make more 6 Modified with permission (rearranged to fit in 800x600 and changed to make more
7 testcases have the same expected layout). 7 testcases have the same expected layout).
8 --> 8 -->
9 <TITLE>Bidirectional Text Test 2 - HTML</TITLE> 9 <TITLE>Bidirectional Text Test 2 - HTML</TITLE>
10 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> 10 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
(...skipping 11 matching lines...) Expand all
22 .rle { direction: rtl; unicode-bidi: embed; } 22 .rle { direction: rtl; unicode-bidi: embed; }
23 .lre { direction: ltr; unicode-bidi: embed; } 23 .lre { direction: ltr; unicode-bidi: embed; }
24 .rlo { direction: rtl; unicode-bidi: bidi-override; } 24 .rlo { direction: rtl; unicode-bidi: bidi-override; }
25 .lro { direction: ltr; unicode-bidi: bidi-override; } 25 .lro { direction: ltr; unicode-bidi: bidi-override; }
26 26
27 .embed { unicode-bidi: embed; } 27 .embed { unicode-bidi: embed; }
28 .override { unicode-bidi: bidi-override; } 28 .override { unicode-bidi: bidi-override; }
29 29
30 div.box { border:1px green solid; display:inline-block; padding:3px; margin:3px; vertical-align:middle; } 30 div.box { border:1px green solid; display:inline-block; padding:3px; margin:3px; vertical-align:middle; }
31 31
32 span[dir] { unicode-bidi: embed; }
32 </STYLE> 33 </STYLE>
33 </HEAD> 34 </HEAD>
34 <BODY> 35 <BODY>
35 <H1>Bidirectional Text Test 2 - HTML</H1> 36 <H1>Bidirectional Text Test 2 - HTML</H1>
36 37
37 <p>This test is based on <a 38 <p>This test is based on <a
38 href="http://www.w3.org/TR/REC-CSS2/visuren.html#direction">CSS2 section 39 href="http://www.w3.org/TR/REC-CSS2/visuren.html#direction">CSS2 section
39 9.10</a> and <a href="http://www.unicode.org/unicode/uni2book/ch03.pdf">Chapter 40 9.10</a> and <a href="http://www.unicode.org/unicode/uni2book/ch03.pdf">Chapter
40 3</a> of the <a href="http://www.unicode.org/unicode/uni2book/u2.html">Unicode 41 3</a> of the <a href="http://www.unicode.org/unicode/uni2book/u2.html">Unicode
41 Standard</a>.</p> 42 Standard</a>.</p>
(...skipping 58 matching lines...) Expand 10 before | Expand all | Expand 10 after
100 <!-- 101 <!--
101 <P><A HREF="http://validator.w3.org/check/referer" TITLE="W3C HTML Validator"><i mg src="../../images/vh40" ALT="Valid HTML 4.0!" height="31" width="88"></A></P> 102 <P><A HREF="http://validator.w3.org/check/referer" TITLE="W3C HTML Validator"><i mg src="../../images/vh40" ALT="Valid HTML 4.0!" height="31" width="88"></A></P>
102 --> 103 -->
103 <P>(Back to 104 <P>(Back to
104 <A HREF="./">CSS Testing Information</A>, 105 <A HREF="./">CSS Testing Information</A>,
105 <A HREF="../../">David Baron</A>) 106 <A HREF="../../">David Baron</A>)
106 <P><A HREF="/" TITLE="David Baron's Homepage">LDB</A>, 107 <P><A HREF="/" TITLE="David Baron's Homepage">LDB</A>,
107 <A rev="made" href="mailto:dbaron@dbaron.org" TITLE="Send e-mail to David Baron" >dbaron@dbaron.org</A>, 2001-06-05</P> 108 <A rev="made" href="mailto:dbaron@dbaron.org" TITLE="Send e-mail to David Baron" >dbaron@dbaron.org</A>, 2001-06-05</P>
108 <P>Modified and used with the author&rsquo;s permission.</P> 109 <P>Modified and used with the author&rsquo;s permission.</P>
109 </BODY></HTML> 110 </BODY></HTML>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698