Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / css / remove-shorthand-expected.txt
blob296751f9c3bded333f30b103618730a8acec3826
1 Test for http://bugs.webkit.org/show_bug.cgi?id=9284 Quirksmode (CSS1): Removing inline border styles is impossible.
3 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.
5 Removing background
6 removes "background"
7 and adds "".
8 Removing background-position
9 removes "background"
10 and adds "background-image, background-attachment, background-color, background-size, background-origin, background-clip, background-repeat".
11 Removing border
12 removes "border"
13 and adds "".
14 Removing border-top
15 removes "border"
16 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".
17 Removing border-right
18 removes "border"
19 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".
20 Removing border-bottom
21 removes "border"
22 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".
23 Removing border-left
24 removes "border"
25 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".
26 Removing border-color
27 removes "border"
28 and adds "border-width, border-style".
29 Removing border-style
30 removes "border"
31 and adds "border-width, border-color".
32 Removing border-width
33 removes "border"
34 and adds "border-style, border-color".
35 Removing border-radius
36 removes "border-radius"
37 and adds "".
38 Removing -webkit-border-radius
39 removes "border-radius"
40 and adds "".
41 Removing border-spacing
42 removes "border-spacing"
43 and adds "".
44 Removing -webkit-columns
45 removes "-webkit-column-width, -webkit-column-count"
46 and adds "".
47 Removing -webkit-column-rule
48 removes "-webkit-column-rule-width, -webkit-column-rule-style, -webkit-column-rule-color"
49 and adds "".
50 Removing list-style
51 removes "list-style"
52 and adds "".
53 Removing margin
54 removes "margin"
55 and adds "".
56 Removing -webkit-margin-collapse
57 removes "-webkit-margin-before-collapse, -webkit-margin-after-collapse"
58 and adds "".
59 Removing -webkit-mask
60 removes "-webkit-mask"
61 and adds "".
62 Removing -webkit-mask-position
63 removes "-webkit-mask"
64 and adds "-webkit-mask-image, -webkit-mask-repeat-x, -webkit-mask-repeat-y".
65 Removing overflow
66 removes "overflow"
67 and adds "".
68 Removing padding
69 removes "padding"
70 and adds "".
71 Removing -webkit-text-stroke
72 removes "-webkit-text-stroke-color, -webkit-text-stroke-width"
73 and adds "".