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

Side by Side Diff: LayoutTests/css2.1/t1202-counters-09-b.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 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"> 1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN">
2 <html> 2 <html>
3 <head> 3 <head>
4 <title>CSS 2.1 Test Suite: content: counters(c, &quot;.", georgian)</title> 4 <title>CSS 2.1 Test Suite: content: counters(c, &quot;.", georgian)</title>
5 <link rel="help" href="http://www.w3.org/TR/CSS21/generate.html#propdef-conten t"> 5 <link rel="help" href="http://www.w3.org/TR/CSS21/generate.html#propdef-conten t">
6 <link rel="help" href="http://www.w3.org/TR/CSS21/syndata.html#counter"> 6 <link rel="help" href="http://www.w3.org/TR/CSS21/syndata.html#counter">
7 <link rel="help" href="http://www.w3.org/TR/CSS21/generate.html#counter-styles "> 7 <link rel="help" href="http://www.w3.org/TR/CSS21/generate.html#counter-styles ">
8 <meta http-equiv="Content-Style-Type" content="text/css"></meta> 8 <meta http-equiv="Content-Style-Type" content="text/css"></meta>
9 <style type="text/css"> 9 <style type="text/css">
10 10
11 body { white-space: nowrap; } 11 body { white-space: nowrap; overflow: hidden; }
12 12
13 13
14 body, #test span:first-child { counter-reset: c; } 14 body, #test span:first-child { counter-reset: c; }
15 p, #test span { counter-increment: c; } 15 p, #test span { counter-increment: c; }
16 #test span:before { content: counters(c, ".", georgian); } 16 #test span:before { content: counters(c, ".", georgian); }
17 17
18 </style> 18 </style>
19 </head> 19 </head>
20 <body> 20 <body>
21 21
(...skipping 79 matching lines...) Expand 10 before | Expand all | Expand 10 after
101 ა.ჭ 101 ა.ჭ
102 ა.ხ 102 ა.ხ
103 ა.ჴ 103 ა.ჴ
104 ა.ჯ 104 ა.ჯ
105 ა.ჰ 105 ა.ჰ
106 ა.ჵ 106 ა.ჵ
107 ა.ჵჰშჟთ 107 ა.ჵჰშჟთ
108 </div> 108 </div>
109 109
110 </body> 110 </body>
111 </html> 111 </html>
OLDNEW
« no previous file with comments | « LayoutTests/css2.1/t1202-counters-08-b.html ('k') | LayoutTests/css2.1/t1508-c527-font-07-b.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698