summaryrefslogtreecommitdiffstats
path: root/layout/style/test/test_unclosed_parentheses.html
blob: 7e8052892c3acd2ee42a2c420be7f50f1775e124 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
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
66
67
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
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
<!DOCTYPE HTML>
<html>
<!--
https://bugzilla.mozilla.org/show_bug.cgi?id=575672
-->
<head>
  <title>Test for Bug 575672</title>
  <script src="/tests/SimpleTest/SimpleTest.js"></script>
  <style type="text/css" id="style"></style>
  <style type="text/css">
    #display { position: relative }
  </style>
  <link rel="stylesheet" type="text/css" href="/tests/SimpleTest/test.css"/>
</head>
<body>
<a target="_blank" href="https://bugzilla.mozilla.org/show_bug.cgi?id=575672">Mozilla Bug 575672</a>
<p id="display"></p>
<div id="content" style="display: none">
  
</div>
<pre id="test">
<script type="application/javascript">

/** Test for unclosed parentheses in CSS values. **/

// Each of the following semicolon-terminated @-rules should have a
// single missing ')' in the value.
var semirules = [
  "@import (",
  "@import url(",
  "@import url(foo",
  "@import url('foo'",
  "@import foo(",
];

// Each of the following declarations should have a single missing ')'
// in the value.
var declarations = [
  "content: url(",
  "content: url( ",
  "content: url(http://www.foo.com",
  "content: url('http://www.foo.com'",
  "content: foobar(",
  "content: foobar( ",
  "content: foobar(http://www.foo.com",
  "content: foobar('http://www.foo.com'",
  "color: url(",
  "color: url( ",
  "color: url(http://www.foo.com",
  "color: url('http://www.foo.com'",
  "background-image: linear-gradient(",
  "background-image: linear-gradient( ",
  "background-image: linear-gradient(to",
  "background-image: linear-gradient(to top",
  "background-image: linear-gradient(to top left",
  "background-image: linear-gradient(to top left,",
  "background-image: repeating-linear-gradient(to top left, red, blue",
  "background-image: linear-gradient(to top left, red, yellow, blue",
  "background-image: linear-gradient(to top left, red 1px, yellow 5px, blue 10px",
  "background-image: linear-gradient(to top left, red, yellow, rgb(0, 0, 255)",
  "background-image: linear-gradient(red, blue",
  "background-image: linear-gradient(red, yellow, blue",
  "background-image: linear-gradient(red 1px, yellow 5px, blue 10px",
  "background-image: linear-gradient(red, yellow, rgb(0, 0, 255)",
  "background-image: radial-gradient(",
  "background-image: radial-gradient( ",
  "background-image: radial-gradient(at",
  "background-image: radial-gradient(at ",
  "background-image: radial-gradient(at center",
  "background-image: radial-gradient(at center,",
  "background-image: radial-gradient(at center ",
  "background-image: radial-gradient(closest-corner",
  "background-image: radial-gradient(farthest-side ",
  "background-image: radial-gradient(closest-corner ellipse",
  "background-image: radial-gradient(farthest-side circle ",
  "background-image: radial-gradient(closest-corner ellipse at",
  "background-image: radial-gradient(farthest-side circle at ",
  "background-image: radial-gradient(closest-corner ellipse at center",
  "background-image: radial-gradient(farthest-side circle at center ",
  "background-image: radial-gradient(50px",
  "background-image: radial-gradient(50px,",
  "background-image: radial-gradient(50px ",
  "background-image: radial-gradient(50px at",
  "background-image: radial-gradient(50px at ",
  "background-image: radial-gradient(50px at center",
  "background-image: radial-gradient(50px at center ",
  "background-image: radial-gradient(50px at center,",
  "background-image: radial-gradient(50px 50px",
  "background-image: radial-gradient(50px 50px,",
  "background-image: radial-gradient(50px 50px ",
  "background-image: radial-gradient(50px 50px at",
  "background-image: radial-gradient(50px 50px at ",
  "background-image: radial-gradient(50px 50px at center",
  "background-image: radial-gradient(50px 50px at center ",
  "background-image: radial-gradient(50px 50px at center,",
  "background-image: radial-gradient(50px 50px at center, red, blue",
  "background-image: radial-gradient(ellipse at",
  "background-image: radial-gradient(ellipse at ",
  "background-image: radial-gradient(circle",
  "background-image: radial-gradient(circle ",
  "background-image: radial-gradient(circle closest-corner",
  "background-image: radial-gradient(circle farthest-side ",
  "background-image: radial-gradient(ellipse closest-corner at center",
  "background-image: radial-gradient(ellipse farthest-side at center,",
  "background-image: radial-gradient(circle at center",
  "background-image: radial-gradient(circle at center,",
  "background-image: radial-gradient(circle at center ",
  "background-image: radial-gradient(circle at 50px center",
  "background-image: radial-gradient(circle at 50px center ",
  "background-image: radial-gradient(ellipse 50px",
  "background-image: radial-gradient(ellipse 50px ",
  "background-image: radial-gradient(ellipse 50px 50px",
  "background-image: radial-gradient(ellipse 50px 50px,",
  "background-image: radial-gradient(ellipse 50px 50px ",
  "background-image: radial-gradient(ellipse 50px 50px at",
  "background-image: radial-gradient(ellipse 50px 50px at ",
  "background-image: radial-gradient(ellipse 50px 50px at center",
  "background-image: radial-gradient(ellipse 50px 50px at center ",
  "background-image: radial-gradient(ellipse 50px 50px at center,",
  "background-image: radial-gradient(ellipse 50px 50px at center, red, blue",
  "background-image: radial-gradient(at top left, red, blue",
  "background-image: radial-gradient(farthest-corner, red, blue",
  "background-image: radial-gradient(ellipse closest-corner, red, hsl(240, 50%, 50%)",
  "background-image: radial-gradient(farthest-side circle, red, blue",
  "background-image: repeating-radial-gradient(50%",
  "background-image: repeating-radial-gradient(50% ",
  "background-image: repeating-radial-gradient(50% 50%",
  "background-image: repeating-radial-gradient(50% 50%,",
  "background-image: repeating-radial-gradient(50% 50%, red, blue",
  "background-image: repeating-radial-gradient(circle, red, blue",
  "color: rgb(",
  "color: rgb( ",
  "color: rgb(128, 0",
  "color: rgb(128, 0, 128",
  "color: rgb(128, 0, 128, 128",
  "color: rgba(",
  "color: rgba( ",
  "color: rgba(128, 0",
  "color: rgba(128, 0, 128",
  "color: rgba(128, 0, 128, 1",
  "color: rgba(128, 0, 128, 1, 1",
  "color: hsl(",
  "color: hsl( ",
  "color: hsl(240, 50%",
  "color: hsl(240, 50%, 50%",
  "color: hsl(240, 50%, 50%, 50%",
  "color: hsla(",
  "color: hsla( ",
  "color: hsla(240, 50%",
  "color: hsla(240, 50%, 50%",
  "color: hsla(240, 50%, 50%, 1",
  "color: hsla(240, 50%, 50%, 1, 1",
  "content: counter(",
  "content: counter( ",
  "content: counter(foo",
  "content: counter(foo ",
  "content: counter(foo,",
  "content: counter(foo, ",
  "content: counter(foo, upper-roman",
  "content: counter(foo, upper-roman ",
  "content: counter(foo, upper-roman,",
  "content: counter(foo, upper-roman, ",
  "content: counters(",
  "content: counters( ",
  "content: counters(foo, ','",
  "content: counters(foo, ',' ",
  "content: counters(foo, ',',",
  "content: counters(foo, ',', ",
  "content: counters(foo, ',', upper-roman",
  "content: counters(foo, ',', upper-roman ",
  "content: counters(foo, ',', upper-roman,",
  "content: counters(foo, ',', upper-roman, ",
  "content: attr(",
  "content: attr( ",
  "content: attr(href",
  "content: attr(href ",
  "content: attr(html",
  "content: attr(html ",
  "content: attr(html|",
  "content: attr(html| ",
  "content: attr(html|href",
  "content: attr(html|href ",
  "content: attr(|",
  "content: attr(| ",
  "content: attr(|href",
  "content: attr(|href ",
  "transition-timing-function: cubic-bezier(",
  "transition-timing-function: cubic-bezier( ",
  "transition-timing-function: cubic-bezier(0, 0, 1",
  "transition-timing-function: cubic-bezier(0, 0, 1 ",
  "transition-timing-function: cubic-bezier(0, 0, 1,",
  "transition-timing-function: cubic-bezier(0, 0, 1, ",
  "transition-timing-function: cubic-bezier(0, 0, 1, 1",
  "transition-timing-function: cubic-bezier(0, 0, 1, 1 ",
  "transition-timing-function: cubic-bezier(0, 0, 1, 1,",
  "transition-timing-function: cubic-bezier(0, 0, 1, 1, ",
  "border-top-width: calc(",
  "border-top-width: calc( ",
  "border-top-width: calc(2em",
  "border-top-width: calc(2em ",
  "border-top-width: calc(2em +",
  "border-top-width: calc(2em + ",
  "border-top-width: calc(2em *",
  "border-top-width: calc(2em * ",
  "border-top-width: calc((2em)",
  "border-top-width: calc((2em) ",
];

