Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / css2.1 / t1202-counter-09-b-expected.html
blobf3b9992735144ae6d47341065391b34e9c117ae1
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN">
2 <html>
3 <head>
4 <title>CSS 2.1 Test Suite: content: counter(c, georgian)</title>
5 <link rel="help" href="http://www.w3.org/TR/CSS21/generate.html#propdef-content">
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">
11 body { white-space: nowrap; }
14 #test { counter-reset: c; }
15 #test span { counter-increment: c; }
16 #test span:before { content: counter(c, georgian); }
18 </style>
19 </head>
20 <body>
22 <p>The following two lines should look the same:</p>
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>
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
107 ჵჰშჟთ
108 </div>
110 </body>
111 </html>