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

Side by Side Diff: LayoutTests/fast/css/getPropertyValue-webkit-margin-collapse-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 Bug 110903: getPropertyValue for -webkit-margin-collapse returns null, should co mpute the shorthand value 1 Bug 110903: getPropertyValue for -webkit-margin-collapse returns null, should co mpute the shorthand value
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 PASS webkitMarginCollapseValue("margin-collapse1") is 'collapse separate' 6 PASS webkitMarginCollapseValue("margin-collapse1") is 'collapse separate'
7 PASS webkitMarginCollapseValue("margin-collapse2") is 'discard discard' 7 PASS webkitMarginCollapseValue("margin-collapse2") is 'discard discard'
8 PASS webkitMarginCollapseValue("margin-collapse3") is 'discard separate' 8 PASS webkitMarginCollapseValue("margin-collapse3") is 'discard separate'
9 NOTE: 'foo' is an illegal CSS value for '-webkit-margin-collapse'. 9 NOTE: 'foo' is an illegal CSS value for '-webkit-margin-collapse'.
10 PASS webkitMarginCollapseValue("margin-collapse4") is null 10 PASS webkitMarginCollapseValue("margin-collapse4") is ""
11 NOTE: If only few longhand properties are specified, getPropertyValue for shorth and property returns null. 11 NOTE: If only few longhand properties are specified, getPropertyValue for shorth and property returns empty string.
12 PASS webkitMarginCollapseValue("margin-collapse5") is null 12 PASS webkitMarginCollapseValue("margin-collapse5") is ""
13 PASS successfullyParsed is true 13 PASS successfullyParsed is true
14 14
15 TEST COMPLETE 15 TEST COMPLETE
16 16
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698