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 15 matching lines...) Expand all Loading... |
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". |
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". |
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". |
35 Removing border-radius | 35 Removing border-radius |
36 removes "border-top-left-radius, border-top-right-radius, border-bottom-right-ra
dius, border-bottom-left-radius" | 36 removes "border-radius" |
37 and adds "". | 37 and adds "". |
38 Removing -webkit-border-radius | 38 Removing -webkit-border-radius |
39 removes "border-top-left-radius, border-top-right-radius, border-bottom-right-ra
dius, border-bottom-left-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 "-webkit-column-width, -webkit-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 "-webkit-column-rule-width, -webkit-column-rule-style, -webkit-column-ru
le-color" |
49 and adds "". | 49 and adds "". |
(...skipping 14 matching lines...) Expand all Loading... |
64 and adds "-webkit-mask". | 64 and adds "-webkit-mask". |
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-color, -webkit-text-stroke-width" |
73 and adds "". | 73 and adds "". |
OLD | NEW |