| OLD | NEW |
| 1 Test for http://bugs.webkit.org/show_bug.cgi?id=9284 Quirksmode (CSS1): Removing
inline border styles is impossible. | 1 Test for http://bugs.webkit.org/show_bug.cgi?id=9284 Quirksmode (CSS1): Removing
inline border styles is impossible. |
| 2 | 2 |
| 3 Starting with a declaration containing all properties that are constituents of s
hortcuts, see what is removed when a shortcut property is removed. The shortcut’
s constituents and only them should be removed. | 3 Starting with a declaration containing all properties that are constituents of s
hortcuts, see what is removed when a shortcut property is removed. The shortcut’
s constituents and only them should be removed. |
| 4 | 4 |
| 5 Removing background | 5 Removing background |
| 6 removes "background" | 6 removes "background" |
| 7 and adds "". | 7 and adds "". |
| 8 Removing background-position | 8 Removing background-position |
| 9 removes "background" | 9 removes "background" |
| 10 and adds "background-image, background-attachment, background-color, background-
size, background-origin, background-clip, background-repeat". | 10 and adds "background-image, background-attachment, background-color, background-
size, background-origin, background-clip, background-repeat". |
| (...skipping 51 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 62 Removing -webkit-mask-position | 62 Removing -webkit-mask-position |
| 63 removes "-webkit-mask" | 63 removes "-webkit-mask" |
| 64 and adds "-webkit-mask-image, -webkit-mask-repeat-x, -webkit-mask-repeat-y". | 64 and adds "-webkit-mask-image, -webkit-mask-repeat-x, -webkit-mask-repeat-y". |
| 65 Removing overflow | 65 Removing overflow |
| 66 removes "overflow" | 66 removes "overflow" |
| 67 and adds "". | 67 and adds "". |
| 68 Removing padding | 68 Removing padding |
| 69 removes "padding" | 69 removes "padding" |
| 70 and adds "". | 70 and adds "". |
| 71 Removing -webkit-text-stroke | 71 Removing -webkit-text-stroke |
| 72 removes "-webkit-text-stroke-color, -webkit-text-stroke-width" | 72 removes "-webkit-text-stroke-width, -webkit-text-stroke-color" |
| 73 and adds "". | 73 and adds "". |
| OLD | NEW |