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

Side by Side Diff: LayoutTests/css2.1/t1202-counters-08-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;.", upper-roman)</title> 4 <title>CSS 2.1 Test Suite: content: counters(c, &quot;.", upper-roman)</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, ".", upper-roman); } 16 #test span:before { content: counters(c, ".", upper-roman); }
17 17
18 </style> 18 </style>
19 </head> 19 </head>
20 <body> 20 <body>
21 21
(...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after
59 I.XLIX 59 I.XLIX
60 I.L 60 I.L
61 I.CCCLXXXIX 61 I.CCCLXXXIX
62 I.CCCXC 62 I.CCCXC
63 I.MMMCDLXXXIX 63 I.MMMCDLXXXIX
64 I.MMMCDXC 64 I.MMMCDXC
65 I.MMMCDXCI 65 I.MMMCDXCI
66 </div> 66 </div>
67 67
68 </body> 68 </body>
69 </html> 69 </html>
OLDNEW
« no previous file with comments | « LayoutTests/css2.1/t0905-c5526-fltclr-00-c-ag.html ('k') | LayoutTests/css2.1/t1202-counters-09-b.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698