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

Side by Side Diff: LayoutTests/css3/blending/blend-mode-property-parsing-invalid-expected.txt

Issue 1274643002: CSSStyleDeclaraction returns empty string (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Removed changes from imported/csswg-test Created 5 years, 4 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 unified diff | Download patch
OLDNEW
1 Test the parsing of the mix-blend-mode property. 1 Test the parsing of the mix-blend-mode property.
2 2
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ". 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
4 4
5 5
6 6
7 Too many parameters : overlay overlay 7 Too many parameters : overlay overlay
8 PASS cssRule.type is 1 8 PASS cssRule.type is 1
9 PASS declaration.length is 0 9 PASS declaration.length is 0
10 PASS declaration.getPropertyValue('mix-blend-mode') is null 10 PASS declaration.getPropertyValue('mix-blend-mode') is ""
11 11
12 Wrong type : "5px" 12 Wrong type : "5px"
13 PASS cssRule.type is 1 13 PASS cssRule.type is 1
14 PASS declaration.length is 0 14 PASS declaration.length is 0
15 PASS declaration.getPropertyValue('mix-blend-mode') is null 15 PASS declaration.getPropertyValue('mix-blend-mode') is ""
16 16
17 Trailing comma : overlay, 17 Trailing comma : overlay,
18 PASS cssRule.type is 1 18 PASS cssRule.type is 1
19 PASS declaration.length is 0 19 PASS declaration.length is 0
20 PASS declaration.getPropertyValue('mix-blend-mode') is null 20 PASS declaration.getPropertyValue('mix-blend-mode') is ""
21 PASS successfullyParsed is true 21 PASS successfullyParsed is true
22 22
23 TEST COMPLETE 23 TEST COMPLETE
24 24
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698