| 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-size, background-repeat, background-attac
hment, background-origin, background-clip, background-color". |
| 11 Removing border | 11 Removing border |
| 12 removes "border" | 12 removes "border" |
| 13 and adds "". | 13 and adds "". |
| 14 Removing border-top | 14 Removing border-top |
| 15 removes "border" | 15 removes "border" |
| 16 and adds "border-right, border-bottom, border-left". | 16 and adds "border-right, border-bottom, border-left, border-image". |
| 17 Removing border-right | 17 Removing border-right |
| 18 removes "border" | 18 removes "border" |
| 19 and adds "border-top, border-bottom, border-left". | 19 and adds "border-top, border-bottom, border-left, border-image". |
| 20 Removing border-bottom | 20 Removing border-bottom |
| 21 removes "border" | 21 removes "border" |
| 22 and adds "border-top, border-right, border-left". | 22 and adds "border-top, border-right, border-left, border-image". |
| 23 Removing border-left | 23 Removing border-left |
| 24 removes "border" | 24 removes "border" |
| 25 and adds "border-top, border-right, border-bottom". | 25 and adds "border-top, border-right, border-bottom, border-image". |
| 26 Removing border-color | 26 Removing border-color |
| 27 removes "border" | 27 removes "border" |
| 28 and adds "border-width, border-style". | 28 and adds "border-width, border-style, border-image". |
| 29 Removing border-style | 29 Removing border-style |
| 30 removes "border" | 30 removes "border" |
| 31 and adds "border-width, border-color". | 31 and adds "border-width, border-color, border-image". |
| 32 Removing border-width | 32 Removing border-width |
| 33 removes "border" | 33 removes "border" |
| 34 and adds "border-style, border-color". | 34 and adds "border-style, border-color, border-image". |
| 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 "columns" | 45 removes "columns" |
| 46 and adds "". | 46 and adds "". |
| 47 Removing -webkit-column-rule | 47 Removing -webkit-column-rule |
| 48 removes "column-rule" | 48 removes "column-rule" |
| 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-collapse" | 57 removes "-webkit-margin-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". | 64 and adds "-webkit-mask-image, -webkit-mask-size, -webkit-mask-repeat, -webkit-ma
sk-origin, -webkit-mask-clip". |
| 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" | 72 removes "-webkit-text-stroke" |
| 73 and adds "". | 73 and adds "". |
| OLD | NEW |