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

Side by Side Diff: LayoutTests/css2.1/t1202-counter-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
« no previous file with comments | « no previous file | LayoutTests/css2.1/t1202-counters-09-b-expected.html » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
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-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; }
12
13
14 #test { counter-reset: c; }
15 #test span { counter-increment: c; }
16 #test span:before { content: counter(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
« no previous file with comments | « no previous file | LayoutTests/css2.1/t1202-counters-09-b-expected.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698