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

Side by Side Diff: LayoutTests/css3/compositing/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 mix-blend-mode property. 1 Test the parsing of the mix-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('mix-blend-mode') should be normal (of type st ring). Was null (of type object). 8 PASS declaration.getPropertyValue('mix-blend-mode') is '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('mix-blend-mode') should be multiply (of type string). Was null (of type object). 11 PASS declaration.getPropertyValue('mix-blend-mode') is 'multiply'
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('mix-blend-mode') should be screen (of type st ring). Was null (of type object). 14 PASS declaration.getPropertyValue('mix-blend-mode') is '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('mix-blend-mode') should be overlay (of type s tring). Was null (of type object). 17 PASS declaration.getPropertyValue('mix-blend-mode') is '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('mix-blend-mode') should be darken (of type st ring). Was null (of type object). 20 PASS declaration.getPropertyValue('mix-blend-mode') is '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('mix-blend-mode') should be lighten (of type s tring). Was null (of type object). 23 PASS declaration.getPropertyValue('mix-blend-mode') is '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('mix-blend-mode') should be color-dodge (of ty pe string). Was null (of type object). 26 PASS declaration.getPropertyValue('mix-blend-mode') is 'color-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('mix-blend-mode') should be color-burn (of typ e string). Was null (of type object). 29 PASS declaration.getPropertyValue('mix-blend-mode') is '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('mix-blend-mode') should be hard-light (of typ e string). Was null (of type object). 32 PASS declaration.getPropertyValue('mix-blend-mode') is '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('mix-blend-mode') should be soft-light (of typ e string). Was null (of type object). 35 PASS declaration.getPropertyValue('mix-blend-mode') is '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('mix-blend-mode') should be difference (of typ e string). Was null (of type object). 38 PASS declaration.getPropertyValue('mix-blend-mode') is 'difference'
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('mix-blend-mode') should be exclusion (of type string). Was null (of type object). 41 PASS declaration.getPropertyValue('mix-blend-mode') is 'exclusion'
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('mix-blend-mode') should be hue (of type strin g). Was null (of type object). 44 PASS declaration.getPropertyValue('mix-blend-mode') is '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('mix-blend-mode') should be saturation (of typ e string). Was null (of type object). 47 PASS declaration.getPropertyValue('mix-blend-mode') is 'saturation'
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('mix-blend-mode') should be color (of type str ing). Was null (of type object). 50 PASS declaration.getPropertyValue('mix-blend-mode') is '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('mix-blend-mode') should be luminosity (of typ e string). Was null (of type object). 53 PASS declaration.getPropertyValue('mix-blend-mode') is 'luminosity'
54 PASS successfullyParsed is true 54 PASS successfullyParsed is true
55 55
56 TEST COMPLETE 56 TEST COMPLETE
57 57
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698