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

Side by Side Diff: third_party/WebKit/LayoutTests/imported/csswg-test/css-writing-modes-3/bidi-isolate-override-011-expected.html

Issue 2104493003: Import csswg-test@0589ea025a684e31742740ca3b599230bcc25e5d (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Update TestExpectations, delete background Created 4 years, 5 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
1 <!DOCTYPE html> 1 <!DOCTYPE html>
2 <html lang="en"> 2 <html lang="en">
3 <head> 3 <head>
4 <meta charset="utf-8"/> 4 <meta charset="utf-8"/>
5 <title>direction/unicode-bidi: direction alone and inherited, isolate-override</ title> 5 <title>direction/unicode-bidi: direction alone and inherited, isolate-override</ title>
6 6
7 <link rel="author" title="Richard Ishida" href='mailto:ishida@w3.org'/> 7 <link rel="author" title="Richard Ishida" href='mailto:ishida@w3.org'/>
8 <style type="text/css"> 8 <style type="text/css">
9 .test b { direction: rtl; font-weight: normal; } 9 .test b { direction: rtl; font-weight: normal; }
10 .test span { unicode-bidi: isolate-override; } 10 .test span { unicode-bidi: isolate-override; }
11 11
12 /* the following styles are not part of the test */ 12 /* the following styles are not part of the test */
13 .test, .ref { font-size: 150%; border: 1px solid orange; margin: 10px; width: 15 em; padding: 5px; clear: both; } 13 .test, .ref { font-size: 150%; border: 1px solid orange; margin: 10px; width: 15 em; padding: 5px; clear: both; }
14 input { margin: 5px; } 14 input { margin: 5px; }
15 @font-face { 15 @font-face {
16 font-family: 'ezra_silregular'; 16 font-family: 'ezra_silregular';
17 src: url('support/sileot-webfont.woff') format('woff'); 17 src: url('support/sileot-webfont.woff') format('woff');
18 font-weight: normal; 18 font-weight: normal;
19 font-style: normal; 19 font-style: normal;
20 } 20 }
21 .test, .ref { font-family: ezra_silregular, serif; } 21 .test, .ref { font-family: ezra_silregular, serif; }
22 </style> 22 </style>
23 </head> 23 </head>
24 <body> 24 <body>
25 <p class="instructions" dir="ltr" style="display:none">Test passes if the two bo xes are identical.</p> 25 <p class="instructions" dir="ltr">Test passes if the two boxes are identical.</p >
26 26
27 27
28 <!-- Notes: 28 <!--Notes:
29 Key to entities used below: 29 Key to entities used below:
30 &#x5d0; ... &#x5d5; - The first six Hebrew letters (strongly RTL). 30 &#x5d0; ... &#x5d5; - The first six Hebrew letters (strongly RTL).
31 &#x202d; - The LRO (left-to-right-isolate-override) formatting character . 31 &#x202d; - The LRO (left-to-right-isolate-override) formatting character .
32 &#x202c; - The PDF (pop directional formatting) formatting character; cl oses LRO. 32 &#x202c; - The PDF (pop directional formatting) formatting character; cl oses LRO.
33 --> 33 -->
34 34
35 35
36 36
37 <div class="ref" dir="ltr">&#x202d;&gt; a &gt; &#x5d2;&#x5d1; &lt; cb &gt; d &gt ;&#x202c;</div> 37 <div class="ref" dir="ltr">&#x202d;&gt; a &gt; &#x5d2;&#x5d1; &lt; cb &gt; d &gt ;&#x202c;</div>
38 38
39 39
40 <div class="ref" dir="ltr">&#x202d;&gt; a &gt; &#x5d2;&#x5d1; &lt; cb &gt; d &gt ;&#x202c;</div> 40 <div class="ref" dir="ltr">&#x202d;&gt; a &gt; &#x5d2;&#x5d1; &lt; cb &gt; d &gt ;&#x202c;</div>
41 41
42 42
43 43
44 44
45 45
46 46
47 </body></html> 47 </body></html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698