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

Unified Diff: LayoutTests/css3/compositing/background-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/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
« no previous file with comments | « LayoutTests/TestExpectations ('k') | LayoutTests/css3/compositing/background-blend-mode-property-parsing-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698