var selectors = [
  ":not(",
  ":not( ",
  ":not(-",
  ":not(- ",
  ":not(>",
  ":not(> ",
  ":not(div p",
  ":not(div p ",
  ":not(div >",
  ":not(div > ",
];

var textNode = document.createTextNode("");
document.getElementById("style").appendChild(textNode);
var cs = getComputedStyle(document.getElementById("display"), "");

for (var i = 0; i < semirules.length; ++i) {
  var sheet = semirules[i] +
              "p#display { color: red } ) ; p { color: green; z-index: " + (i + 1) + " }";
  textNode.data = sheet;
  is(cs.color, "rgb(0, 128, 0)",
     "color for rule '" + semirules[i] + "'");
  is(cs.zIndex, String(i + 1),
     "z-index for rule '" + semirules[i] + "'");
}

for (var i = 0; i < declarations.length; ++i) {
  var sheet = "@namespace html url(http://www.w3.org/1999/xhtml);\n" +
              "#display { color: green; " + declarations[i] +
              " x x x x x x x ; color: red; ) ; z-index: " + (i + 1) + " }";
  textNode.data = sheet;
  is(cs.color, "rgb(0, 128, 0)",
     "color for declaration '" + declarations[i] + "'");
  is(cs.zIndex, String(i + 1),
     "z-index for declaration '" + declarations[i] + "'");
}

for (var i = 0; i < selectors.length; ++i) {
  var sheet = "@namespace html url(http://www.w3.org/1999/xhtml);\n" +
              "#display { color: green } " +
              selectors[i] + " x x x x x x x , #display { color: red } #display { color: red } ) , #display { color: red } " +
              "#display { z-index: " + (i + 1) + " }";
  textNode.data = sheet;
  is(cs.color, "rgb(0, 128, 0)",
     "color for selector '" + selectors[i] + "'");
  is(cs.zIndex, String(i + 1),
     "z-index for selector '" + selectors[i] + "'");
}

</script>
</pre>
</body>
</html>