Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / table / border-changes-expected.txt
blobfb3307cfa8f2922efd3a1af7f5e063921548b926
1 This test checks the behavior of table styles when changing certain table attributes.
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
6 PASS getComputedStyle(table, '').borderLeftWidth is '0px'
7 PASS getComputedStyle(table, '').borderRightWidth is '0px'
8 PASS getComputedStyle(table, '').borderTopWidth is '0px'
9 PASS getComputedStyle(table, '').borderBottomWidth is '0px'
10 PASS getComputedStyle(table, '').borderLeftStyle is 'none'
11 PASS getComputedStyle(table, '').borderRightStyle is 'none'
12 PASS getComputedStyle(table, '').borderTopStyle is 'none'
13 PASS getComputedStyle(table, '').borderBottomStyle is 'none'
14 PASS getComputedStyle(table, '').borderLeftColor is yellow
15 PASS getComputedStyle(table, '').borderRightColor is yellow
16 PASS getComputedStyle(table, '').borderTopColor is yellow
17 PASS getComputedStyle(table, '').borderBottomColor is yellow
18 PASS getComputedStyle(cell, '').borderLeftWidth is '0px'
19 PASS getComputedStyle(cell, '').borderRightWidth is '0px'
20 PASS getComputedStyle(cell, '').borderTopWidth is '0px'
21 PASS getComputedStyle(cell, '').borderBottomWidth is '0px'
22 PASS getComputedStyle(cell, '').borderLeftStyle is 'none'
23 PASS getComputedStyle(cell, '').borderRightStyle is 'none'
24 PASS getComputedStyle(cell, '').borderTopStyle is 'none'
25 PASS getComputedStyle(cell, '').borderBottomStyle is 'none'
26 PASS getComputedStyle(cell, '').borderLeftColor is red
27 PASS getComputedStyle(cell, '').borderRightColor is red
28 PASS getComputedStyle(cell, '').borderTopColor is red
29 PASS getComputedStyle(cell, '').borderBottomColor is red
30 PASS getComputedStyle(table, '').borderLeftWidth is '1px'
31 PASS getComputedStyle(table, '').borderRightWidth is '1px'
32 PASS getComputedStyle(table, '').borderTopWidth is '1px'
33 PASS getComputedStyle(table, '').borderBottomWidth is '1px'
34 PASS getComputedStyle(table, '').borderLeftStyle is 'outset'
35 PASS getComputedStyle(table, '').borderRightStyle is 'outset'
36 PASS getComputedStyle(table, '').borderTopStyle is 'outset'
37 PASS getComputedStyle(table, '').borderBottomStyle is 'outset'
38 PASS getComputedStyle(table, '').borderLeftColor is yellow
39 PASS getComputedStyle(table, '').borderRightColor is yellow
40 PASS getComputedStyle(table, '').borderTopColor is yellow
41 PASS getComputedStyle(table, '').borderBottomColor is yellow
42 PASS getComputedStyle(cell, '').borderLeftWidth is '1px'
43 PASS getComputedStyle(cell, '').borderRightWidth is '1px'
44 PASS getComputedStyle(cell, '').borderTopWidth is '1px'
45 PASS getComputedStyle(cell, '').borderBottomWidth is '1px'
46 PASS getComputedStyle(cell, '').borderLeftStyle is 'inset'
47 PASS getComputedStyle(cell, '').borderRightStyle is 'inset'
48 PASS getComputedStyle(cell, '').borderTopStyle is 'inset'
49 PASS getComputedStyle(cell, '').borderBottomStyle is 'inset'
50 PASS getComputedStyle(cell, '').borderLeftColor is red
51 PASS getComputedStyle(cell, '').borderRightColor is red
52 PASS getComputedStyle(cell, '').borderTopColor is red
53 PASS getComputedStyle(cell, '').borderBottomColor is red
54 PASS getComputedStyle(table, '').borderLeftWidth is '1px'
55 PASS getComputedStyle(table, '').borderRightWidth is '1px'
56 PASS getComputedStyle(table, '').borderTopWidth is '1px'
57 PASS getComputedStyle(table, '').borderBottomWidth is '1px'
58 PASS getComputedStyle(table, '').borderLeftStyle is 'solid'
59 PASS getComputedStyle(table, '').borderRightStyle is 'solid'
60 PASS getComputedStyle(table, '').borderTopStyle is 'solid'
61 PASS getComputedStyle(table, '').borderBottomStyle is 'solid'
62 PASS getComputedStyle(table, '').borderLeftColor is yellow
63 PASS getComputedStyle(table, '').borderRightColor is yellow
64 PASS getComputedStyle(table, '').borderTopColor is yellow
65 PASS getComputedStyle(table, '').borderBottomColor is yellow
66 PASS getComputedStyle(cell, '').borderLeftWidth is '1px'
67 PASS getComputedStyle(cell, '').borderRightWidth is '1px'
68 PASS getComputedStyle(cell, '').borderTopWidth is '1px'
69 PASS getComputedStyle(cell, '').borderBottomWidth is '1px'
70 PASS getComputedStyle(cell, '').borderLeftStyle is 'solid'
71 PASS getComputedStyle(cell, '').borderRightStyle is 'solid'
72 PASS getComputedStyle(cell, '').borderTopStyle is 'solid'
73 PASS getComputedStyle(cell, '').borderBottomStyle is 'solid'
74 PASS getComputedStyle(cell, '').borderLeftColor is red
75 PASS getComputedStyle(cell, '').borderRightColor is red
76 PASS getComputedStyle(cell, '').borderTopColor is red
77 PASS getComputedStyle(cell, '').borderBottomColor is red
78 PASS getComputedStyle(table, '').borderLeftWidth is '1px'
79 PASS getComputedStyle(table, '').borderRightWidth is '1px'
80 PASS getComputedStyle(table, '').borderTopWidth is '1px'
81 PASS getComputedStyle(table, '').borderBottomWidth is '1px'
82 PASS getComputedStyle(table, '').borderLeftStyle is 'solid'
83 PASS getComputedStyle(table, '').borderRightStyle is 'solid'
84 PASS getComputedStyle(table, '').borderTopStyle is 'solid'
85 PASS getComputedStyle(table, '').borderBottomStyle is 'solid'
86 PASS getComputedStyle(table, '').borderLeftColor is yellow
87 PASS getComputedStyle(table, '').borderRightColor is yellow
88 PASS getComputedStyle(table, '').borderTopColor is yellow
89 PASS getComputedStyle(table, '').borderBottomColor is yellow
90 PASS getComputedStyle(cell, '').borderLeftWidth is '1px'
91 PASS getComputedStyle(cell, '').borderRightWidth is '1px'
92 PASS getComputedStyle(cell, '').borderTopWidth is '0px'
93 PASS getComputedStyle(cell, '').borderBottomWidth is '0px'
94 PASS getComputedStyle(cell, '').borderLeftStyle is 'solid'
95 PASS getComputedStyle(cell, '').borderRightStyle is 'solid'
96 PASS getComputedStyle(cell, '').borderTopStyle is 'none'
97 PASS getComputedStyle(cell, '').borderBottomStyle is 'none'
98 PASS getComputedStyle(cell, '').borderLeftColor is red
99 PASS getComputedStyle(cell, '').borderRightColor is red
100 PASS getComputedStyle(cell, '').borderTopColor is red
101 PASS getComputedStyle(cell, '').borderBottomColor is red
102 PASS getComputedStyle(table, '').borderLeftWidth is '1px'
103 PASS getComputedStyle(table, '').borderRightWidth is '1px'
104 PASS getComputedStyle(table, '').borderTopWidth is '1px'
105 PASS getComputedStyle(table, '').borderBottomWidth is '1px'
106 PASS getComputedStyle(table, '').borderLeftStyle is 'solid'
107 PASS getComputedStyle(table, '').borderRightStyle is 'solid'
108 PASS getComputedStyle(table, '').borderTopStyle is 'solid'
109 PASS getComputedStyle(table, '').borderBottomStyle is 'solid'
110 PASS getComputedStyle(table, '').borderLeftColor is yellow
111 PASS getComputedStyle(table, '').borderRightColor is yellow
112 PASS getComputedStyle(table, '').borderTopColor is yellow
113 PASS getComputedStyle(table, '').borderBottomColor is yellow
114 PASS getComputedStyle(cell, '').borderLeftWidth is '0px'
115 PASS getComputedStyle(cell, '').borderRightWidth is '0px'
116 PASS getComputedStyle(cell, '').borderTopWidth is '1px'
117 PASS getComputedStyle(cell, '').borderBottomWidth is '1px'
118 PASS getComputedStyle(cell, '').borderLeftStyle is 'none'
119 PASS getComputedStyle(cell, '').borderRightStyle is 'none'
120 PASS getComputedStyle(cell, '').borderTopStyle is 'solid'
121 PASS getComputedStyle(cell, '').borderBottomStyle is 'solid'
122 PASS getComputedStyle(cell, '').borderLeftColor is red
123 PASS getComputedStyle(cell, '').borderRightColor is red
124 PASS getComputedStyle(cell, '').borderTopColor is red
125 PASS getComputedStyle(cell, '').borderBottomColor is red
126 PASS getComputedStyle(table, '').borderLeftWidth is '3px'
127 PASS getComputedStyle(table, '').borderRightWidth is '3px'
128 PASS getComputedStyle(table, '').borderTopWidth is '3px'
129 PASS getComputedStyle(table, '').borderBottomWidth is '3px'
130 PASS getComputedStyle(table, '').borderLeftStyle is 'solid'
131 PASS getComputedStyle(table, '').borderRightStyle is 'solid'
132 PASS getComputedStyle(table, '').borderTopStyle is 'solid'
133 PASS getComputedStyle(table, '').borderBottomStyle is 'solid'
134 PASS getComputedStyle(table, '').borderLeftColor is yellow
135 PASS getComputedStyle(table, '').borderRightColor is yellow
136 PASS getComputedStyle(table, '').borderTopColor is yellow
137 PASS getComputedStyle(table, '').borderBottomColor is yellow
138 PASS successfullyParsed is true
140 TEST COMPLETE