Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / css3 / blending / blend-mode-property-parsing-invalid-expected.txt
blobe2aed74f35cd161ef1a9a93291b45ddb30c7d984
1 Test the parsing of the mix-blend-mode property.
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
7 Too many parameters : overlay overlay
8 PASS cssRule.type is 1
9 PASS declaration.length is 0
10 PASS declaration.getPropertyValue('mix-blend-mode') is ""
12 Wrong type : "5px"
13 PASS cssRule.type is 1
14 PASS declaration.length is 0
15 PASS declaration.getPropertyValue('mix-blend-mode') is ""
17 Trailing comma : overlay,
18 PASS cssRule.type is 1
19 PASS declaration.length is 0
20 PASS declaration.getPropertyValue('mix-blend-mode') is ""
21 PASS successfullyParsed is true
23 TEST COMPLETE