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

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

Issue 15012010: Remove the CSS_COMPOSITING define, leaving the implementation under the runtime flag, since runtime… (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: removed bogus test Created 7 years, 7 months 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
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 PASS cssRule.type is 1 6 PASS cssRule.type is 1
7 FAIL declaration.length should be 1. Was 0. 7 PASS declaration.length is 1
8 FAIL declaration.getPropertyValue('background-blend-mode') should be normal, nor mal (of type string). Was null (of type object). 8 PASS declaration.getPropertyValue('background-blend-mode') is 'normal, normal'
9 PASS cssRule.type is 1 9 PASS cssRule.type is 1
10 FAIL declaration.length should be 1. Was 0. 10 PASS declaration.length is 1
11 FAIL declaration.getPropertyValue('background-blend-mode') should be multiply, m ultiply (of type string). Was null (of type object). 11 PASS declaration.getPropertyValue('background-blend-mode') is 'multiply, multipl y'
12 PASS cssRule.type is 1 12 PASS cssRule.type is 1
13 FAIL declaration.length should be 1. Was 0. 13 PASS declaration.length is 1
14 FAIL declaration.getPropertyValue('background-blend-mode') should be screen, scr een (of type string). Was null (of type object). 14 PASS declaration.getPropertyValue('background-blend-mode') is 'screen, screen'
15 PASS cssRule.type is 1 15 PASS cssRule.type is 1
16 FAIL declaration.length should be 1. Was 0. 16 PASS declaration.length is 1
17 FAIL declaration.getPropertyValue('background-blend-mode') should be overlay, ov erlay (of type string). Was null (of type object). 17 PASS declaration.getPropertyValue('background-blend-mode') is 'overlay, overlay'
18 PASS cssRule.type is 1 18 PASS cssRule.type is 1
19 FAIL declaration.length should be 1. Was 0. 19 PASS declaration.length is 1
20 FAIL declaration.getPropertyValue('background-blend-mode') should be darken, dar ken (of type string). Was null (of type object). 20 PASS declaration.getPropertyValue('background-blend-mode') is 'darken, darken'
21 PASS cssRule.type is 1 21 PASS cssRule.type is 1
22 FAIL declaration.length should be 1. Was 0. 22 PASS declaration.length is 1
23 FAIL declaration.getPropertyValue('background-blend-mode') should be lighten, li ghten (of type string). Was null (of type object). 23 PASS declaration.getPropertyValue('background-blend-mode') is 'lighten, lighten'
24 PASS cssRule.type is 1 24 PASS cssRule.type is 1
25 FAIL declaration.length should be 1. Was 0. 25 PASS declaration.length is 1
26 FAIL declaration.getPropertyValue('background-blend-mode') should be color-dodge , color-dodge (of type string). Was null (of type object). 26 PASS declaration.getPropertyValue('background-blend-mode') is 'color-dodge, colo r-dodge'
27 PASS cssRule.type is 1 27 PASS cssRule.type is 1
28 FAIL declaration.length should be 1. Was 0. 28 PASS declaration.length is 1
29 FAIL declaration.getPropertyValue('background-blend-mode') should be color-burn, color-burn (of type string). Was null (of type object). 29 PASS declaration.getPropertyValue('background-blend-mode') is 'color-burn, color -burn'
30 PASS cssRule.type is 1 30 PASS cssRule.type is 1
31 FAIL declaration.length should be 1. Was 0. 31 PASS declaration.length is 1
32 FAIL declaration.getPropertyValue('background-blend-mode') should be hard-light, hard-light (of type string). Was null (of type object). 32 PASS declaration.getPropertyValue('background-blend-mode') is 'hard-light, hard- light'
33 PASS cssRule.type is 1 33 PASS cssRule.type is 1
34 FAIL declaration.length should be 1. Was 0. 34 PASS declaration.length is 1
35 FAIL declaration.getPropertyValue('background-blend-mode') should be soft-light, soft-light (of type string). Was null (of type object). 35 PASS declaration.getPropertyValue('background-blend-mode') is 'soft-light, soft- light'
36 PASS cssRule.type is 1 36 PASS cssRule.type is 1
37 FAIL declaration.length should be 1. Was 0. 37 PASS declaration.length is 1
38 FAIL declaration.getPropertyValue('background-blend-mode') should be difference, difference (of type string). Was null (of type object). 38 PASS declaration.getPropertyValue('background-blend-mode') is 'difference, diffe rence'
39 PASS cssRule.type is 1 39 PASS cssRule.type is 1
40 FAIL declaration.length should be 1. Was 0. 40 PASS declaration.length is 1
41 FAIL declaration.getPropertyValue('background-blend-mode') should be exclusion, exclusion (of type string). Was null (of type object). 41 PASS declaration.getPropertyValue('background-blend-mode') is 'exclusion, exclus ion'
42 PASS cssRule.type is 1 42 PASS cssRule.type is 1
43 FAIL declaration.length should be 1. Was 0. 43 PASS declaration.length is 1
44 FAIL declaration.getPropertyValue('background-blend-mode') should be hue, hue (o f type string). Was null (of type object). 44 PASS declaration.getPropertyValue('background-blend-mode') is 'hue, hue'
45 PASS cssRule.type is 1 45 PASS cssRule.type is 1
46 FAIL declaration.length should be 1. Was 0. 46 PASS declaration.length is 1
47 FAIL declaration.getPropertyValue('background-blend-mode') should be saturation, saturation (of type string). Was null (of type object). 47 PASS declaration.getPropertyValue('background-blend-mode') is 'saturation, satur ation'
48 PASS cssRule.type is 1 48 PASS cssRule.type is 1
49 FAIL declaration.length should be 1. Was 0. 49 PASS declaration.length is 1
50 FAIL declaration.getPropertyValue('background-blend-mode') should be color, colo r (of type string). Was null (of type object). 50 PASS declaration.getPropertyValue('background-blend-mode') is 'color, color'
51 PASS cssRule.type is 1 51 PASS cssRule.type is 1
52 FAIL declaration.length should be 1. Was 0. 52 PASS declaration.length is 1
53 FAIL declaration.getPropertyValue('background-blend-mode') should be luminosity, luminosity (of type string). Was null (of type object). 53 PASS declaration.getPropertyValue('background-blend-mode') is 'luminosity, lumin osity'
54 PASS successfullyParsed is true 54 PASS successfullyParsed is true
55 55
56 TEST COMPLETE 56 TEST COMPLETE
57 57
OLDNEW
« no previous file with comments | « LayoutTests/TestExpectations ('k') | LayoutTests/css3/compositing/background-blend-mode-property-parsing-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698