| OLD | NEW |
| 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 |
| OLD | NEW |