blob: 889402a2ee7ade9d673299abae79d34bb495ac3d (
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
|
Test the parsing of the mix-blend-mode property.
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
Too many parameters : overlay overlay
PASS cssRule.type is 1
PASS declaration.length is 0
PASS declaration.getPropertyValue('mix-blend-mode') is null
Wrong type : "5px"
PASS cssRule.type is 1
PASS declaration.length is 0
PASS declaration.getPropertyValue('mix-blend-mode') is null
Trailing comma : overlay,
PASS cssRule.type is 1
PASS declaration.length is 0
PASS declaration.getPropertyValue('mix-blend-mode') is null
PASS successfullyParsed is true
TEST COMPLETE
|