OLD | NEW |
| (Empty) |
1 Test the parsing of the -webkit-blend-mode property. | |
2 | |
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". | |
4 | |
5 | |
6 | |
7 Basic reference : normal | |
8 PASS cssRule.type is 1 | |
9 PASS declaration.length is 1 | |
10 PASS declaration.getPropertyValue('-webkit-blend-mode') is 'normal' | |
11 PASS jsWrapperClass(blendModeRule) is 'CSSPrimitiveValue' | |
12 PASS jsWrapperClass(blendModeRule.__proto__) is 'CSSPrimitiveValuePrototype' | |
13 PASS jsWrapperClass(blendModeRule.constructor) is 'CSSPrimitiveValueConstructor' | |
14 | |
15 Basic reference : multiply | |
16 PASS cssRule.type is 1 | |
17 PASS declaration.length is 1 | |
18 PASS declaration.getPropertyValue('-webkit-blend-mode') is 'multiply' | |
19 PASS jsWrapperClass(blendModeRule) is 'CSSPrimitiveValue' | |
20 PASS jsWrapperClass(blendModeRule.__proto__) is 'CSSPrimitiveValuePrototype' | |
21 PASS jsWrapperClass(blendModeRule.constructor) is 'CSSPrimitiveValueConstructor' | |
22 | |
23 Basic reference : screen | |
24 PASS cssRule.type is 1 | |
25 PASS declaration.length is 1 | |
26 PASS declaration.getPropertyValue('-webkit-blend-mode') is 'screen' | |
27 PASS jsWrapperClass(blendModeRule) is 'CSSPrimitiveValue' | |
28 PASS jsWrapperClass(blendModeRule.__proto__) is 'CSSPrimitiveValuePrototype' | |
29 PASS jsWrapperClass(blendModeRule.constructor) is 'CSSPrimitiveValueConstructor' | |
30 | |
31 Basic reference : overlay | |
32 PASS cssRule.type is 1 | |
33 PASS declaration.length is 1 | |
34 PASS declaration.getPropertyValue('-webkit-blend-mode') is 'overlay' | |
35 PASS jsWrapperClass(blendModeRule) is 'CSSPrimitiveValue' | |
36 PASS jsWrapperClass(blendModeRule.__proto__) is 'CSSPrimitiveValuePrototype' | |
37 PASS jsWrapperClass(blendModeRule.constructor) is 'CSSPrimitiveValueConstructor' | |
38 | |
39 Basic reference : darken | |
40 PASS cssRule.type is 1 | |
41 PASS declaration.length is 1 | |
42 PASS declaration.getPropertyValue('-webkit-blend-mode') is 'darken' | |
43 PASS jsWrapperClass(blendModeRule) is 'CSSPrimitiveValue' | |
44 PASS jsWrapperClass(blendModeRule.__proto__) is 'CSSPrimitiveValuePrototype' | |
45 PASS jsWrapperClass(blendModeRule.constructor) is 'CSSPrimitiveValueConstructor' | |
46 | |
47 Basic reference : lighten | |
48 PASS cssRule.type is 1 | |
49 PASS declaration.length is 1 | |
50 PASS declaration.getPropertyValue('-webkit-blend-mode') is 'lighten' | |
51 PASS jsWrapperClass(blendModeRule) is 'CSSPrimitiveValue' | |
52 PASS jsWrapperClass(blendModeRule.__proto__) is 'CSSPrimitiveValuePrototype' | |
53 PASS jsWrapperClass(blendModeRule.constructor) is 'CSSPrimitiveValueConstructor' | |
54 | |
55 Basic reference : color-dodge | |
56 PASS cssRule.type is 1 | |
57 PASS declaration.length is 1 | |
58 PASS declaration.getPropertyValue('-webkit-blend-mode') is 'color-dodge' | |
59 PASS jsWrapperClass(blendModeRule) is 'CSSPrimitiveValue' | |
60 PASS jsWrapperClass(blendModeRule.__proto__) is 'CSSPrimitiveValuePrototype' | |
61 PASS jsWrapperClass(blendModeRule.constructor) is 'CSSPrimitiveValueConstructor' | |
62 | |
63 Basic reference : color-burn | |
64 PASS cssRule.type is 1 | |
65 PASS declaration.length is 1 | |
66 PASS declaration.getPropertyValue('-webkit-blend-mode') is 'color-burn' | |
67 PASS jsWrapperClass(blendModeRule) is 'CSSPrimitiveValue' | |
68 PASS jsWrapperClass(blendModeRule.__proto__) is 'CSSPrimitiveValuePrototype' | |
69 PASS jsWrapperClass(blendModeRule.constructor) is 'CSSPrimitiveValueConstructor' | |
70 | |
71 Basic reference : hard-light | |
72 PASS cssRule.type is 1 | |
73 PASS declaration.length is 1 | |
74 PASS declaration.getPropertyValue('-webkit-blend-mode') is 'hard-light' | |
75 PASS jsWrapperClass(blendModeRule) is 'CSSPrimitiveValue' | |
76 PASS jsWrapperClass(blendModeRule.__proto__) is 'CSSPrimitiveValuePrototype' | |
77 PASS jsWrapperClass(blendModeRule.constructor) is 'CSSPrimitiveValueConstructor' | |
78 | |
79 Basic reference : soft-light | |
80 PASS cssRule.type is 1 | |
81 PASS declaration.length is 1 | |
82 PASS declaration.getPropertyValue('-webkit-blend-mode') is 'soft-light' | |
83 PASS jsWrapperClass(blendModeRule) is 'CSSPrimitiveValue' | |
84 PASS jsWrapperClass(blendModeRule.__proto__) is 'CSSPrimitiveValuePrototype' | |
85 PASS jsWrapperClass(blendModeRule.constructor) is 'CSSPrimitiveValueConstructor' | |
86 | |
87 Basic reference : difference | |
88 PASS cssRule.type is 1 | |
89 PASS declaration.length is 1 | |
90 PASS declaration.getPropertyValue('-webkit-blend-mode') is 'difference' | |
91 PASS jsWrapperClass(blendModeRule) is 'CSSPrimitiveValue' | |
92 PASS jsWrapperClass(blendModeRule.__proto__) is 'CSSPrimitiveValuePrototype' | |
93 PASS jsWrapperClass(blendModeRule.constructor) is 'CSSPrimitiveValueConstructor' | |
94 | |
95 Basic reference : exclusion | |
96 PASS cssRule.type is 1 | |
97 PASS declaration.length is 1 | |
98 PASS declaration.getPropertyValue('-webkit-blend-mode') is 'exclusion' | |
99 PASS jsWrapperClass(blendModeRule) is 'CSSPrimitiveValue' | |
100 PASS jsWrapperClass(blendModeRule.__proto__) is 'CSSPrimitiveValuePrototype' | |
101 PASS jsWrapperClass(blendModeRule.constructor) is 'CSSPrimitiveValueConstructor' | |
102 | |
103 Basic reference : hue | |
104 PASS cssRule.type is 1 | |
105 PASS declaration.length is 1 | |
106 PASS declaration.getPropertyValue('-webkit-blend-mode') is 'hue' | |
107 PASS jsWrapperClass(blendModeRule) is 'CSSPrimitiveValue' | |
108 PASS jsWrapperClass(blendModeRule.__proto__) is 'CSSPrimitiveValuePrototype' | |
109 PASS jsWrapperClass(blendModeRule.constructor) is 'CSSPrimitiveValueConstructor' | |
110 | |
111 Basic reference : saturation | |
112 PASS cssRule.type is 1 | |
113 PASS declaration.length is 1 | |
114 PASS declaration.getPropertyValue('-webkit-blend-mode') is 'saturation' | |
115 PASS jsWrapperClass(blendModeRule) is 'CSSPrimitiveValue' | |
116 PASS jsWrapperClass(blendModeRule.__proto__) is 'CSSPrimitiveValuePrototype' | |
117 PASS jsWrapperClass(blendModeRule.constructor) is 'CSSPrimitiveValueConstructor' | |
118 | |
119 Basic reference : color | |
120 PASS cssRule.type is 1 | |
121 PASS declaration.length is 1 | |
122 PASS declaration.getPropertyValue('-webkit-blend-mode') is 'color' | |
123 PASS jsWrapperClass(blendModeRule) is 'CSSPrimitiveValue' | |
124 PASS jsWrapperClass(blendModeRule.__proto__) is 'CSSPrimitiveValuePrototype' | |
125 PASS jsWrapperClass(blendModeRule.constructor) is 'CSSPrimitiveValueConstructor' | |
126 | |
127 Basic reference : luminosity | |
128 PASS cssRule.type is 1 | |
129 PASS declaration.length is 1 | |
130 PASS declaration.getPropertyValue('-webkit-blend-mode') is 'luminosity' | |
131 PASS jsWrapperClass(blendModeRule) is 'CSSPrimitiveValue' | |
132 PASS jsWrapperClass(blendModeRule.__proto__) is 'CSSPrimitiveValuePrototype' | |
133 PASS jsWrapperClass(blendModeRule.constructor) is 'CSSPrimitiveValueConstructor' | |
134 PASS successfullyParsed is true | |
135 | |
136 TEST COMPLETE | |
137 | |
OLD | NEW |