| Index: LayoutTests/css3/compositing/background-blend-mode-property-expected.txt
|
| diff --git a/LayoutTests/css3/compositing/background-blend-mode-property-expected.txt b/LayoutTests/css3/compositing/background-blend-mode-property-expected.txt
|
| index e282bfeecb0d89c7c8afedefa7a297ab209bfb6a..43e9cb27910609936bc5243ffb961b1cd48ca8cd 100644
|
| --- a/LayoutTests/css3/compositing/background-blend-mode-property-expected.txt
|
| +++ b/LayoutTests/css3/compositing/background-blend-mode-property-expected.txt
|
| @@ -4,53 +4,53 @@ On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
|
|
|
|
|
| PASS cssRule.type is 1
|
| -FAIL declaration.length should be 1. Was 0.
|
| -FAIL declaration.getPropertyValue('background-blend-mode') should be normal, normal (of type string). Was null (of type object).
|
| +PASS declaration.length is 1
|
| +PASS declaration.getPropertyValue('background-blend-mode') is 'normal, normal'
|
| PASS cssRule.type is 1
|
| -FAIL declaration.length should be 1. Was 0.
|
| -FAIL declaration.getPropertyValue('background-blend-mode') should be multiply, multiply (of type string). Was null (of type object).
|
| +PASS declaration.length is 1
|
| +PASS declaration.getPropertyValue('background-blend-mode') is 'multiply, multiply'
|
| PASS cssRule.type is 1
|
| -FAIL declaration.length should be 1. Was 0.
|
| -FAIL declaration.getPropertyValue('background-blend-mode') should be screen, screen (of type string). Was null (of type object).
|
| +PASS declaration.length is 1
|
| +PASS declaration.getPropertyValue('background-blend-mode') is 'screen, screen'
|
| PASS cssRule.type is 1
|
| -FAIL declaration.length should be 1. Was 0.
|
| -FAIL declaration.getPropertyValue('background-blend-mode') should be overlay, overlay (of type string). Was null (of type object).
|
| +PASS declaration.length is 1
|
| +PASS declaration.getPropertyValue('background-blend-mode') is 'overlay, overlay'
|
| PASS cssRule.type is 1
|
| -FAIL declaration.length should be 1. Was 0.
|
| -FAIL declaration.getPropertyValue('background-blend-mode') should be darken, darken (of type string). Was null (of type object).
|
| +PASS declaration.length is 1
|
| +PASS declaration.getPropertyValue('background-blend-mode') is 'darken, darken'
|
| PASS cssRule.type is 1
|
| -FAIL declaration.length should be 1. Was 0.
|
| -FAIL declaration.getPropertyValue('background-blend-mode') should be lighten, lighten (of type string). Was null (of type object).
|
| +PASS declaration.length is 1
|
| +PASS declaration.getPropertyValue('background-blend-mode') is 'lighten, lighten'
|
| PASS cssRule.type is 1
|
| -FAIL declaration.length should be 1. Was 0.
|
| -FAIL declaration.getPropertyValue('background-blend-mode') should be color-dodge, color-dodge (of type string). Was null (of type object).
|
| +PASS declaration.length is 1
|
| +PASS declaration.getPropertyValue('background-blend-mode') is 'color-dodge, color-dodge'
|
| PASS cssRule.type is 1
|
| -FAIL declaration.length should be 1. Was 0.
|
| -FAIL declaration.getPropertyValue('background-blend-mode') should be color-burn, color-burn (of type string). Was null (of type object).
|
| +PASS declaration.length is 1
|
| +PASS declaration.getPropertyValue('background-blend-mode') is 'color-burn, color-burn'
|
| PASS cssRule.type is 1
|
| -FAIL declaration.length should be 1. Was 0.
|
| -FAIL declaration.getPropertyValue('background-blend-mode') should be hard-light, hard-light (of type string). Was null (of type object).
|
| +PASS declaration.length is 1
|
| +PASS declaration.getPropertyValue('background-blend-mode') is 'hard-light, hard-light'
|
| PASS cssRule.type is 1
|
| -FAIL declaration.length should be 1. Was 0.
|
| -FAIL declaration.getPropertyValue('background-blend-mode') should be soft-light, soft-light (of type string). Was null (of type object).
|
| +PASS declaration.length is 1
|
| +PASS declaration.getPropertyValue('background-blend-mode') is 'soft-light, soft-light'
|
| PASS cssRule.type is 1
|
| -FAIL declaration.length should be 1. Was 0.
|
| -FAIL declaration.getPropertyValue('background-blend-mode') should be difference, difference (of type string). Was null (of type object).
|
| +PASS declaration.length is 1
|
| +PASS declaration.getPropertyValue('background-blend-mode') is 'difference, difference'
|
| PASS cssRule.type is 1
|
| -FAIL declaration.length should be 1. Was 0.
|
| -FAIL declaration.getPropertyValue('background-blend-mode') should be exclusion, exclusion (of type string). Was null (of type object).
|
| +PASS declaration.length is 1
|
| +PASS declaration.getPropertyValue('background-blend-mode') is 'exclusion, exclusion'
|
| PASS cssRule.type is 1
|
| -FAIL declaration.length should be 1. Was 0.
|
| -FAIL declaration.getPropertyValue('background-blend-mode') should be hue, hue (of type string). Was null (of type object).
|
| +PASS declaration.length is 1
|
| +PASS declaration.getPropertyValue('background-blend-mode') is 'hue, hue'
|
| PASS cssRule.type is 1
|
| -FAIL declaration.length should be 1. Was 0.
|
| -FAIL declaration.getPropertyValue('background-blend-mode') should be saturation, saturation (of type string). Was null (of type object).
|
| +PASS declaration.length is 1
|
| +PASS declaration.getPropertyValue('background-blend-mode') is 'saturation, saturation'
|
| PASS cssRule.type is 1
|
| -FAIL declaration.length should be 1. Was 0.
|
| -FAIL declaration.getPropertyValue('background-blend-mode') should be color, color (of type string). Was null (of type object).
|
| +PASS declaration.length is 1
|
| +PASS declaration.getPropertyValue('background-blend-mode') is 'color, color'
|
| PASS cssRule.type is 1
|
| -FAIL declaration.length should be 1. Was 0.
|
| -FAIL declaration.getPropertyValue('background-blend-mode') should be luminosity, luminosity (of type string). Was null (of type object).
|
| +PASS declaration.length is 1
|
| +PASS declaration.getPropertyValue('background-blend-mode') is 'luminosity, luminosity'
|
| PASS successfullyParsed is true
|
|
|
| TEST COMPLETE
|
|
|