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

Side by Side Diff: LayoutTests/css2.1/t1202-counters-09-b-expected.html

Issue 857423003: Convert two counter tests into reftests (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Retry Created 5 years, 11 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
(Empty)
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN">
2 <html>
3 <head>
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">
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 ">
8 <meta http-equiv="Content-Style-Type" content="text/css"></meta>
9 <style type="text/css">
10
11 body { white-space: nowrap; overflow: hidden; }
12
13
14 body, #test span:first-child { counter-reset: c; }
15 p, #test span { counter-increment: c; }
16 #test span:before { content: counters(c, ".", georgian); }
17
18 </style>
19 </head>
20 <body>
21
22 <p>The following two lines should look the same:</p>
23
24 <div id="test">
25 ა.ა
26 ა.ბ
27 ა.გ
28 ა.დ
29 ა.ე
30 ა.ვ
31 ა.ზ
32 ა.ჱ
33 ა.თ
34 ა.ი
35 ა.ია
36 ა.იბ
37 ა.კ
38 ა.ლ
39 ა.მ
40 ა.ნ
41 ა.ჲ
42 ა.ო
43 ა.პ
44 ა.ჟ
45 ა.რ
46 ა.ს
47 ა.ტ
48 ა.ჳ
49 ა.ფ
50 ა.ქ
51 ა.ღ
52 ა.ყ
53 ა.შ
54 ა.ჩ
55 ა.ც
56 ა.ძ
57 ა.წ
58 ა.ჭ
59 ა.ხ
60 ა.ჴ
61 ა.ჯ
62 ა.ჰ
63 ა.ჵ
64 ა.ჵჰშჟთ
65 </div>
66
67 <div>
68 ა.ა
69 ა.ბ
70 ა.გ
71 ა.დ
72 ა.ე
73 ა.ვ
74 ა.ზ
75 ა.ჱ
76 ა.თ
77 ა.ი
78 ა.ია
79 ა.იბ
80 ა.კ
81 ა.ლ
82 ა.მ
83 ა.ნ
84 ა.ჲ
85 ა.ო
86 ა.პ
87 ა.ჟ
88 ა.რ
89 ა.ს
90 ა.ტ
91 ა.ჳ
92 ა.ფ
93 ა.ქ
94 ა.ღ
95 ა.ყ
96 ა.შ
97 ა.ჩ
98 ა.ც
99 ა.ძ
100 ა.წ
101 ა.ჭ
102 ა.ხ
103 ა.ჴ
104 ა.ჯ
105 ა.ჰ
106 ა.ჵ
107 ა.ჵჰშჟთ
108 </div>
109
110 </body>
111 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698