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

Side by Side Diff: third_party/WebKit/LayoutTests/fast/table/border-collapsing/cached-change-colgroup-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": "LayoutTableCell TD", 10 "object": "LayoutTableCell TD",
(...skipping 50 matching lines...) Expand 10 before | Expand all | Expand 10 after
61 "rect": [8, 8, 56, 52], 61 "rect": [8, 8, 56, 52],
62 "reason": "bounds change" 62 "reason": "bounds change"
63 }, 63 },
64 { 64 {
65 "object": "LayoutTableCell TD", 65 "object": "LayoutTableCell TD",
66 "rect": [7, 7, 56, 53], 66 "rect": [7, 7, 56, 53],
67 "reason": "bounds change" 67 "reason": "bounds change"
68 }, 68 },
69 { 69 {
70 "object": "LayoutTableCell TD", 70 "object": "LayoutTableCell TD",
71 "rect": [62, 8, 55, 52],
72 "reason": "location change"
73 },
74 {
75 "object": "LayoutTableCell TD",
76 "rect": [61, 7, 57, 53], 71 "rect": [61, 7, 57, 53],
77 "reason": "location change" 72 "reason": "location change"
78 }, 73 },
79 { 74 {
80 "object": "LayoutTableCell TD", 75 "object": "LayoutTableCell TD",
81 "rect": [8, 58, 56, 52], 76 "rect": [8, 58, 56, 52],
82 "reason": "bounds change" 77 "reason": "bounds change"
83 }, 78 },
84 { 79 {
85 "object": "LayoutTableCell TD", 80 "object": "LayoutTableCell TD",
86 "rect": [7, 58, 56, 53], 81 "rect": [7, 58, 56, 53],
87 "reason": "bounds change" 82 "reason": "bounds change"
88 }, 83 },
89 { 84 {
90 "object": "LayoutTableCell TD", 85 "object": "LayoutTableCell TD",
91 "rect": [63, 59, 54, 51],
92 "reason": "location change"
93 },
94 {
95 "object": "LayoutTableCell TD",
96 "rect": [62, 59, 56, 52], 86 "rect": [62, 59, 56, 52],
97 "reason": "location change" 87 "reason": "location change"
98 }, 88 },
99 { 89 {
100 "object": "LayoutTableCol COLGROUP id='colgroup'", 90 "object": "LayoutTableCol COLGROUP id='colgroup'",
101 "rect": [8, 8, 162, 102], 91 "rect": [8, 8, 162, 102],
102 "reason": "style change" 92 "reason": "style change"
103 } 93 }
104 ] 94 ]
105 } 95 }
106 ] 96 ]
107 } 97 }
108 98
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698