Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3)

Side by Side Diff: LayoutTests/css3/blending/background-blend-mode-property-parsing-expected.txt

Issue 684293004: Don't require getPropertyCSSValue in css3 tests (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | LayoutTests/css3/blending/blend-mode-property-parsing-expected.txt » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 Test the parsing of the background-blend-mode property. 1 Test the parsing of the background-blend-mode property.
2 2
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ". 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
4 4
5 5
6 6
7 Basic reference : normal 7 Basic reference : normal
8 PASS cssRule.type is 1 8 PASS cssRule.type is 1
9 PASS declaration.length is 1 9 PASS declaration.length is 1
10 PASS declaration.getPropertyValue('background-blend-mode') is 'normal' 10 PASS declaration.getPropertyValue('background-blend-mode') is 'normal'
11 PASS jsWrapperClass(blendModeRule) is 'CSSPrimitiveValue'
12 PASS jsWrapperClass(blendModeRule.__proto__) is 'Object'
13 PASS jsWrapperClass(blendModeRule.constructor) is 'Function'
14 11
15 Basic reference : multiply, screen 12 Basic reference : multiply, screen
16 PASS cssRule.type is 1 13 PASS cssRule.type is 1
17 PASS declaration.length is 1 14 PASS declaration.length is 1
18 PASS declaration.getPropertyValue('background-blend-mode') is 'multiply, screen' 15 PASS declaration.getPropertyValue('background-blend-mode') is 'multiply, screen'
19 PASS jsWrapperClass(blendModeRule) is 'CSSValueList'
20 PASS jsWrapperClass(blendModeRule.__proto__) is 'Object'
21 PASS jsWrapperClass(blendModeRule.constructor) is 'Function'
22 16
23 Basic reference : screen, hue 17 Basic reference : screen, hue
24 PASS cssRule.type is 1 18 PASS cssRule.type is 1
25 PASS declaration.length is 1 19 PASS declaration.length is 1
26 PASS declaration.getPropertyValue('background-blend-mode') is 'screen, hue' 20 PASS declaration.getPropertyValue('background-blend-mode') is 'screen, hue'
27 PASS jsWrapperClass(blendModeRule) is 'CSSValueList'
28 PASS jsWrapperClass(blendModeRule.__proto__) is 'Object'
29 PASS jsWrapperClass(blendModeRule.constructor) is 'Function'
30 21
31 Basic reference : overlay, normal 22 Basic reference : overlay, normal
32 PASS cssRule.type is 1 23 PASS cssRule.type is 1
33 PASS declaration.length is 1 24 PASS declaration.length is 1
34 PASS declaration.getPropertyValue('background-blend-mode') is 'overlay, normal' 25 PASS declaration.getPropertyValue('background-blend-mode') is 'overlay, normal'
35 PASS jsWrapperClass(blendModeRule) is 'CSSValueList'
36 PASS jsWrapperClass(blendModeRule.__proto__) is 'Object'
37 PASS jsWrapperClass(blendModeRule.constructor) is 'Function'
38 26
39 Basic reference : darken, lighten, normal, luminosity 27 Basic reference : darken, lighten, normal, luminosity
40 PASS cssRule.type is 1 28 PASS cssRule.type is 1
41 PASS declaration.length is 1 29 PASS declaration.length is 1
42 PASS declaration.getPropertyValue('background-blend-mode') is 'darken, lighten, normal, luminosity' 30 PASS declaration.getPropertyValue('background-blend-mode') is 'darken, lighten, normal, luminosity'
43 PASS jsWrapperClass(blendModeRule) is 'CSSValueList'
44 PASS jsWrapperClass(blendModeRule.__proto__) is 'Object'
45 PASS jsWrapperClass(blendModeRule.constructor) is 'Function'
46 31
47 Basic reference : lighten 32 Basic reference : lighten
48 PASS cssRule.type is 1 33 PASS cssRule.type is 1
49 PASS declaration.length is 1 34 PASS declaration.length is 1
50 PASS declaration.getPropertyValue('background-blend-mode') is 'lighten' 35 PASS declaration.getPropertyValue('background-blend-mode') is 'lighten'
51 PASS jsWrapperClass(blendModeRule) is 'CSSPrimitiveValue'
52 PASS jsWrapperClass(blendModeRule.__proto__) is 'Object'
53 PASS jsWrapperClass(blendModeRule.constructor) is 'Function'
54 36
55 Basic reference : color-dodge 37 Basic reference : color-dodge
56 PASS cssRule.type is 1 38 PASS cssRule.type is 1
57 PASS declaration.length is 1 39 PASS declaration.length is 1
58 PASS declaration.getPropertyValue('background-blend-mode') is 'color-dodge' 40 PASS declaration.getPropertyValue('background-blend-mode') is 'color-dodge'
59 PASS jsWrapperClass(blendModeRule) is 'CSSPrimitiveValue'
60 PASS jsWrapperClass(blendModeRule.__proto__) is 'Object'
61 PASS jsWrapperClass(blendModeRule.constructor) is 'Function'
62 41
63 Basic reference : color-burn 42 Basic reference : color-burn
64 PASS cssRule.type is 1 43 PASS cssRule.type is 1
65 PASS declaration.length is 1 44 PASS declaration.length is 1
66 PASS declaration.getPropertyValue('background-blend-mode') is 'color-burn' 45 PASS declaration.getPropertyValue('background-blend-mode') is 'color-burn'
67 PASS jsWrapperClass(blendModeRule) is 'CSSPrimitiveValue'
68 PASS jsWrapperClass(blendModeRule.__proto__) is 'Object'
69 PASS jsWrapperClass(blendModeRule.constructor) is 'Function'
70 46
71 Basic reference : hard-light 47 Basic reference : hard-light
72 PASS cssRule.type is 1 48 PASS cssRule.type is 1
73 PASS declaration.length is 1 49 PASS declaration.length is 1
74 PASS declaration.getPropertyValue('background-blend-mode') is 'hard-light' 50 PASS declaration.getPropertyValue('background-blend-mode') is 'hard-light'
75 PASS jsWrapperClass(blendModeRule) is 'CSSPrimitiveValue'
76 PASS jsWrapperClass(blendModeRule.__proto__) is 'Object'
77 PASS jsWrapperClass(blendModeRule.constructor) is 'Function'
78 51
79 Basic reference : soft-light 52 Basic reference : soft-light
80 PASS cssRule.type is 1 53 PASS cssRule.type is 1
81 PASS declaration.length is 1 54 PASS declaration.length is 1
82 PASS declaration.getPropertyValue('background-blend-mode') is 'soft-light' 55 PASS declaration.getPropertyValue('background-blend-mode') is 'soft-light'
83 PASS jsWrapperClass(blendModeRule) is 'CSSPrimitiveValue'
84 PASS jsWrapperClass(blendModeRule.__proto__) is 'Object'
85 PASS jsWrapperClass(blendModeRule.constructor) is 'Function'
86 56
87 Basic reference : difference 57 Basic reference : difference
88 PASS cssRule.type is 1 58 PASS cssRule.type is 1
89 PASS declaration.length is 1 59 PASS declaration.length is 1
90 PASS declaration.getPropertyValue('background-blend-mode') is 'difference' 60 PASS declaration.getPropertyValue('background-blend-mode') is 'difference'
91 PASS jsWrapperClass(blendModeRule) is 'CSSPrimitiveValue'
92 PASS jsWrapperClass(blendModeRule.__proto__) is 'Object'
93 PASS jsWrapperClass(blendModeRule.constructor) is 'Function'
94 61
95 Basic reference : exclusion 62 Basic reference : exclusion
96 PASS cssRule.type is 1 63 PASS cssRule.type is 1
97 PASS declaration.length is 1 64 PASS declaration.length is 1
98 PASS declaration.getPropertyValue('background-blend-mode') is 'exclusion' 65 PASS declaration.getPropertyValue('background-blend-mode') is 'exclusion'
99 PASS jsWrapperClass(blendModeRule) is 'CSSPrimitiveValue'
100 PASS jsWrapperClass(blendModeRule.__proto__) is 'Object'
101 PASS jsWrapperClass(blendModeRule.constructor) is 'Function'
102 66
103 Basic reference : hue 67 Basic reference : hue
104 PASS cssRule.type is 1 68 PASS cssRule.type is 1
105 PASS declaration.length is 1 69 PASS declaration.length is 1
106 PASS declaration.getPropertyValue('background-blend-mode') is 'hue' 70 PASS declaration.getPropertyValue('background-blend-mode') is 'hue'
107 PASS jsWrapperClass(blendModeRule) is 'CSSPrimitiveValue'
108 PASS jsWrapperClass(blendModeRule.__proto__) is 'Object'
109 PASS jsWrapperClass(blendModeRule.constructor) is 'Function'
110 71
111 Basic reference : saturation 72 Basic reference : saturation
112 PASS cssRule.type is 1 73 PASS cssRule.type is 1
113 PASS declaration.length is 1 74 PASS declaration.length is 1
114 PASS declaration.getPropertyValue('background-blend-mode') is 'saturation' 75 PASS declaration.getPropertyValue('background-blend-mode') is 'saturation'
115 PASS jsWrapperClass(blendModeRule) is 'CSSPrimitiveValue'
116 PASS jsWrapperClass(blendModeRule.__proto__) is 'Object'
117 PASS jsWrapperClass(blendModeRule.constructor) is 'Function'
118 76
119 Basic reference : color 77 Basic reference : color
120 PASS cssRule.type is 1 78 PASS cssRule.type is 1
121 PASS declaration.length is 1 79 PASS declaration.length is 1
122 PASS declaration.getPropertyValue('background-blend-mode') is 'color' 80 PASS declaration.getPropertyValue('background-blend-mode') is 'color'
123 PASS jsWrapperClass(blendModeRule) is 'CSSPrimitiveValue'
124 PASS jsWrapperClass(blendModeRule.__proto__) is 'Object'
125 PASS jsWrapperClass(blendModeRule.constructor) is 'Function'
126 81
127 Basic reference : luminosity 82 Basic reference : luminosity
128 PASS cssRule.type is 1 83 PASS cssRule.type is 1
129 PASS declaration.length is 1 84 PASS declaration.length is 1
130 PASS declaration.getPropertyValue('background-blend-mode') is 'luminosity' 85 PASS declaration.getPropertyValue('background-blend-mode') is 'luminosity'
131 PASS jsWrapperClass(blendModeRule) is 'CSSPrimitiveValue'
132 PASS jsWrapperClass(blendModeRule.__proto__) is 'Object'
133 PASS jsWrapperClass(blendModeRule.constructor) is 'Function'
134 PASS successfullyParsed is true 86 PASS successfullyParsed is true
135 87
136 TEST COMPLETE 88 TEST COMPLETE
137 89
OLDNEW
« no previous file with comments | « no previous file | LayoutTests/css3/blending/blend-mode-property-parsing-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698