| OLD | NEW |
| (Empty) |
| 1 Test the parsing of the -webkit-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('-webkit-background-blend-mode') is 'normal, n
ormal' | |
| 9 PASS cssRule.type is 1 | |
| 10 PASS declaration.length is 1 | |
| 11 PASS declaration.getPropertyValue('-webkit-background-blend-mode') is 'multiply,
multiply' | |
| 12 PASS cssRule.type is 1 | |
| 13 PASS declaration.length is 1 | |
| 14 PASS declaration.getPropertyValue('-webkit-background-blend-mode') is 'screen, s
creen' | |
| 15 PASS cssRule.type is 1 | |
| 16 PASS declaration.length is 1 | |
| 17 PASS declaration.getPropertyValue('-webkit-background-blend-mode') is 'overlay,
overlay' | |
| 18 PASS cssRule.type is 1 | |
| 19 PASS declaration.length is 1 | |
| 20 PASS declaration.getPropertyValue('-webkit-background-blend-mode') is 'darken, d
arken' | |
| 21 PASS cssRule.type is 1 | |
| 22 PASS declaration.length is 1 | |
| 23 PASS declaration.getPropertyValue('-webkit-background-blend-mode') is 'lighten,
lighten' | |
| 24 PASS cssRule.type is 1 | |
| 25 PASS declaration.length is 1 | |
| 26 PASS declaration.getPropertyValue('-webkit-background-blend-mode') is 'color-dod
ge, color-dodge' | |
| 27 PASS cssRule.type is 1 | |
| 28 PASS declaration.length is 1 | |
| 29 PASS declaration.getPropertyValue('-webkit-background-blend-mode') is 'color-bur
n, color-burn' | |
| 30 PASS cssRule.type is 1 | |
| 31 PASS declaration.length is 1 | |
| 32 PASS declaration.getPropertyValue('-webkit-background-blend-mode') is 'hard-ligh
t, hard-light' | |
| 33 PASS cssRule.type is 1 | |
| 34 PASS declaration.length is 1 | |
| 35 PASS declaration.getPropertyValue('-webkit-background-blend-mode') is 'soft-ligh
t, soft-light' | |
| 36 PASS cssRule.type is 1 | |
| 37 PASS declaration.length is 1 | |
| 38 PASS declaration.getPropertyValue('-webkit-background-blend-mode') is 'differenc
e, difference' | |
| 39 PASS cssRule.type is 1 | |
| 40 PASS declaration.length is 1 | |
| 41 PASS declaration.getPropertyValue('-webkit-background-blend-mode') is 'exclusion
, exclusion' | |
| 42 PASS cssRule.type is 1 | |
| 43 PASS declaration.length is 1 | |
| 44 PASS declaration.getPropertyValue('-webkit-background-blend-mode') is 'hue, hue' | |
| 45 PASS cssRule.type is 1 | |
| 46 PASS declaration.length is 1 | |
| 47 PASS declaration.getPropertyValue('-webkit-background-blend-mode') is 'saturatio
n, saturation' | |
| 48 PASS cssRule.type is 1 | |
| 49 PASS declaration.length is 1 | |
| 50 PASS declaration.getPropertyValue('-webkit-background-blend-mode') is 'color, co
lor' | |
| 51 PASS cssRule.type is 1 | |
| 52 PASS declaration.length is 1 | |
| 53 PASS declaration.getPropertyValue('-webkit-background-blend-mode') is 'luminosit
y, luminosity' | |
| 54 PASS successfullyParsed is true | |
| 55 | |
| 56 TEST COMPLETE | |
| 57 | |
| OLD | NEW |