Upstream version 10.38.222.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / css3 / blending / background-blend-mode-property-expected.txt
1 Test the parsing of the background-blend-mode property.
2
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
4
5
6 PASS cssRule.type is 1
7 PASS declaration.length is 1
8 PASS declaration.getPropertyValue('background-blend-mode') is 'normal, normal'
9 PASS cssRule.type is 1
10 PASS declaration.length is 1
11 PASS declaration.getPropertyValue('background-blend-mode') is 'multiply, multiply'
12 PASS cssRule.type is 1
13 PASS declaration.length is 1
14 PASS declaration.getPropertyValue('background-blend-mode') is 'screen, screen'
15 PASS cssRule.type is 1
16 PASS declaration.length is 1
17 PASS declaration.getPropertyValue('background-blend-mode') is 'overlay, overlay'
18 PASS cssRule.type is 1
19 PASS declaration.length is 1
20 PASS declaration.getPropertyValue('background-blend-mode') is 'darken, darken'
21 PASS cssRule.type is 1
22 PASS declaration.length is 1
23 PASS declaration.getPropertyValue('background-blend-mode') is 'lighten, lighten'
24 PASS cssRule.type is 1
25 PASS declaration.length is 1
26 PASS declaration.getPropertyValue('background-blend-mode') is 'color-dodge, color-dodge'
27 PASS cssRule.type is 1
28 PASS declaration.length is 1
29 PASS declaration.getPropertyValue('background-blend-mode') is 'color-burn, color-burn'
30 PASS cssRule.type is 1
31 PASS declaration.length is 1
32 PASS declaration.getPropertyValue('background-blend-mode') is 'hard-light, hard-light'
33 PASS cssRule.type is 1
34 PASS declaration.length is 1
35 PASS declaration.getPropertyValue('background-blend-mode') is 'soft-light, soft-light'
36 PASS cssRule.type is 1
37 PASS declaration.length is 1
38 PASS declaration.getPropertyValue('background-blend-mode') is 'difference, difference'
39 PASS cssRule.type is 1
40 PASS declaration.length is 1
41 PASS declaration.getPropertyValue('background-blend-mode') is 'exclusion, exclusion'
42 PASS cssRule.type is 1
43 PASS declaration.length is 1
44 PASS declaration.getPropertyValue('background-blend-mode') is 'hue, hue'
45 PASS cssRule.type is 1
46 PASS declaration.length is 1
47 PASS declaration.getPropertyValue('background-blend-mode') is 'saturation, saturation'
48 PASS cssRule.type is 1
49 PASS declaration.length is 1
50 PASS declaration.getPropertyValue('background-blend-mode') is 'color, color'
51 PASS cssRule.type is 1
52 PASS declaration.length is 1
53 PASS declaration.getPropertyValue('background-blend-mode') is 'luminosity, luminosity'
54 PASS successfullyParsed is true
55
56 TEST COMPLETE
57