Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / box-shadow / box-shadow-parsing-invalid-expected.txt
blob759bfe7a304c3e14075b3a5dd3deb03e5270591e
1 Test the parsing of box-shadow.
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
7 Negative blur radius value : 10px 10px -1px rgb(255, 0, 0)
8 PASS cssRule.type is 1
9 PASS declaration.length is 0
10 PASS declaration.getPropertyValue('box-shadow') is ""
12 Negative blur radius value, with a spread defined : 10px 10px -1px 10px rgb(255, 0, 0)
13 PASS cssRule.type is 1
14 PASS declaration.length is 0
15 PASS declaration.getPropertyValue('box-shadow') is ""
17 Negative blur radius value, with a negative spread defined : 10px 10px -1px -1px rgb(255, 0, 0)
18 PASS cssRule.type is 1
19 PASS declaration.length is 0
20 PASS declaration.getPropertyValue('box-shadow') is ""
21 PASS successfullyParsed is true
23 TEST COMPLETE