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

Side by Side Diff: LayoutTests/fast/lists/w3-css3-list-styles-fallback-style.html

Issue 1194053002: Use the same range for upper/lower-armenian as armenian (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 6 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
« no previous file with comments | « no previous file | LayoutTests/fast/lists/w3-css3-list-styles-fallback-style-expected.txt » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <!DOCTYPE html> 1 <!DOCTYPE html>
2 <html> 2 <html>
3 <head> 3 <head>
4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> 4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
5 <link rel="stylesheet" href="resources/w3-css3-list-styles-alphabetic.css" t ype="text/css" charset="utf-8" /> 5 <link rel="stylesheet" href="resources/w3-css3-list-styles-alphabetic.css" t ype="text/css" charset="utf-8" />
6 <style> 6 <style>
7 .test ol { float: left; padding-right: 20px; } 7 .test ol { float: left; padding-right: 20px; }
8 .test h2 { clear: left; } 8 .test h2 { clear: left; }
9 hr { clear: left;} 9 hr { clear: left;}
10 hr + h2 { color: blue; } 10 hr + h2 { color: blue; }
(...skipping 135 matching lines...) Expand 10 before | Expand all | Expand 10 after
146 <li>1</li> 146 <li>1</li>
147 </ol> 147 </ol>
148 </div> 148 </div>
149 <div class="test"> 149 <div class="test">
150 <h2>lower-armenian</h2> 150 <h2>lower-armenian</h2>
151 <ol class="lower-armenian" start="-1"> 151 <ol class="lower-armenian" start="-1">
152 <li>-1</li> 152 <li>-1</li>
153 <li>0</li> 153 <li>0</li>
154 <li>&#x0561;</li> 154 <li>&#x0561;</li>
155 </ol> 155 </ol>
156 <ol class="lower-armenian" start="99999999">
157 <li>&#1412;&#770;&#1403;&#770;&#1394;&#770;&#1385;&#770;&#1412;&#140 3;&#1394;&#1385;</li>
158 <li>100000000</li>
159 </ol>
156 </div> 160 </div>
157 <div class="test"> 161 <div class="test">
158 <h2>lower-roman</h2> 162 <h2>lower-roman</h2>
159 <ol class="lower-roman" start="-1"> 163 <ol class="lower-roman" start="-1">
160 <li>-1</li> 164 <li>-1</li>
161 <li>0</li> 165 <li>0</li>
162 <li>i</li> 166 <li>i</li>
163 </ol> 167 </ol>
164 </div> 168 </div>
165 <div class="test"> 169 <div class="test">
(...skipping 50 matching lines...) Expand 10 before | Expand all | Expand 10 after
216 <li>1</li> 220 <li>1</li>
217 </ol> 221 </ol>
218 </div> 222 </div>
219 <div class="test"> 223 <div class="test">
220 <h2>upper-armenian</h2> 224 <h2>upper-armenian</h2>
221 <ol class="upper-armenian" start="-1"> 225 <ol class="upper-armenian" start="-1">
222 <li>-1</li> 226 <li>-1</li>
223 <li>0</li> 227 <li>0</li>
224 <li>&#x0531;</li> 228 <li>&#x0531;</li>
225 </ol> 229 </ol>
230 <ol class="upper-armenian" start="99999999">
231 <li>&#x554;&#x302;&#x54B;&#x302;&#x542;&#x302;&#x539;&#x302;&#x554;& #x54B;&#x542;&#x539;</li>
232 <li>100000000</li>
233 </ol>
226 </div> 234 </div>
227 <div class="test"> 235 <div class="test">
228 <h2>upper-roman</h2> 236 <h2>upper-roman</h2>
229 <ol class="upper-roman" start="-1"> 237 <ol class="upper-roman" start="-1">
230 <li>-1</li> 238 <li>-1</li>
231 <li>0</li> 239 <li>0</li>
232 <li>I</li> 240 <li>I</li>
233 </ol> 241 </ol>
234 </div> 242 </div>
235 <hr/> 243 <hr/>
(...skipping 143 matching lines...) Expand 10 before | Expand all | Expand 10 after
379 <div class="test"> 387 <div class="test">
380 <h2>upper-latin</h2> 388 <h2>upper-latin</h2>
381 <ol class="upper-latin" start="-1"> 389 <ol class="upper-latin" start="-1">
382 <li>-1</li> 390 <li>-1</li>
383 <li>0</li> 391 <li>0</li>
384 <li>&#x0041;</li> 392 <li>&#x0041;</li>
385 </ol> 393 </ol>
386 </div> 394 </div>
387 </body> 395 </body>
388 </html> 396 </html>
OLDNEW
« no previous file with comments | « no previous file | LayoutTests/fast/lists/w3-css3-list-styles-fallback-style-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698