Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(836)

Side by Side Diff: third_party/WebKit/LayoutTests/fast/table/border-collapsing/cached-change-col-border-width-expected.txt

Issue 2149953004: [css-tables] Set needsLayout on cells when column border width changes (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 { 1 {
2 "name": "Content Root Layer",
2 "bounds": [800, 600], 3 "bounds": [800, 600],
3 "children": [ 4 "children": [
4 { 5 {
6 "name": "LayoutView #document",
5 "bounds": [800, 600], 7 "bounds": [800, 600],
6 "contentsOpaque": true, 8 "contentsOpaque": true,
7 "drawsContent": true, 9 "drawsContent": true,
8 "paintInvalidations": [ 10 "paintInvalidations": [
9 { 11 {
10 "object": "LayoutTableCol COL id='col'", 12 "object": "LayoutTableCol COL id='col'",
11 "rect": [8, 8, 110, 104], 13 "rect": [8, 8, 113, 104],
12 "reason": "style change" 14 "reason": "style change"
13 }, 15 },
14 { 16 {
15 "object": "LayoutTable TABLE", 17 "object": "LayoutTable TABLE",
16 "rect": [8, 108, 110, 4], 18 "rect": [8, 108, 113, 4],
17 "reason": "incremental" 19 "reason": "incremental"
18 }, 20 },
19 { 21 {
20 "object": "LayoutTable TABLE", 22 "object": "LayoutTable TABLE",
21 "rect": [8, 110, 110, 2], 23 "rect": [8, 110, 113, 2],
22 "reason": "incremental" 24 "reason": "incremental"
23 }, 25 },
24 { 26 {
25 "object": "LayoutTableSection TBODY", 27 "object": "LayoutTableSection TBODY",
26 "rect": [10, 10, 107, 100], 28 "rect": [10, 10, 110, 100],
29 "reason": "bounds change"
30 },
31 {
32 "object": "LayoutTableRow TR",
33 "rect": [10, 60, 110, 50],
34 "reason": "bounds change"
35 },
36 {
37 "object": "LayoutTableRow TR",
38 "rect": [10, 10, 110, 50],
27 "reason": "bounds change" 39 "reason": "bounds change"
28 }, 40 },
29 { 41 {
30 "object": "LayoutTableSection TBODY", 42 "object": "LayoutTableSection TBODY",
31 "rect": [9, 9, 107, 100], 43 "rect": [9, 9, 107, 100],
32 "reason": "bounds change" 44 "reason": "bounds change"
33 }, 45 },
34 { 46 {
35 "object": "LayoutTableRow TR",
36 "rect": [10, 60, 107, 50],
37 "reason": "bounds change"
38 },
39 {
40 "object": "LayoutTableRow TR",
41 "rect": [10, 10, 107, 50],
42 "reason": "bounds change"
43 },
44 {
45 "object": "LayoutTableRow TR", 47 "object": "LayoutTableRow TR",
46 "rect": [9, 59, 107, 50], 48 "rect": [9, 59, 107, 50],
47 "reason": "bounds change" 49 "reason": "bounds change"
48 }, 50 },
49 { 51 {
50 "object": "LayoutTableRow TR", 52 "object": "LayoutTableRow TR",
51 "rect": [9, 9, 107, 50], 53 "rect": [9, 9, 107, 50],
52 "reason": "bounds change" 54 "reason": "bounds change"
53 }, 55 },
54 { 56 {
55 "object": "LayoutTableCell TD", 57 "object": "LayoutTableCell TD",
56 "rect": [8, 59, 58, 53], 58 "rect": [8, 59, 60, 53],
57 "reason": "bounds change" 59 "reason": "bounds change"
58 }, 60 },
59 { 61 {
60 "object": "LayoutTableCell TD", 62 "object": "LayoutTableCell TD",
61 "rect": [8, 8, 58, 53], 63 "rect": [8, 8, 60, 53],
62 "reason": "location change" 64 "reason": "location change"
63 }, 65 },
64 { 66 {
65 "object": "LayoutTableCell TD", 67 "object": "LayoutTableCell TD",
66 "rect": [62, 59, 56, 53], 68 "rect": [64, 59, 57, 53],
67 "reason": "bounds change" 69 "reason": "bounds change"
68 }, 70 },
69 { 71 {
70 "object": "LayoutTableCell TD", 72 "object": "LayoutTableCell TD",
71 "rect": [62, 8, 56, 53], 73 "rect": [64, 8, 57, 53],
72 "reason": "location change" 74 "reason": "bounds change"
73 }, 75 },
74 { 76 {
75 "object": "LayoutTableCell TD", 77 "object": "LayoutTableCell TD",
76 "rect": [8, 58, 56, 52], 78 "rect": [8, 58, 56, 52],
77 "reason": "bounds change" 79 "reason": "bounds change"
78 }, 80 },
79 { 81 {
82 "object": "LayoutTableCell TD",
83 "rect": [62, 8, 55, 52],
84 "reason": "bounds change"
85 },
86 {
87 "object": "LayoutTableCell TD",
88 "rect": [63, 59, 54, 51],
89 "reason": "bounds change"
90 },
91 {
80 "object": "LayoutTable TABLE", 92 "object": "LayoutTable TABLE",
81 "rect": [116, 8, 2, 104], 93 "rect": [116, 8, 5, 104],
82 "reason": "incremental" 94 "reason": "incremental"
83 }, 95 },
84 { 96 {
85 "object": "LayoutTable TABLE", 97 "object": "LayoutTable TABLE",
86 "rect": [117, 8, 1, 104], 98 "rect": [117, 8, 4, 104],
87 "reason": "incremental" 99 "reason": "incremental"
88 },
89 {
90 "object": "LayoutTableCell TD",
91 "reason": "full"
92 },
93 {
94 "object": "LayoutTableCell TD",
95 "reason": "full"
96 },
97 {
98 "object": "LayoutTableCell TD",
99 "reason": "full"
100 },
101 {
102 "object": "LayoutTableCell TD",
103 "reason": "full"
104 } 100 }
105 ] 101 ]
106 } 102 }
103 ],
104 "objectPaintInvalidations": [
105 {
106 "object": "LayoutTableCell TD",
107 "reason": "style change"
108 },
109 {
110 "object": "LayoutTableCell TD",
111 "reason": "style change"
112 },
113 {
114 "object": "LayoutTableCell TD",
115 "reason": "style change"
116 },
117 {
118 "object": "LayoutTableCell TD",
119 "reason": "style change"
120 },
121 {
122 "object": "LayoutTable TABLE",
123 "reason": "incremental"
124 },
125 {
126 "object": "LayoutTableCol COL id='col'",
127 "reason": "style change"
128 },
129 {
130 "object": "LayoutTableSection TBODY",
131 "reason": "bounds change"
132 },
133 {
134 "object": "LayoutTableRow TR",
135 "reason": "bounds change"
136 },
137 {
138 "object": "LayoutTableCell TD",
139 "reason": "location change"
140 },
141 {
142 "object": "LayoutTableCell TD",
143 "reason": "bounds change"
144 },
145 {
146 "object": "LayoutTableRow TR",
147 "reason": "bounds change"
148 },
149 {
150 "object": "LayoutTableCell TD",
151 "reason": "bounds change"
152 },
153 {
154 "object": "LayoutTableCell TD",
155 "reason": "bounds change"
156 }
107 ] 157 ]
108 } 158 }
109 159
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698