| 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 24 matching lines...) Expand all Loading... |
| 35 Removing border-radius | 35 Removing border-radius |
| 36 removes "border-radius" | 36 removes "border-radius" |
| 37 and adds "". | 37 and adds "". |
| 38 Removing -webkit-border-radius | 38 Removing -webkit-border-radius |
| 39 removes "border-radius" | 39 removes "border-radius" |
| 40 and adds "". | 40 and adds "". |
| 41 Removing border-spacing | 41 Removing border-spacing |
| 42 removes "border-spacing" | 42 removes "border-spacing" |
| 43 and adds "". | 43 and adds "". |
| 44 Removing -webkit-columns | 44 Removing -webkit-columns |
| 45 removes "-webkit-column-width, -webkit-column-count" | 45 removes "column-width, column-count" |
| 46 and adds "". | 46 and adds "". |
| 47 Removing -webkit-column-rule | 47 Removing -webkit-column-rule |
| 48 removes "-webkit-column-rule-width, -webkit-column-rule-style, -webkit-column-ru
le-color" | 48 removes "column-rule-width, column-rule-style, column-rule-color" |
| 49 and adds "". | 49 and adds "". |
| 50 Removing list-style | 50 Removing list-style |
| 51 removes "list-style" | 51 removes "list-style" |
| 52 and adds "". | 52 and adds "". |
| 53 Removing margin | 53 Removing margin |
| 54 removes "margin" | 54 removes "margin" |
| 55 and adds "". | 55 and adds "". |
| 56 Removing -webkit-margin-collapse | 56 Removing -webkit-margin-collapse |
| 57 removes "-webkit-margin-before-collapse, -webkit-margin-after-collapse" | 57 removes "-webkit-margin-before-collapse, -webkit-margin-after-collapse" |
| 58 and adds "". | 58 and adds "". |
| 59 Removing -webkit-mask | 59 Removing -webkit-mask |
| 60 removes "-webkit-mask" | 60 removes "-webkit-mask" |
| 61 and adds "". | 61 and adds "". |
| 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-width, -webkit-text-stroke-color" | 72 removes "-webkit-text-stroke-width, -webkit-text-stroke-color" |
| 73 and adds "". | 73 and adds "". |
| OLD | NEW |