summaryrefslogtreecommitdiffstats
path: root/third_party/WebKit/LayoutTests/fast/box-shadow/box-shadow-parsing-invalid-expected.txt
blob: 3b0466233d54c227ccd421780bd2278fdcdae7dd (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
Test the parsing of box-shadow.

On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".



Negative blur radius value : 10px 10px -1px rgb(255, 0, 0)
PASS cssRule.type is 1
PASS declaration.length is 0
PASS declaration.getPropertyValue('box-shadow') is ""

Negative blur radius value, with a spread defined : 10px 10px -1px 10px rgb(255, 0, 0)
PASS cssRule.type is 1
PASS declaration.length is 0
PASS declaration.getPropertyValue('box-shadow') is ""

Negative blur radius value, with a negative spread defined : 10px 10px -1px -1px rgb(255, 0, 0)
PASS cssRule.type is 1
PASS declaration.length is 0
PASS declaration.getPropertyValue('box-shadow') is ""

Extraneous commas at beginning : ,,,,,10px 10px rgb(255, 0, 0)
PASS cssRule.type is 1
PASS declaration.length is 0
PASS declaration.getPropertyValue('box-shadow') is ""

Extraneous commas at end : 10px 10px rgb(255, 0, 0),,,,,
PASS cssRule.type is 1
PASS declaration.length is 0
PASS declaration.getPropertyValue('box-shadow') is ""
PASS successfullyParsed is true

TEST COMPLETE