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

Unified Diff: LayoutTests/css3/compositing/blend-mode-property-parsing-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 side-by-side diff with in-line comments
Download patch
Index: LayoutTests/css3/compositing/blend-mode-property-parsing-expected.txt
diff --git a/LayoutTests/css3/compositing/blend-mode-property-parsing-expected.txt b/LayoutTests/css3/compositing/blend-mode-property-parsing-expected.txt
index 401ae0388ddf0a59f7bbb3a0ed1f3985d145f39c..14df24a35680bc53c4f74a86d922f46fcfc66ae5 100644
--- a/LayoutTests/css3/compositing/blend-mode-property-parsing-expected.txt
+++ b/LayoutTests/css3/compositing/blend-mode-property-parsing-expected.txt
@@ -6,131 +6,131 @@ On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
Basic reference : normal
PASS cssRule.type is 1
-FAIL declaration.length should be 1. Was 0.
-FAIL declaration.getPropertyValue('mix-blend-mode') should be normal (of type string). Was null (of type object).
-FAIL jsWrapperClass(blendModeRule) should be CSSPrimitiveValue. Was [null].
-FAIL jsWrapperClass(blendModeRule.__proto__) should be CSSPrimitiveValuePrototype. Threw exception TypeError: Cannot read property '__proto__' of null
-FAIL jsWrapperClass(blendModeRule.constructor) should be CSSPrimitiveValueConstructor. Threw exception TypeError: Cannot read property 'constructor' of null
+PASS declaration.length is 1
+PASS declaration.getPropertyValue('mix-blend-mode') is 'normal'
+PASS jsWrapperClass(blendModeRule) is 'CSSPrimitiveValue'
+PASS jsWrapperClass(blendModeRule.__proto__) is 'Object'
+PASS jsWrapperClass(blendModeRule.constructor) is 'Function'
Basic reference : multiply
PASS cssRule.type is 1
-FAIL declaration.length should be 1. Was 0.
-FAIL declaration.getPropertyValue('mix-blend-mode') should be multiply (of type string). Was null (of type object).
-FAIL jsWrapperClass(blendModeRule) should be CSSPrimitiveValue. Was [null].
-FAIL jsWrapperClass(blendModeRule.__proto__) should be CSSPrimitiveValuePrototype. Threw exception TypeError: Cannot read property '__proto__' of null
-FAIL jsWrapperClass(blendModeRule.constructor) should be CSSPrimitiveValueConstructor. Threw exception TypeError: Cannot read property 'constructor' of null
+PASS declaration.length is 1
+PASS declaration.getPropertyValue('mix-blend-mode') is 'multiply'
+PASS jsWrapperClass(blendModeRule) is 'CSSPrimitiveValue'
+PASS jsWrapperClass(blendModeRule.__proto__) is 'Object'
+PASS jsWrapperClass(blendModeRule.constructor) is 'Function'
Basic reference : screen
PASS cssRule.type is 1
-FAIL declaration.length should be 1. Was 0.
-FAIL declaration.getPropertyValue('mix-blend-mode') should be screen (of type string). Was null (of type object).
-FAIL jsWrapperClass(blendModeRule) should be CSSPrimitiveValue. Was [null].
-FAIL jsWrapperClass(blendModeRule.__proto__) should be CSSPrimitiveValuePrototype. Threw exception TypeError: Cannot read property '__proto__' of null
-FAIL jsWrapperClass(blendModeRule.constructor) should be CSSPrimitiveValueConstructor. Threw exception TypeError: Cannot read property 'constructor' of null
+PASS declaration.length is 1
+PASS declaration.getPropertyValue('mix-blend-mode') is 'screen'
+PASS jsWrapperClass(blendModeRule) is 'CSSPrimitiveValue'
+PASS jsWrapperClass(blendModeRule.__proto__) is 'Object'
+PASS jsWrapperClass(blendModeRule.constructor) is 'Function'
Basic reference : overlay
PASS cssRule.type is 1
-FAIL declaration.length should be 1. Was 0.
-FAIL declaration.getPropertyValue('mix-blend-mode') should be overlay (of type string). Was null (of type object).
-FAIL jsWrapperClass(blendModeRule) should be CSSPrimitiveValue. Was [null].
-FAIL jsWrapperClass(blendModeRule.__proto__) should be CSSPrimitiveValuePrototype. Threw exception TypeError: Cannot read property '__proto__' of null
-FAIL jsWrapperClass(blendModeRule.constructor) should be CSSPrimitiveValueConstructor. Threw exception TypeError: Cannot read property 'constructor' of null
+PASS declaration.length is 1
+PASS declaration.getPropertyValue('mix-blend-mode') is 'overlay'
+PASS jsWrapperClass(blendModeRule) is 'CSSPrimitiveValue'
+PASS jsWrapperClass(blendModeRule.__proto__) is 'Object'
+PASS jsWrapperClass(blendModeRule.constructor) is 'Function'
Basic reference : darken
PASS cssRule.type is 1
-FAIL declaration.length should be 1. Was 0.
-FAIL declaration.getPropertyValue('mix-blend-mode') should be darken (of type string). Was null (of type object).
-FAIL jsWrapperClass(blendModeRule) should be CSSPrimitiveValue. Was [null].
-FAIL jsWrapperClass(blendModeRule.__proto__) should be CSSPrimitiveValuePrototype. Threw exception TypeError: Cannot read property '__proto__' of null
-FAIL jsWrapperClass(blendModeRule.constructor) should be CSSPrimitiveValueConstructor. Threw exception TypeError: Cannot read property 'constructor' of null
+PASS declaration.length is 1
+PASS declaration.getPropertyValue('mix-blend-mode') is 'darken'
+PASS jsWrapperClass(blendModeRule) is 'CSSPrimitiveValue'
+PASS jsWrapperClass(blendModeRule.__proto__) is 'Object'
+PASS jsWrapperClass(blendModeRule.constructor) is 'Function'
Basic reference : lighten
PASS cssRule.type is 1
-FAIL declaration.length should be 1. Was 0.
-FAIL declaration.getPropertyValue('mix-blend-mode') should be lighten (of type string). Was null (of type object).
-FAIL jsWrapperClass(blendModeRule) should be CSSPrimitiveValue. Was [null].
-FAIL jsWrapperClass(blendModeRule.__proto__) should be CSSPrimitiveValuePrototype. Threw exception TypeError: Cannot read property '__proto__' of null
-FAIL jsWrapperClass(blendModeRule.constructor) should be CSSPrimitiveValueConstructor. Threw exception TypeError: Cannot read property 'constructor' of null
+PASS declaration.length is 1
+PASS declaration.getPropertyValue('mix-blend-mode') is 'lighten'
+PASS jsWrapperClass(blendModeRule) is 'CSSPrimitiveValue'
+PASS jsWrapperClass(blendModeRule.__proto__) is 'Object'
+PASS jsWrapperClass(blendModeRule.constructor) is 'Function'
Basic reference : color-dodge
PASS cssRule.type is 1
-FAIL declaration.length should be 1. Was 0.
-FAIL declaration.getPropertyValue('mix-blend-mode') should be color-dodge (of type string). Was null (of type object).
-FAIL jsWrapperClass(blendModeRule) should be CSSPrimitiveValue. Was [null].
-FAIL jsWrapperClass(blendModeRule.__proto__) should be CSSPrimitiveValuePrototype. Threw exception TypeError: Cannot read property '__proto__' of null
-FAIL jsWrapperClass(blendModeRule.constructor) should be CSSPrimitiveValueConstructor. Threw exception TypeError: Cannot read property 'constructor' of null
+PASS declaration.length is 1
+PASS declaration.getPropertyValue('mix-blend-mode') is 'color-dodge'
+PASS jsWrapperClass(blendModeRule) is 'CSSPrimitiveValue'
+PASS jsWrapperClass(blendModeRule.__proto__) is 'Object'
+PASS jsWrapperClass(blendModeRule.constructor) is 'Function'
Basic reference : color-burn
PASS cssRule.type is 1
-FAIL declaration.length should be 1. Was 0.
-FAIL declaration.getPropertyValue('mix-blend-mode') should be color-burn (of type string). Was null (of type object).
-FAIL jsWrapperClass(blendModeRule) should be CSSPrimitiveValue. Was [null].
-FAIL jsWrapperClass(blendModeRule.__proto__) should be CSSPrimitiveValuePrototype. Threw exception TypeError: Cannot read property '__proto__' of null
-FAIL jsWrapperClass(blendModeRule.constructor) should be CSSPrimitiveValueConstructor. Threw exception TypeError: Cannot read property 'constructor' of null
+PASS declaration.length is 1
+PASS declaration.getPropertyValue('mix-blend-mode') is 'color-burn'
+PASS jsWrapperClass(blendModeRule) is 'CSSPrimitiveValue'
+PASS jsWrapperClass(blendModeRule.__proto__) is 'Object'
+PASS jsWrapperClass(blendModeRule.constructor) is 'Function'
Basic reference : hard-light
PASS cssRule.type is 1
-FAIL declaration.length should be 1. Was 0.
-FAIL declaration.getPropertyValue('mix-blend-mode') should be hard-light (of type string). Was null (of type object).
-FAIL jsWrapperClass(blendModeRule) should be CSSPrimitiveValue. Was [null].
-FAIL jsWrapperClass(blendModeRule.__proto__) should be CSSPrimitiveValuePrototype. Threw exception TypeError: Cannot read property '__proto__' of null
-FAIL jsWrapperClass(blendModeRule.constructor) should be CSSPrimitiveValueConstructor. Threw exception TypeError: Cannot read property 'constructor' of null
+PASS declaration.length is 1
+PASS declaration.getPropertyValue('mix-blend-mode') is 'hard-light'
+PASS jsWrapperClass(blendModeRule) is 'CSSPrimitiveValue'
+PASS jsWrapperClass(blendModeRule.__proto__) is 'Object'
+PASS jsWrapperClass(blendModeRule.constructor) is 'Function'
Basic reference : soft-light
PASS cssRule.type is 1
-FAIL declaration.length should be 1. Was 0.
-FAIL declaration.getPropertyValue('mix-blend-mode') should be soft-light (of type string). Was null (of type object).
-FAIL jsWrapperClass(blendModeRule) should be CSSPrimitiveValue. Was [null].
-FAIL jsWrapperClass(blendModeRule.__proto__) should be CSSPrimitiveValuePrototype. Threw exception TypeError: Cannot read property '__proto__' of null
-FAIL jsWrapperClass(blendModeRule.constructor) should be CSSPrimitiveValueConstructor. Threw exception TypeError: Cannot read property 'constructor' of null
+PASS declaration.length is 1
+PASS declaration.getPropertyValue('mix-blend-mode') is 'soft-light'
+PASS jsWrapperClass(blendModeRule) is 'CSSPrimitiveValue'
+PASS jsWrapperClass(blendModeRule.__proto__) is 'Object'
+PASS jsWrapperClass(blendModeRule.constructor) is 'Function'
Basic reference : difference
PASS cssRule.type is 1
-FAIL declaration.length should be 1. Was 0.
-FAIL declaration.getPropertyValue('mix-blend-mode') should be difference (of type string). Was null (of type object).
-FAIL jsWrapperClass(blendModeRule) should be CSSPrimitiveValue. Was [null].
-FAIL jsWrapperClass(blendModeRule.__proto__) should be CSSPrimitiveValuePrototype. Threw exception TypeError: Cannot read property '__proto__' of null
-FAIL jsWrapperClass(blendModeRule.constructor) should be CSSPrimitiveValueConstructor. Threw exception TypeError: Cannot read property 'constructor' of null
+PASS declaration.length is 1
+PASS declaration.getPropertyValue('mix-blend-mode') is 'difference'
+PASS jsWrapperClass(blendModeRule) is 'CSSPrimitiveValue'
+PASS jsWrapperClass(blendModeRule.__proto__) is 'Object'
+PASS jsWrapperClass(blendModeRule.constructor) is 'Function'
Basic reference : exclusion
PASS cssRule.type is 1
-FAIL declaration.length should be 1. Was 0.
-FAIL declaration.getPropertyValue('mix-blend-mode') should be exclusion (of type string). Was null (of type object).
-FAIL jsWrapperClass(blendModeRule) should be CSSPrimitiveValue. Was [null].
-FAIL jsWrapperClass(blendModeRule.__proto__) should be CSSPrimitiveValuePrototype. Threw exception TypeError: Cannot read property '__proto__' of null
-FAIL jsWrapperClass(blendModeRule.constructor) should be CSSPrimitiveValueConstructor. Threw exception TypeError: Cannot read property 'constructor' of null
+PASS declaration.length is 1
+PASS declaration.getPropertyValue('mix-blend-mode') is 'exclusion'
+PASS jsWrapperClass(blendModeRule) is 'CSSPrimitiveValue'
+PASS jsWrapperClass(blendModeRule.__proto__) is 'Object'
+PASS jsWrapperClass(blendModeRule.constructor) is 'Function'
Basic reference : hue
PASS cssRule.type is 1
-FAIL declaration.length should be 1. Was 0.
-FAIL declaration.getPropertyValue('mix-blend-mode') should be hue (of type string). Was null (of type object).
-FAIL jsWrapperClass(blendModeRule) should be CSSPrimitiveValue. Was [null].
-FAIL jsWrapperClass(blendModeRule.__proto__) should be CSSPrimitiveValuePrototype. Threw exception TypeError: Cannot read property '__proto__' of null
-FAIL jsWrapperClass(blendModeRule.constructor) should be CSSPrimitiveValueConstructor. Threw exception TypeError: Cannot read property 'constructor' of null
+PASS declaration.length is 1
+PASS declaration.getPropertyValue('mix-blend-mode') is 'hue'
+PASS jsWrapperClass(blendModeRule) is 'CSSPrimitiveValue'
+PASS jsWrapperClass(blendModeRule.__proto__) is 'Object'
+PASS jsWrapperClass(blendModeRule.constructor) is 'Function'
Basic reference : saturation
PASS cssRule.type is 1
-FAIL declaration.length should be 1. Was 0.
-FAIL declaration.getPropertyValue('mix-blend-mode') should be saturation (of type string). Was null (of type object).
-FAIL jsWrapperClass(blendModeRule) should be CSSPrimitiveValue. Was [null].
-FAIL jsWrapperClass(blendModeRule.__proto__) should be CSSPrimitiveValuePrototype. Threw exception TypeError: Cannot read property '__proto__' of null
-FAIL jsWrapperClass(blendModeRule.constructor) should be CSSPrimitiveValueConstructor. Threw exception TypeError: Cannot read property 'constructor' of null
+PASS declaration.length is 1
+PASS declaration.getPropertyValue('mix-blend-mode') is 'saturation'
+PASS jsWrapperClass(blendModeRule) is 'CSSPrimitiveValue'
+PASS jsWrapperClass(blendModeRule.__proto__) is 'Object'
+PASS jsWrapperClass(blendModeRule.constructor) is 'Function'
Basic reference : color
PASS cssRule.type is 1
-FAIL declaration.length should be 1. Was 0.
-FAIL declaration.getPropertyValue('mix-blend-mode') should be color (of type string). Was null (of type object).
-FAIL jsWrapperClass(blendModeRule) should be CSSPrimitiveValue. Was [null].
-FAIL jsWrapperClass(blendModeRule.__proto__) should be CSSPrimitiveValuePrototype. Threw exception TypeError: Cannot read property '__proto__' of null
-FAIL jsWrapperClass(blendModeRule.constructor) should be CSSPrimitiveValueConstructor. Threw exception TypeError: Cannot read property 'constructor' of null
+PASS declaration.length is 1
+PASS declaration.getPropertyValue('mix-blend-mode') is 'color'
+PASS jsWrapperClass(blendModeRule) is 'CSSPrimitiveValue'
+PASS jsWrapperClass(blendModeRule.__proto__) is 'Object'
+PASS jsWrapperClass(blendModeRule.constructor) is 'Function'
Basic reference : luminosity
PASS cssRule.type is 1
-FAIL declaration.length should be 1. Was 0.
-FAIL declaration.getPropertyValue('mix-blend-mode') should be luminosity (of type string). Was null (of type object).
-FAIL jsWrapperClass(blendModeRule) should be CSSPrimitiveValue. Was [null].
-FAIL jsWrapperClass(blendModeRule.__proto__) should be CSSPrimitiveValuePrototype. Threw exception TypeError: Cannot read property '__proto__' of null
-FAIL jsWrapperClass(blendModeRule.constructor) should be CSSPrimitiveValueConstructor. Threw exception TypeError: Cannot read property 'constructor' of null
+PASS declaration.length is 1
+PASS declaration.getPropertyValue('mix-blend-mode') is 'luminosity'
+PASS jsWrapperClass(blendModeRule) is 'CSSPrimitiveValue'
+PASS jsWrapperClass(blendModeRule.__proto__) is 'Object'
+PASS jsWrapperClass(blendModeRule.constructor) is 'Function'
PASS successfullyParsed is true
TEST COMPLETE

Powered by Google App Engine
This is Rietveld 408576698