Changeset 130460 in webkit
- Timestamp:
- Oct 4, 2012, 9:56:44 PM (13 years ago)
- Location:
- trunk
- Files:
-
- 16 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LayoutTests/ChangeLog
r130458 r130460 1 2012-10-04 Rik Cabanier <cabanier@adobe.com> 2 3 Turn Compositing on by default in WebKit build 4 https://bugs.webkit.org/show_bug.cgi?id=98315 5 6 Reviewed by Simon Fraser. 7 8 enable -webkit-blend-mode on trunk. 9 10 * css3/compositing/blend-mode-property-expected.txt: 11 * css3/compositing/blend-mode-property-parsing-expected.txt: 12 * css3/compositing/script-tests/blend-mode-property.js: 13 (testblendmode): 14 * css3/compositing/should-have-compositing-layer-expected.txt: 15 * platform/chromium/TestExpectations: 16 1 17 2012-10-04 Kent Tamura <tkent@chromium.org> 2 18 -
trunk/LayoutTests/css3/compositing/blend-mode-property-expected.txt
r126105 r130460 4 4 5 5 6 FAIL cssRule.type should be 1. Threw exception ReferenceError: Can't find variable: cssRule 7 FAIL declaration.length should be 1. Threw exception ReferenceError: Can't find variable: declaration 8 FAIL declaration.getPropertyValue('-webkit-blend-mode') should be normal. Threw exception ReferenceError: Can't find variable: declaration 9 FAIL cssRule.type should be 1. Threw exception ReferenceError: Can't find variable: cssRule 10 FAIL declaration.length should be 1. Threw exception ReferenceError: Can't find variable: declaration 11 FAIL declaration.getPropertyValue('-webkit-blend-mode') should be multiply. Threw exception ReferenceError: Can't find variable: declaration 12 FAIL cssRule.type should be 1. Threw exception ReferenceError: Can't find variable: cssRule 13 FAIL declaration.length should be 1. Threw exception ReferenceError: Can't find variable: declaration 14 FAIL declaration.getPropertyValue('-webkit-blend-mode') should be screen. Threw exception ReferenceError: Can't find variable: declaration 15 FAIL cssRule.type should be 1. Threw exception ReferenceError: Can't find variable: cssRule 16 FAIL declaration.length should be 1. Threw exception ReferenceError: Can't find variable: declaration 17 FAIL declaration.getPropertyValue('-webkit-blend-mode') should be overlay. Threw exception ReferenceError: Can't find variable: declaration 18 FAIL cssRule.type should be 1. Threw exception ReferenceError: Can't find variable: cssRule 19 FAIL declaration.length should be 1. Threw exception ReferenceError: Can't find variable: declaration 20 FAIL declaration.getPropertyValue('-webkit-blend-mode') should be darken. Threw exception ReferenceError: Can't find variable: declaration 21 FAIL cssRule.type should be 1. Threw exception ReferenceError: Can't find variable: cssRule 22 FAIL declaration.length should be 1. Threw exception ReferenceError: Can't find variable: declaration 23 FAIL declaration.getPropertyValue('-webkit-blend-mode') should be lighten. Threw exception ReferenceError: Can't find variable: declaration 24 FAIL cssRule.type should be 1. Threw exception ReferenceError: Can't find variable: cssRule 25 FAIL declaration.length should be 1. Threw exception ReferenceError: Can't find variable: declaration 26 FAIL declaration.getPropertyValue('-webkit-blend-mode') should be color-dodge. Threw exception ReferenceError: Can't find variable: declaration 27 FAIL cssRule.type should be 1. Threw exception ReferenceError: Can't find variable: cssRule 28 FAIL declaration.length should be 1. Threw exception ReferenceError: Can't find variable: declaration 29 FAIL declaration.getPropertyValue('-webkit-blend-mode') should be color-burn. Threw exception ReferenceError: Can't find variable: declaration 30 FAIL cssRule.type should be 1. Threw exception ReferenceError: Can't find variable: cssRule 31 FAIL declaration.length should be 1. Threw exception ReferenceError: Can't find variable: declaration 32 FAIL declaration.getPropertyValue('-webkit-blend-mode') should be hard-light. Threw exception ReferenceError: Can't find variable: declaration 33 FAIL cssRule.type should be 1. Threw exception ReferenceError: Can't find variable: cssRule 34 FAIL declaration.length should be 1. Threw exception ReferenceError: Can't find variable: declaration 35 FAIL declaration.getPropertyValue('-webkit-blend-mode') should be soft-light. Threw exception ReferenceError: Can't find variable: declaration 36 FAIL cssRule.type should be 1. Threw exception ReferenceError: Can't find variable: cssRule 37 FAIL declaration.length should be 1. Threw exception ReferenceError: Can't find variable: declaration 38 FAIL declaration.getPropertyValue('-webkit-blend-mode') should be difference. Threw exception ReferenceError: Can't find variable: declaration 39 FAIL cssRule.type should be 1. Threw exception ReferenceError: Can't find variable: cssRule 40 FAIL declaration.length should be 1. Threw exception ReferenceError: Can't find variable: declaration 41 FAIL declaration.getPropertyValue('-webkit-blend-mode') should be exclusion. Threw exception ReferenceError: Can't find variable: declaration 42 FAIL cssRule.type should be 1. Threw exception ReferenceError: Can't find variable: cssRule 43 FAIL declaration.length should be 1. Threw exception ReferenceError: Can't find variable: declaration 44 FAIL declaration.getPropertyValue('-webkit-blend-mode') should be hue. Threw exception ReferenceError: Can't find variable: declaration 45 FAIL cssRule.type should be 1. Threw exception ReferenceError: Can't find variable: cssRule 46 FAIL declaration.length should be 1. Threw exception ReferenceError: Can't find variable: declaration 47 FAIL declaration.getPropertyValue('-webkit-blend-mode') should be saturation. Threw exception ReferenceError: Can't find variable: declaration 48 FAIL cssRule.type should be 1. Threw exception ReferenceError: Can't find variable: cssRule 49 FAIL declaration.length should be 1. Threw exception ReferenceError: Can't find variable: declaration 50 FAIL declaration.getPropertyValue('-webkit-blend-mode') should be color. Threw exception ReferenceError: Can't find variable: declaration 51 FAIL cssRule.type should be 1. Threw exception ReferenceError: Can't find variable: cssRule 52 FAIL declaration.length should be 1. Threw exception ReferenceError: Can't find variable: declaration 53 FAIL declaration.getPropertyValue('-webkit-blend-mode') should be luminosity. Threw exception ReferenceError: Can't find variable: declaration 6 PASS cssRule.type is 1 7 PASS declaration.length is 1 8 PASS declaration.getPropertyValue('-webkit-blend-mode') is 'normal' 9 PASS cssRule.type is 1 10 PASS declaration.length is 1 11 PASS declaration.getPropertyValue('-webkit-blend-mode') is 'multiply' 12 PASS cssRule.type is 1 13 PASS declaration.length is 1 14 PASS declaration.getPropertyValue('-webkit-blend-mode') is 'screen' 15 PASS cssRule.type is 1 16 PASS declaration.length is 1 17 PASS declaration.getPropertyValue('-webkit-blend-mode') is 'overlay' 18 PASS cssRule.type is 1 19 PASS declaration.length is 1 20 PASS declaration.getPropertyValue('-webkit-blend-mode') is 'darken' 21 PASS cssRule.type is 1 22 PASS declaration.length is 1 23 PASS declaration.getPropertyValue('-webkit-blend-mode') is 'lighten' 24 PASS cssRule.type is 1 25 PASS declaration.length is 1 26 PASS declaration.getPropertyValue('-webkit-blend-mode') is 'color-dodge' 27 PASS cssRule.type is 1 28 PASS declaration.length is 1 29 PASS declaration.getPropertyValue('-webkit-blend-mode') is 'color-burn' 30 PASS cssRule.type is 1 31 PASS declaration.length is 1 32 PASS declaration.getPropertyValue('-webkit-blend-mode') is 'hard-light' 33 PASS cssRule.type is 1 34 PASS declaration.length is 1 35 PASS declaration.getPropertyValue('-webkit-blend-mode') is 'soft-light' 36 PASS cssRule.type is 1 37 PASS declaration.length is 1 38 PASS declaration.getPropertyValue('-webkit-blend-mode') is 'difference' 39 PASS cssRule.type is 1 40 PASS declaration.length is 1 41 PASS declaration.getPropertyValue('-webkit-blend-mode') is 'exclusion' 42 PASS cssRule.type is 1 43 PASS declaration.length is 1 44 PASS declaration.getPropertyValue('-webkit-blend-mode') is 'hue' 45 PASS cssRule.type is 1 46 PASS declaration.length is 1 47 PASS declaration.getPropertyValue('-webkit-blend-mode') is 'saturation' 48 PASS cssRule.type is 1 49 PASS declaration.length is 1 50 PASS declaration.getPropertyValue('-webkit-blend-mode') is 'color' 51 PASS cssRule.type is 1 52 PASS declaration.length is 1 53 PASS declaration.getPropertyValue('-webkit-blend-mode') is 'luminosity' 54 54 PASS successfullyParsed is true 55 55 -
trunk/LayoutTests/css3/compositing/blend-mode-property-parsing-expected.txt
r126105 r130460 7 7 Basic reference : normal 8 8 PASS cssRule.type is 1 9 FAIL declaration.length should be 1. Was 0. 10 FAIL declaration.getPropertyValue('-webkit-blend-mode') should be normal (of type string). Was null (of type object). 11 FAIL jsWrapperClass(blendModeRule) should be CSSPrimitiveValue. Was [null]. 12 FAIL jsWrapperClass(blendModeRule.__proto__) should be CSSPrimitiveValuePrototype. Threw exception TypeError: 'null' is not an object (evaluating 'blendModeRule.__proto__') 13 FAIL jsWrapperClass(blendModeRule.constructor) should be CSSPrimitiveValueConstructor. Threw exception TypeError: 'null' is not an object (evaluating 'blendModeRule.constructor') 9 PASS declaration.length is 1 10 PASS declaration.getPropertyValue('-webkit-blend-mode') is 'normal' 11 PASS jsWrapperClass(blendModeRule) is 'CSSPrimitiveValue' 12 PASS jsWrapperClass(blendModeRule.__proto__) is 'CSSPrimitiveValuePrototype' 13 PASS jsWrapperClass(blendModeRule.constructor) is 'CSSPrimitiveValueConstructor' 14 14 15 15 Basic reference : multiply 16 16 PASS cssRule.type is 1 17 FAIL declaration.length should be 1. Was 0. 18 FAIL declaration.getPropertyValue('-webkit-blend-mode') should be multiply (of type string). Was null (of type object). 19 FAIL jsWrapperClass(blendModeRule) should be CSSPrimitiveValue. Was [null]. 20 FAIL jsWrapperClass(blendModeRule.__proto__) should be CSSPrimitiveValuePrototype. Threw exception TypeError: 'null' is not an object (evaluating 'blendModeRule.__proto__') 21 FAIL jsWrapperClass(blendModeRule.constructor) should be CSSPrimitiveValueConstructor. Threw exception TypeError: 'null' is not an object (evaluating 'blendModeRule.constructor') 17 PASS declaration.length is 1 18 PASS declaration.getPropertyValue('-webkit-blend-mode') is 'multiply' 19 PASS jsWrapperClass(blendModeRule) is 'CSSPrimitiveValue' 20 PASS jsWrapperClass(blendModeRule.__proto__) is 'CSSPrimitiveValuePrototype' 21 PASS jsWrapperClass(blendModeRule.constructor) is 'CSSPrimitiveValueConstructor' 22 22 23 23 Basic reference : screen 24 24 PASS cssRule.type is 1 25 FAIL declaration.length should be 1. Was 0. 26 FAIL declaration.getPropertyValue('-webkit-blend-mode') should be screen (of type string). Was null (of type object). 27 FAIL jsWrapperClass(blendModeRule) should be CSSPrimitiveValue. Was [null]. 28 FAIL jsWrapperClass(blendModeRule.__proto__) should be CSSPrimitiveValuePrototype. Threw exception TypeError: 'null' is not an object (evaluating 'blendModeRule.__proto__') 29 FAIL jsWrapperClass(blendModeRule.constructor) should be CSSPrimitiveValueConstructor. Threw exception TypeError: 'null' is not an object (evaluating 'blendModeRule.constructor') 25 PASS declaration.length is 1 26 PASS declaration.getPropertyValue('-webkit-blend-mode') is 'screen' 27 PASS jsWrapperClass(blendModeRule) is 'CSSPrimitiveValue' 28 PASS jsWrapperClass(blendModeRule.__proto__) is 'CSSPrimitiveValuePrototype' 29 PASS jsWrapperClass(blendModeRule.constructor) is 'CSSPrimitiveValueConstructor' 30 30 31 31 Basic reference : overlay 32 32 PASS cssRule.type is 1 33 FAIL declaration.length should be 1. Was 0. 34 FAIL declaration.getPropertyValue('-webkit-blend-mode') should be overlay (of type string). Was null (of type object). 35 FAIL jsWrapperClass(blendModeRule) should be CSSPrimitiveValue. Was [null]. 36 FAIL jsWrapperClass(blendModeRule.__proto__) should be CSSPrimitiveValuePrototype. Threw exception TypeError: 'null' is not an object (evaluating 'blendModeRule.__proto__') 37 FAIL jsWrapperClass(blendModeRule.constructor) should be CSSPrimitiveValueConstructor. Threw exception TypeError: 'null' is not an object (evaluating 'blendModeRule.constructor') 33 PASS declaration.length is 1 34 PASS declaration.getPropertyValue('-webkit-blend-mode') is 'overlay' 35 PASS jsWrapperClass(blendModeRule) is 'CSSPrimitiveValue' 36 PASS jsWrapperClass(blendModeRule.__proto__) is 'CSSPrimitiveValuePrototype' 37 PASS jsWrapperClass(blendModeRule.constructor) is 'CSSPrimitiveValueConstructor' 38 38 39 39 Basic reference : darken 40 40 PASS cssRule.type is 1 41 FAIL declaration.length should be 1. Was 0. 42 FAIL declaration.getPropertyValue('-webkit-blend-mode') should be darken (of type string). Was null (of type object). 43 FAIL jsWrapperClass(blendModeRule) should be CSSPrimitiveValue. Was [null]. 44 FAIL jsWrapperClass(blendModeRule.__proto__) should be CSSPrimitiveValuePrototype. Threw exception TypeError: 'null' is not an object (evaluating 'blendModeRule.__proto__') 45 FAIL jsWrapperClass(blendModeRule.constructor) should be CSSPrimitiveValueConstructor. Threw exception TypeError: 'null' is not an object (evaluating 'blendModeRule.constructor') 41 PASS declaration.length is 1 42 PASS declaration.getPropertyValue('-webkit-blend-mode') is 'darken' 43 PASS jsWrapperClass(blendModeRule) is 'CSSPrimitiveValue' 44 PASS jsWrapperClass(blendModeRule.__proto__) is 'CSSPrimitiveValuePrototype' 45 PASS jsWrapperClass(blendModeRule.constructor) is 'CSSPrimitiveValueConstructor' 46 46 47 47 Basic reference : lighten 48 48 PASS cssRule.type is 1 49 FAIL declaration.length should be 1. Was 0. 50 FAIL declaration.getPropertyValue('-webkit-blend-mode') should be lighten (of type string). Was null (of type object). 51 FAIL jsWrapperClass(blendModeRule) should be CSSPrimitiveValue. Was [null]. 52 FAIL jsWrapperClass(blendModeRule.__proto__) should be CSSPrimitiveValuePrototype. Threw exception TypeError: 'null' is not an object (evaluating 'blendModeRule.__proto__') 53 FAIL jsWrapperClass(blendModeRule.constructor) should be CSSPrimitiveValueConstructor. Threw exception TypeError: 'null' is not an object (evaluating 'blendModeRule.constructor') 49 PASS declaration.length is 1 50 PASS declaration.getPropertyValue('-webkit-blend-mode') is 'lighten' 51 PASS jsWrapperClass(blendModeRule) is 'CSSPrimitiveValue' 52 PASS jsWrapperClass(blendModeRule.__proto__) is 'CSSPrimitiveValuePrototype' 53 PASS jsWrapperClass(blendModeRule.constructor) is 'CSSPrimitiveValueConstructor' 54 54 55 55 Basic reference : color-dodge 56 56 PASS cssRule.type is 1 57 FAIL declaration.length should be 1. Was 0. 58 FAIL declaration.getPropertyValue('-webkit-blend-mode') should be color-dodge (of type string). Was null (of type object). 59 FAIL jsWrapperClass(blendModeRule) should be CSSPrimitiveValue. Was [null]. 60 FAIL jsWrapperClass(blendModeRule.__proto__) should be CSSPrimitiveValuePrototype. Threw exception TypeError: 'null' is not an object (evaluating 'blendModeRule.__proto__') 61 FAIL jsWrapperClass(blendModeRule.constructor) should be CSSPrimitiveValueConstructor. Threw exception TypeError: 'null' is not an object (evaluating 'blendModeRule.constructor') 57 PASS declaration.length is 1 58 PASS declaration.getPropertyValue('-webkit-blend-mode') is 'color-dodge' 59 PASS jsWrapperClass(blendModeRule) is 'CSSPrimitiveValue' 60 PASS jsWrapperClass(blendModeRule.__proto__) is 'CSSPrimitiveValuePrototype' 61 PASS jsWrapperClass(blendModeRule.constructor) is 'CSSPrimitiveValueConstructor' 62 62 63 63 Basic reference : color-burn 64 64 PASS cssRule.type is 1 65 FAIL declaration.length should be 1. Was 0. 66 FAIL declaration.getPropertyValue('-webkit-blend-mode') should be color-burn (of type string). Was null (of type object). 67 FAIL jsWrapperClass(blendModeRule) should be CSSPrimitiveValue. Was [null]. 68 FAIL jsWrapperClass(blendModeRule.__proto__) should be CSSPrimitiveValuePrototype. Threw exception TypeError: 'null' is not an object (evaluating 'blendModeRule.__proto__') 69 FAIL jsWrapperClass(blendModeRule.constructor) should be CSSPrimitiveValueConstructor. Threw exception TypeError: 'null' is not an object (evaluating 'blendModeRule.constructor') 65 PASS declaration.length is 1 66 PASS declaration.getPropertyValue('-webkit-blend-mode') is 'color-burn' 67 PASS jsWrapperClass(blendModeRule) is 'CSSPrimitiveValue' 68 PASS jsWrapperClass(blendModeRule.__proto__) is 'CSSPrimitiveValuePrototype' 69 PASS jsWrapperClass(blendModeRule.constructor) is 'CSSPrimitiveValueConstructor' 70 70 71 71 Basic reference : hard-light 72 72 PASS cssRule.type is 1 73 FAIL declaration.length should be 1. Was 0. 74 FAIL declaration.getPropertyValue('-webkit-blend-mode') should be hard-light (of type string). Was null (of type object). 75 FAIL jsWrapperClass(blendModeRule) should be CSSPrimitiveValue. Was [null]. 76 FAIL jsWrapperClass(blendModeRule.__proto__) should be CSSPrimitiveValuePrototype. Threw exception TypeError: 'null' is not an object (evaluating 'blendModeRule.__proto__') 77 FAIL jsWrapperClass(blendModeRule.constructor) should be CSSPrimitiveValueConstructor. Threw exception TypeError: 'null' is not an object (evaluating 'blendModeRule.constructor') 73 PASS declaration.length is 1 74 PASS declaration.getPropertyValue('-webkit-blend-mode') is 'hard-light' 75 PASS jsWrapperClass(blendModeRule) is 'CSSPrimitiveValue' 76 PASS jsWrapperClass(blendModeRule.__proto__) is 'CSSPrimitiveValuePrototype' 77 PASS jsWrapperClass(blendModeRule.constructor) is 'CSSPrimitiveValueConstructor' 78 78 79 79 Basic reference : soft-light 80 80 PASS cssRule.type is 1 81 FAIL declaration.length should be 1. Was 0. 82 FAIL declaration.getPropertyValue('-webkit-blend-mode') should be soft-light (of type string). Was null (of type object). 83 FAIL jsWrapperClass(blendModeRule) should be CSSPrimitiveValue. Was [null]. 84 FAIL jsWrapperClass(blendModeRule.__proto__) should be CSSPrimitiveValuePrototype. Threw exception TypeError: 'null' is not an object (evaluating 'blendModeRule.__proto__') 85 FAIL jsWrapperClass(blendModeRule.constructor) should be CSSPrimitiveValueConstructor. Threw exception TypeError: 'null' is not an object (evaluating 'blendModeRule.constructor') 81 PASS declaration.length is 1 82 PASS declaration.getPropertyValue('-webkit-blend-mode') is 'soft-light' 83 PASS jsWrapperClass(blendModeRule) is 'CSSPrimitiveValue' 84 PASS jsWrapperClass(blendModeRule.__proto__) is 'CSSPrimitiveValuePrototype' 85 PASS jsWrapperClass(blendModeRule.constructor) is 'CSSPrimitiveValueConstructor' 86 86 87 87 Basic reference : difference 88 88 PASS cssRule.type is 1 89 FAIL declaration.length should be 1. Was 0. 90 FAIL declaration.getPropertyValue('-webkit-blend-mode') should be difference (of type string). Was null (of type object). 91 FAIL jsWrapperClass(blendModeRule) should be CSSPrimitiveValue. Was [null]. 92 FAIL jsWrapperClass(blendModeRule.__proto__) should be CSSPrimitiveValuePrototype. Threw exception TypeError: 'null' is not an object (evaluating 'blendModeRule.__proto__') 93 FAIL jsWrapperClass(blendModeRule.constructor) should be CSSPrimitiveValueConstructor. Threw exception TypeError: 'null' is not an object (evaluating 'blendModeRule.constructor') 89 PASS declaration.length is 1 90 PASS declaration.getPropertyValue('-webkit-blend-mode') is 'difference' 91 PASS jsWrapperClass(blendModeRule) is 'CSSPrimitiveValue' 92 PASS jsWrapperClass(blendModeRule.__proto__) is 'CSSPrimitiveValuePrototype' 93 PASS jsWrapperClass(blendModeRule.constructor) is 'CSSPrimitiveValueConstructor' 94 94 95 95 Basic reference : exclusion 96 96 PASS cssRule.type is 1 97 FAIL declaration.length should be 1. Was 0. 98 FAIL declaration.getPropertyValue('-webkit-blend-mode') should be exclusion (of type string). Was null (of type object). 99 FAIL jsWrapperClass(blendModeRule) should be CSSPrimitiveValue. Was [null]. 100 FAIL jsWrapperClass(blendModeRule.__proto__) should be CSSPrimitiveValuePrototype. Threw exception TypeError: 'null' is not an object (evaluating 'blendModeRule.__proto__') 101 FAIL jsWrapperClass(blendModeRule.constructor) should be CSSPrimitiveValueConstructor. Threw exception TypeError: 'null' is not an object (evaluating 'blendModeRule.constructor') 97 PASS declaration.length is 1 98 PASS declaration.getPropertyValue('-webkit-blend-mode') is 'exclusion' 99 PASS jsWrapperClass(blendModeRule) is 'CSSPrimitiveValue' 100 PASS jsWrapperClass(blendModeRule.__proto__) is 'CSSPrimitiveValuePrototype' 101 PASS jsWrapperClass(blendModeRule.constructor) is 'CSSPrimitiveValueConstructor' 102 102 103 103 Basic reference : hue 104 104 PASS cssRule.type is 1 105 FAIL declaration.length should be 1. Was 0. 106 FAIL declaration.getPropertyValue('-webkit-blend-mode') should be hue (of type string). Was null (of type object). 107 FAIL jsWrapperClass(blendModeRule) should be CSSPrimitiveValue. Was [null]. 108 FAIL jsWrapperClass(blendModeRule.__proto__) should be CSSPrimitiveValuePrototype. Threw exception TypeError: 'null' is not an object (evaluating 'blendModeRule.__proto__') 109 FAIL jsWrapperClass(blendModeRule.constructor) should be CSSPrimitiveValueConstructor. Threw exception TypeError: 'null' is not an object (evaluating 'blendModeRule.constructor') 105 PASS declaration.length is 1 106 PASS declaration.getPropertyValue('-webkit-blend-mode') is 'hue' 107 PASS jsWrapperClass(blendModeRule) is 'CSSPrimitiveValue' 108 PASS jsWrapperClass(blendModeRule.__proto__) is 'CSSPrimitiveValuePrototype' 109 PASS jsWrapperClass(blendModeRule.constructor) is 'CSSPrimitiveValueConstructor' 110 110 111 111 Basic reference : saturation 112 112 PASS cssRule.type is 1 113 FAIL declaration.length should be 1. Was 0. 114 FAIL declaration.getPropertyValue('-webkit-blend-mode') should be saturation (of type string). Was null (of type object). 115 FAIL jsWrapperClass(blendModeRule) should be CSSPrimitiveValue. Was [null]. 116 FAIL jsWrapperClass(blendModeRule.__proto__) should be CSSPrimitiveValuePrototype. Threw exception TypeError: 'null' is not an object (evaluating 'blendModeRule.__proto__') 117 FAIL jsWrapperClass(blendModeRule.constructor) should be CSSPrimitiveValueConstructor. Threw exception TypeError: 'null' is not an object (evaluating 'blendModeRule.constructor') 113 PASS declaration.length is 1 114 PASS declaration.getPropertyValue('-webkit-blend-mode') is 'saturation' 115 PASS jsWrapperClass(blendModeRule) is 'CSSPrimitiveValue' 116 PASS jsWrapperClass(blendModeRule.__proto__) is 'CSSPrimitiveValuePrototype' 117 PASS jsWrapperClass(blendModeRule.constructor) is 'CSSPrimitiveValueConstructor' 118 118 119 119 Basic reference : color 120 120 PASS cssRule.type is 1 121 FAIL declaration.length should be 1. Was 0. 122 FAIL declaration.getPropertyValue('-webkit-blend-mode') should be color (of type string). Was null (of type object). 123 FAIL jsWrapperClass(blendModeRule) should be CSSPrimitiveValue. Was [null]. 124 FAIL jsWrapperClass(blendModeRule.__proto__) should be CSSPrimitiveValuePrototype. Threw exception TypeError: 'null' is not an object (evaluating 'blendModeRule.__proto__') 125 FAIL jsWrapperClass(blendModeRule.constructor) should be CSSPrimitiveValueConstructor. Threw exception TypeError: 'null' is not an object (evaluating 'blendModeRule.constructor') 121 PASS declaration.length is 1 122 PASS declaration.getPropertyValue('-webkit-blend-mode') is 'color' 123 PASS jsWrapperClass(blendModeRule) is 'CSSPrimitiveValue' 124 PASS jsWrapperClass(blendModeRule.__proto__) is 'CSSPrimitiveValuePrototype' 125 PASS jsWrapperClass(blendModeRule.constructor) is 'CSSPrimitiveValueConstructor' 126 126 127 127 Basic reference : luminosity 128 128 PASS cssRule.type is 1 129 FAIL declaration.length should be 1. Was 0. 130 FAIL declaration.getPropertyValue('-webkit-blend-mode') should be luminosity (of type string). Was null (of type object). 131 FAIL jsWrapperClass(blendModeRule) should be CSSPrimitiveValue. Was [null]. 132 FAIL jsWrapperClass(blendModeRule.__proto__) should be CSSPrimitiveValuePrototype. Threw exception TypeError: 'null' is not an object (evaluating 'blendModeRule.__proto__') 133 FAIL jsWrapperClass(blendModeRule.constructor) should be CSSPrimitiveValueConstructor. Threw exception TypeError: 'null' is not an object (evaluating 'blendModeRule.constructor') 129 PASS declaration.length is 1 130 PASS declaration.getPropertyValue('-webkit-blend-mode') is 'luminosity' 131 PASS jsWrapperClass(blendModeRule) is 'CSSPrimitiveValue' 132 PASS jsWrapperClass(blendModeRule.__proto__) is 'CSSPrimitiveValuePrototype' 133 PASS jsWrapperClass(blendModeRule.constructor) is 'CSSPrimitiveValueConstructor' 134 134 PASS successfullyParsed is true 135 135 -
trunk/LayoutTests/css3/compositing/script-tests/blend-mode-property.js
r126105 r130460 4 4 document.head.appendChild(styleElement); 5 5 var stylesheet = styleElement.sheet; 6 var cssRule; 7 var declaration; 6 8 7 9 function testblendmode(blendmode) … … 10 12 stylesheet.addRule("body", "-webkit-blend-mode: " + blendmode, 0); 11 13 12 varcssRule = stylesheet.cssRules.item(0);14 cssRule = stylesheet.cssRules.item(0); 13 15 14 16 shouldBe("cssRule.type", "1"); 15 17 16 vardeclaration = cssRule.style;18 declaration = cssRule.style; 17 19 shouldBe("declaration.length", "1"); 18 20 shouldBe("declaration.getPropertyValue('-webkit-blend-mode')", "\'" + blendmode + "\'"); -
trunk/LayoutTests/css3/compositing/should-have-compositing-layer-expected.txt
r127162 r130460 4 4 5 5 6 FAIL nocompositing layers6 PASS content has compositing layers 7 7 8 (GraphicsLayer 9 (bounds 800.00 600.00) 10 (children 1 11 (GraphicsLayer 12 (bounds 800.00 600.00) 13 (children 1 14 (GraphicsLayer 15 (position 8.00 76.00) 16 (bounds 160.00 90.00) 17 ) 18 ) 19 ) 20 ) 21 ) 8 22 -
trunk/LayoutTests/platform/chromium/TestExpectations
r130447 r130460 2455 2455 crbug.com/84032 [ Win ] fast/dom/object-plugin-hides-properties.html [ Pass Timeout ] 2456 2456 2457 #new test added. Still fails on chrome 2458 webkit.org/b/98315 css3/compositing/blend-mode-property.html [ Failure ] 2459 webkit.org/b/98315 css3/compositing/should-have-compositing-layer.html [ Failure ] 2460 2457 2461 # two regions reftests failing on Chromium 2458 2462 webkit.org/b/74219 fast/regions/positioned-objects-block-static-spanning-regions-rtl.html [ ImageOnlyFailure Pass ] -
trunk/Source/JavaScriptCore/ChangeLog
r130424 r130460 1 2012-10-04 Rik Cabanier <cabanier@adobe.com> 2 3 Turn Compositing on by default in WebKit build 4 https://bugs.webkit.org/show_bug.cgi?id=98315 5 6 Reviewed by Simon Fraser. 7 8 enable -webkit-blend-mode on trunk. 9 10 * Configurations/FeatureDefines.xcconfig: 11 1 12 2012-10-04 Michael Saboff <msaboff@apple.com> 2 13 -
trunk/Source/JavaScriptCore/Configurations/FeatureDefines.xcconfig
r129260 r130460 45 45 ENABLE_CSS_REGIONS = ENABLE_CSS_REGIONS; 46 46 ENABLE_CSS_SHADERS = ENABLE_CSS_SHADERS; 47 ENABLE_CSS_COMPOSITING = ;47 ENABLE_CSS_COMPOSITING = ENABLE_CSS_COMPOSITING; 48 48 ENABLE_CSS_STICKY_POSITION = ENABLE_CSS_STICKY_POSITION; 49 49 ENABLE_CSS_VARIABLES = ; -
trunk/Source/WebCore/ChangeLog
r130459 r130460 1 2012-10-04 Rik Cabanier <cabanier@adobe.com> 2 3 Turn Compositing on by default in WebKit build 4 https://bugs.webkit.org/show_bug.cgi?id=98315 5 6 Reviewed by Simon Fraser. 7 8 enable -webkit-blend-mode on trunk. 9 10 No new tests. Existing blending test were updated. 11 12 * Configurations/FeatureDefines.xcconfig: 13 * css/CSSPropertyNames.in: 14 * css/CSSValueKeywords.in: 15 1 16 2012-10-04 Hayato Ito <hayato@chromium.org> 2 17 -
trunk/Source/WebCore/Configurations/FeatureDefines.xcconfig
r129260 r130460 46 46 ENABLE_CSS_REGIONS = ENABLE_CSS_REGIONS; 47 47 ENABLE_CSS_SHADERS = ENABLE_CSS_SHADERS; 48 ENABLE_CSS_COMPOSITING = ;48 ENABLE_CSS_COMPOSITING = ENABLE_CSS_COMPOSITING; 49 49 ENABLE_CSS_STICKY_POSITION = ENABLE_CSS_STICKY_POSITION; 50 50 ENABLE_CSS_VARIABLES = ; -
trunk/Source/WebCore/css/CSSPropertyNames.in
r128347 r130460 266 266 -webkit-box-decoration-break 267 267 #endif 268 #if defined(ENABLE_CSS_COMPOSITING) && ENABLE_CSS_COMPOSITING 269 -webkit-blend-mode 270 #endif 268 271 #if defined(ENABLE_CSS_FILTERS) && ENABLE_CSS_FILTERS 269 272 -webkit-filter 270 #endif271 #if defined(ENABLE_CSS_COMPOSITING) && ENABLE_CSS_COMPOSITING272 -webkit-blend-mode273 273 #endif 274 274 -webkit-align-content -
trunk/Source/WebKit/mac/ChangeLog
r130439 r130460 1 2012-10-04 Rik Cabanier <cabanier@adobe.com> 2 3 Turn Compositing on by default in WebKit build 4 https://bugs.webkit.org/show_bug.cgi?id=98315 5 6 Reviewed by Simon Fraser. 7 8 enable -webkit-blend-mode on trunk. 9 10 * Configurations/FeatureDefines.xcconfig: 11 1 12 2012-10-04 Simon Fraser <simon.fraser@apple.com> 2 13 -
trunk/Source/WebKit/mac/Configurations/FeatureDefines.xcconfig
r129260 r130460 46 46 ENABLE_CSS_REGIONS = ENABLE_CSS_REGIONS; 47 47 ENABLE_CSS_SHADERS = ENABLE_CSS_SHADERS; 48 ENABLE_CSS_COMPOSITING = ;48 ENABLE_CSS_COMPOSITING = ENABLE_CSS_COMPOSITING; 49 49 ENABLE_CSS_STICKY_POSITION = ENABLE_CSS_STICKY_POSITION; 50 50 ENABLE_CSS_VARIABLES = ; -
trunk/Source/WebKit2/ChangeLog
r130453 r130460 1 2012-10-04 Rik Cabanier <cabanier@adobe.com> 2 3 Turn Compositing on by default in WebKit build 4 https://bugs.webkit.org/show_bug.cgi?id=98315 5 6 Reviewed by Simon Fraser. 7 8 enable -webkit-blend-mode on trunk. 9 10 * Configurations/FeatureDefines.xcconfig: 11 1 12 2012-10-04 Simon Fraser <simon.fraser@apple.com> 2 13 -
trunk/Tools/ChangeLog
r130450 r130460 1 2012-10-04 Rik Cabanier <cabanier@adobe.com> 2 3 Turn Compositing on by default in WebKit build 4 https://bugs.webkit.org/show_bug.cgi?id=98315 5 6 Reviewed by Simon Fraser. 7 8 enable -webkit-blend-mode on trunk. 9 10 * Scripts/webkitperl/FeatureList.pm: 11 1 12 2012-10-04 Ryuan Choi <ryuan.choi@samsung.com> 2 13 -
trunk/Tools/Scripts/webkitperl/FeatureList.pm
r130372 r130460 191 191 192 192 { option => "css-compositing", desc => "Toggle CSS Compositing support", 193 define => "ENABLE_CSS_COMPOSITING", default => 0, value => \$cssCompositingSupport },193 define => "ENABLE_CSS_COMPOSITING", default => isAppleWebKit(), value => \$cssCompositingSupport }, 194 194 195 195 { option => "css-variables", desc => "Toggle CSS Variable support",
Note:
See TracChangeset
for help on using the changeset viewer.