summaryrefslogtreecommitdiffstats
path: root/third_party/WebKit/LayoutTests/fast/css/remove-shorthand-expected.txt
blob: 637573fd6e23938b9782ed3edb0987b210332390 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
Test for http://bugs.webkit.org/show_bug.cgi?id=9284 Quirksmode (CSS1): Removing inline border styles is impossible.

Starting with a declaration containing all properties that are constituents of shortcuts, see what is removed when a shortcut property is removed. The shortcut’s constituents and only them should be removed.

Removing background
removes "background"
and adds "".
Removing background-position
removes "background"
and adds "background-image, background-attachment, background-color, background-size, background-origin, background-clip, background-repeat".
Removing border
removes "border"
and adds "".
Removing border-top
removes "border"
and adds "border-right-width, border-bottom-width, border-left-width, border-right-style, border-bottom-style, border-left-style, border-right-color, border-bottom-color, border-left-color".
Removing border-right
removes "border"
and adds "border-top-width, border-bottom-width, border-left-width, border-top-style, border-bottom-style, border-left-style, border-top-color, border-bottom-color, border-left-color".
Removing border-bottom
removes "border"
and adds "border-top-width, border-right-width, border-left-width, border-top-style, border-right-style, border-left-style, border-top-color, border-right-color, border-left-color".
Removing border-left
removes "border"
and adds "border-top-width, border-right-width, border-bottom-width, border-top-style, border-right-style, border-bottom-style, border-top-color, border-right-color, border-bottom-color".
Removing border-color
removes "border"
and adds "border-width, border-style".
Removing border-style
removes "border"
and adds "border-width, border-color".
Removing border-width
removes "border"
and adds "border-style, border-color".
Removing border-radius
removes "border-radius"
and adds "".
Removing -webkit-border-radius
removes "border-radius"
and adds "".
Removing border-spacing
removes "border-spacing"
and adds "".
Removing -webkit-columns
removes "column-width, column-count"
and adds "".
Removing -webkit-column-rule
removes "column-rule-width, column-rule-style, column-rule-color"
and adds "".
Removing list-style
removes "list-style"
and adds "".
Removing margin
removes "margin"
and adds "".
Removing -webkit-margin-collapse
removes "-webkit-margin-before-collapse, -webkit-margin-after-collapse"
and adds "".
Removing -webkit-mask
removes "-webkit-mask"
and adds "".
Removing -webkit-mask-position
removes "-webkit-mask"
and adds "-webkit-mask-image, -webkit-mask-repeat-x, -webkit-mask-repeat-y".
Removing overflow
removes "overflow"
and adds "".
Removing padding
removes "padding"
and adds "".
Removing -webkit-text-stroke
removes "-webkit-text-stroke-width, -webkit-text-stroke-color"
and adds "".