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

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

Issue 1880263003: Auto-rebaseline for r386782 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 8 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 "bounds": [800, 600], 2 "bounds": [800, 600],
3 "children": [ 3 "children": [
4 { 4 {
5 "bounds": [800, 600], 5 "bounds": [800, 600],
6 "contentsOpaque": true, 6 "contentsOpaque": true,
7 "drawsContent": true, 7 "drawsContent": true,
8 "paintInvalidations": [ 8 "paintInvalidations": [
9 { 9 {
10 "object": "LayoutTable TABLE", 10 "object": "LayoutTable TABLE",
(...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after
51 "rect": [0, 0, 0, 0], 51 "rect": [0, 0, 0, 0],
52 "reason": "full" 52 "reason": "full"
53 }, 53 },
54 { 54 {
55 "object": "LayoutTableCell TD", 55 "object": "LayoutTableCell TD",
56 "rect": [0, 0, 0, 0], 56 "rect": [0, 0, 0, 0],
57 "reason": "full" 57 "reason": "full"
58 }, 58 },
59 { 59 {
60 "object": "LayoutTableCell TD", 60 "object": "LayoutTableCell TD",
61 "rect": [8, 8, 56, 52],
62 "reason": "location change"
63 },
64 {
65 "object": "LayoutTableCell TD",
66 "rect": [8, 8, 58, 53], 61 "rect": [8, 8, 58, 53],
67 "reason": "location change" 62 "reason": "location change"
68 }, 63 },
69 { 64 {
70 "object": "LayoutTableCell TD", 65 "object": "LayoutTableCell TD",
71 "rect": [62, 8, 55, 52],
72 "reason": "location change"
73 },
74 {
75 "object": "LayoutTableCell TD",
76 "rect": [62, 8, 56, 53], 66 "rect": [62, 8, 56, 53],
77 "reason": "location change" 67 "reason": "location change"
78 }, 68 },
79 { 69 {
80 "object": "LayoutTableCell TD", 70 "object": "LayoutTableCell TD",
81 "rect": [8, 58, 56, 52], 71 "rect": [8, 58, 56, 52],
82 "reason": "location change" 72 "reason": "location change"
83 }, 73 },
84 { 74 {
85 "object": "LayoutTableCell TD", 75 "object": "LayoutTableCell TD",
86 "rect": [8, 59, 58, 53], 76 "rect": [8, 59, 58, 53],
87 "reason": "location change" 77 "reason": "location change"
88 }, 78 },
89 { 79 {
90 "object": "LayoutTableCell TD", 80 "object": "LayoutTableCell TD",
91 "rect": [63, 59, 54, 51],
92 "reason": "location change"
93 },
94 {
95 "object": "LayoutTableCell TD",
96 "rect": [62, 59, 56, 53], 81 "rect": [62, 59, 56, 53],
97 "reason": "location change" 82 "reason": "location change"
98 }, 83 },
99 { 84 {
100 "object": "LayoutTableCol COL id='col'", 85 "object": "LayoutTableCol COL id='col'",
101 "rect": [8, 8, 109, 102],
102 "reason": "style change"
103 },
104 {
105 "object": "LayoutTableCol COL id='col'",
106 "rect": [8, 8, 110, 104], 86 "rect": [8, 8, 110, 104],
107 "reason": "style change" 87 "reason": "style change"
108 }, 88 },
109 { 89 {
110 "object": "LayoutTableRow TR", 90 "object": "LayoutTableRow TR",
111 "rect": [9, 9, 107, 50], 91 "rect": [9, 9, 107, 50],
112 "reason": "location change" 92 "reason": "location change"
113 }, 93 },
114 { 94 {
115 "object": "LayoutTableRow TR", 95 "object": "LayoutTableRow TR",
(...skipping 18 matching lines...) Expand all
134 { 114 {
135 "object": "LayoutTableSection TBODY", 115 "object": "LayoutTableSection TBODY",
136 "rect": [10, 10, 107, 100], 116 "rect": [10, 10, 107, 100],
137 "reason": "location change" 117 "reason": "location change"
138 } 118 }
139 ] 119 ]
140 } 120 }
141 ] 121 ]
142 } 122 }
143 123
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698