summaryrefslogtreecommitdiffstats
path: root/third_party/WebKit/LayoutTests/fast/table/border-changes-expected.txt
blob: fb3307cfa8f2922efd3a1af7f5e063921548b926 (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
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
This test checks the behavior of table styles when changing certain table attributes.

On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".


PASS getComputedStyle(table, '').borderLeftWidth is '0px'
PASS getComputedStyle(table, '').borderRightWidth is '0px'
PASS getComputedStyle(table, '').borderTopWidth is '0px'
PASS getComputedStyle(table, '').borderBottomWidth is '0px'
PASS getComputedStyle(table, '').borderLeftStyle is 'none'
PASS getComputedStyle(table, '').borderRightStyle is 'none'
PASS getComputedStyle(table, '').borderTopStyle is 'none'
PASS getComputedStyle(table, '').borderBottomStyle is 'none'
PASS getComputedStyle(table, '').borderLeftColor is yellow
PASS getComputedStyle(table, '').borderRightColor is yellow
PASS getComputedStyle(table, '').borderTopColor is yellow
PASS getComputedStyle(table, '').borderBottomColor is yellow
PASS getComputedStyle(cell, '').borderLeftWidth is '0px'
PASS getComputedStyle(cell, '').borderRightWidth is '0px'
PASS getComputedStyle(cell, '').borderTopWidth is '0px'
PASS getComputedStyle(cell, '').borderBottomWidth is '0px'
PASS getComputedStyle(cell, '').borderLeftStyle is 'none'
PASS getComputedStyle(cell, '').borderRightStyle is 'none'
PASS getComputedStyle(cell, '').borderTopStyle is 'none'
PASS getComputedStyle(cell, '').borderBottomStyle is 'none'
PASS getComputedStyle(cell, '').borderLeftColor is red
PASS getComputedStyle(cell, '').borderRightColor is red
PASS getComputedStyle(cell, '').borderTopColor is red
PASS getComputedStyle(cell, '').borderBottomColor is red
PASS getComputedStyle(table, '').borderLeftWidth is '1px'
PASS getComputedStyle(table, '').borderRightWidth is '1px'
PASS getComputedStyle(table, '').borderTopWidth is '1px'
PASS getComputedStyle(table, '').borderBottomWidth is '1px'
PASS getComputedStyle(table, '').borderLeftStyle is 'outset'
PASS getComputedStyle(table, '').borderRightStyle is 'outset'
PASS getComputedStyle(table, '').borderTopStyle is 'outset'
PASS getComputedStyle(table, '').borderBottomStyle is 'outset'
PASS getComputedStyle(table, '').borderLeftColor is yellow
PASS getComputedStyle(table, '').borderRightColor is yellow
PASS getComputedStyle(table, '').borderTopColor is yellow
PASS getComputedStyle(table, '').borderBottomColor is yellow
PASS getComputedStyle(cell, '').borderLeftWidth is '1px'
PASS getComputedStyle(cell, '').borderRightWidth is '1px'
PASS getComputedStyle(cell, '').borderTopWidth is '1px'
PASS getComputedStyle(cell, '').borderBottomWidth is '1px'
PASS getComputedStyle(cell, '').borderLeftStyle is 'inset'
PASS getComputedStyle(cell, '').borderRightStyle is 'inset'
PASS getComputedStyle(cell, '').borderTopStyle is 'inset'
PASS getComputedStyle(cell, '').borderBottomStyle is 'inset'
PASS getComputedStyle(cell, '').borderLeftColor is red
PASS getComputedStyle(cell, '').borderRightColor is red
PASS getComputedStyle(cell, '').borderTopColor is red
PASS getComputedStyle(cell, '').borderBottomColor is red
PASS getComputedStyle(table, '').borderLeftWidth is '1px'
PASS getComputedStyle(table, '').borderRightWidth is '1px'
PASS getComputedStyle(table, '').borderTopWidth is '1px'
PASS getComputedStyle(table, '').borderBottomWidth is '1px'
PASS getComputedStyle(table, '').borderLeftStyle is 'solid'
PASS getComputedStyle(table, '').borderRightStyle is 'solid'
PASS getComputedStyle(table, '').borderTopStyle is 'solid'
PASS getComputedStyle(table, '').borderBottomStyle is 'solid'
PASS getComputedStyle(table, '').borderLeftColor is yellow
PASS getComputedStyle(table, '').borderRightColor is yellow
PASS getComputedStyle(table, '').borderTopColor is yellow
PASS getComputedStyle(table, '').borderBottomColor is yellow
PASS getComputedStyle(cell, '').borderLeftWidth is '1px'
PASS getComputedStyle(cell, '').borderRightWidth is '1px'
PASS getComputedStyle(cell, '').borderTopWidth is '1px'
PASS getComputedStyle(cell, '').borderBottomWidth is '1px'
PASS getComputedStyle(cell, '').borderLeftStyle is 'solid'
PASS getComputedStyle(cell, '').borderRightStyle is 'solid'
PASS getComputedStyle(cell, '').borderTopStyle is 'solid'
PASS getComputedStyle(cell, '').borderBottomStyle is 'solid'
PASS getComputedStyle(cell, '').borderLeftColor is red
PASS getComputedStyle(cell, '').borderRightColor is red
PASS getComputedStyle(cell, '').borderTopColor is red
PASS getComputedStyle(cell, '').borderBottomColor is red
PASS getComputedStyle(table, '').borderLeftWidth is '1px'
PASS getComputedStyle(table, '').borderRightWidth is '1px'
PASS getComputedStyle(table, '').borderTopWidth is '1px'
PASS getComputedStyle(table, '').borderBottomWidth is '1px'
PASS getComputedStyle(table, '').borderLeftStyle is 'solid'
PASS getComputedStyle(table, '').borderRightStyle is 'solid'
PASS getComputedStyle(table, '').borderTopStyle is 'solid'
PASS getComputedStyle(table, '').borderBottomStyle is 'solid'
PASS getComputedStyle(table, '').borderLeftColor is yellow
PASS getComputedStyle(table, '').borderRightColor is yellow
PASS getComputedStyle(table, '').borderTopColor is yellow
PASS getComputedStyle(table, '').borderBottomColor is yellow
PASS getComputedStyle(cell, '').borderLeftWidth is '1px'
PASS getComputedStyle(cell, '').borderRightWidth is '1px'
PASS getComputedStyle(cell, '').borderTopWidth is '0px'
PASS getComputedStyle(cell, '').borderBottomWidth is '0px'
PASS getComputedStyle(cell, '').borderLeftStyle is 'solid'
PASS getComputedStyle(cell, '').borderRightStyle is 'solid'
PASS getComputedStyle(cell, '').borderTopStyle is 'none'
PASS getComputedStyle(cell, '').borderBottomStyle is 'none'
PASS getComputedStyle(cell, '').borderLeftColor is red
PASS getComputedStyle(cell, '').borderRightColor is red
PASS getComputedStyle(cell, '').borderTopColor is red
PASS getComputedStyle(cell, '').borderBottomColor is red
PASS getComputedStyle(table, '').borderLeftWidth is '1px'
PASS getComputedStyle(table, '').borderRightWidth is '1px'
PASS getComputedStyle(table, '').borderTopWidth is '1px'
PASS getComputedStyle(table, '').borderBottomWidth is '1px'
PASS getComputedStyle(table, '').borderLeftStyle is 'solid'
PASS getComputedStyle(table, '').borderRightStyle is 'solid'
PASS getComputedStyle(table, '').borderTopStyle is 'solid'
PASS getComputedStyle(table, '').borderBottomStyle is 'solid'
PASS getComputedStyle(table, '').borderLeftColor is yellow
PASS getComputedStyle(table, '').borderRightColor is yellow
PASS getComputedStyle(table, '').borderTopColor is yellow
PASS getComputedStyle(table, '').borderBottomColor is yellow
PASS getComputedStyle(cell, '').borderLeftWidth is '0px'
PASS getComputedStyle(cell, '').borderRightWidth is '0px'
PASS getComputedStyle(cell, '').borderTopWidth is '1px'
PASS getComputedStyle(cell, '').borderBottomWidth is '1px'
PASS getComputedStyle(cell, '').borderLeftStyle is 'none'
PASS getComputedStyle(cell, '').borderRightStyle is 'none'
PASS getComputedStyle(cell, '').borderTopStyle is 'solid'
PASS getComputedStyle(cell, '').borderBottomStyle is 'solid'
PASS getComputedStyle(cell, '').borderLeftColor is red
PASS getComputedStyle(cell, '').borderRightColor is red
PASS getComputedStyle(cell, '').borderTopColor is red
PASS getComputedStyle(cell, '').borderBottomColor is red
PASS getComputedStyle(table, '').borderLeftWidth is '3px'
PASS getComputedStyle(table, '').borderRightWidth is '3px'
PASS getComputedStyle(table, '').borderTopWidth is '3px'
PASS getComputedStyle(table, '').borderBottomWidth is '3px'
PASS getComputedStyle(table, '').borderLeftStyle is 'solid'
PASS getComputedStyle(table, '').borderRightStyle is 'solid'
PASS getComputedStyle(table, '').borderTopStyle is 'solid'
PASS getComputedStyle(table, '').borderBottomStyle is 'solid'
PASS getComputedStyle(table, '').borderLeftColor is yellow
PASS getComputedStyle(table, '').borderRightColor is yellow
PASS getComputedStyle(table, '').borderTopColor is yellow
PASS getComputedStyle(table, '').borderBottomColor is yellow
PASS successfullyParsed is true

TEST COMPLETE