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

Unified 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 side-by-side diff with in-line comments
Download patch
Index: LayoutTests/css3/compositing/blend-mode-property-expected.txt
diff --git a/LayoutTests/css3/compositing/blend-mode-property-expected.txt b/LayoutTests/css3/compositing/blend-mode-property-expected.txt
index 9770b107570806e12eabcd58faf7ab052faeb267..eae424e541e16d7144658a62ae5e9af9b40dd306 100644
--- a/LayoutTests/css3/compositing/blend-mode-property-expected.txt
+++ b/LayoutTests/css3/compositing/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('mix-blend-mode') should be normal (of type string). Was null (of type object).
+PASS declaration.length is 1
+PASS declaration.getPropertyValue('mix-blend-mode') is 'normal'
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).
+PASS declaration.length is 1
+PASS declaration.getPropertyValue('mix-blend-mode') is 'multiply'
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).
+PASS declaration.length is 1
+PASS declaration.getPropertyValue('mix-blend-mode') is 'screen'
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).
+PASS declaration.length is 1
+PASS declaration.getPropertyValue('mix-blend-mode') is 'overlay'
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).
+PASS declaration.length is 1
+PASS declaration.getPropertyValue('mix-blend-mode') is 'darken'
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).
+PASS declaration.length is 1
+PASS declaration.getPropertyValue('mix-blend-mode') is 'lighten'
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).
+PASS declaration.length is 1
+PASS declaration.getPropertyValue('mix-blend-mode') is 'color-dodge'
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).
+PASS declaration.length is 1
+PASS declaration.getPropertyValue('mix-blend-mode') is 'color-burn'
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).
+PASS declaration.length is 1
+PASS declaration.getPropertyValue('mix-blend-mode') is 'hard-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).
+PASS declaration.length is 1
+PASS declaration.getPropertyValue('mix-blend-mode') is 'soft-light'
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).
+PASS declaration.length is 1
+PASS declaration.getPropertyValue('mix-blend-mode') is 'difference'
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).
+PASS declaration.length is 1
+PASS declaration.getPropertyValue('mix-blend-mode') is 'exclusion'
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).
+PASS declaration.length is 1
+PASS declaration.getPropertyValue('mix-blend-mode') is 'hue'
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).
+PASS declaration.length is 1
+PASS declaration.getPropertyValue('mix-blend-mode') is 'saturation'
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).
+PASS declaration.length is 1
+PASS declaration.getPropertyValue('mix-blend-mode') is 'color'
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).
+PASS declaration.length is 1
+PASS declaration.getPropertyValue('mix-blend-mode') is 'luminosity'
PASS successfullyParsed is true
TEST COMPLETE

Powered by Google App Engine
This is Rietveld 408576698