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

Side by Side Diff: third_party/WebKit/LayoutTests/fast/repaint/table-outer-border-expected.txt

Issue 2081773002: Auto-rebaseline for r400605 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 6 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": "LayoutTable TABLE id='table'", 12 "object": "LayoutTable TABLE id='table'",
11 "rect": [8, 8, 132, 149], 13 "rect": [8, 8, 132, 149],
12 "reason": "layoutObject removal" 14 "reason": "layoutObject removal"
13 }, 15 },
14 { 16 {
(...skipping 43 matching lines...) Expand 10 before | Expand all | Expand 10 after
58 }, 60 },
59 { 61 {
60 "object": "LayoutTableRow TR", 62 "object": "LayoutTableRow TR",
61 "rect": [15, 15, 117, 67], 63 "rect": [15, 15, 117, 67],
62 "reason": "layoutObject insertion" 64 "reason": "layoutObject insertion"
63 }, 65 },
64 { 66 {
65 "object": "LayoutTableRow TR", 67 "object": "LayoutTableRow TR",
66 "rect": [15, 15, 117, 67], 68 "rect": [15, 15, 117, 67],
67 "reason": "layoutObject removal" 69 "reason": "layoutObject removal"
68 },
69 {
70 "object": "LayoutTableCell TD",
71 "reason": "full"
72 },
73 {
74 "object": "LayoutTableCell TD",
75 "reason": "full"
76 } 70 }
77 ] 71 ]
78 } 72 }
73 ],
74 "objectPaintInvalidations": [
75 {
76 "object": "LayoutTableCell TD",
77 "reason": "layoutObject removal"
78 },
79 {
80 "object": "LayoutTableRow TR",
81 "reason": "layoutObject removal"
82 },
83 {
84 "object": "LayoutTableCell TD",
85 "reason": "layoutObject removal"
86 },
87 {
88 "object": "LayoutTableRow TR",
89 "reason": "layoutObject removal"
90 },
91 {
92 "object": "LayoutTableSection TBODY",
93 "reason": "layoutObject removal"
94 },
95 {
96 "object": "LayoutTable TABLE id='table'",
97 "reason": "layoutObject removal"
98 },
99 {
100 "object": "LayoutTableCell TD",
101 "reason": "style change"
102 },
103 {
104 "object": "LayoutTableCell TD",
105 "reason": "style change"
106 },
107 {
108 "object": "LayoutTable TABLE id='table' class='green'",
109 "reason": "layoutObject insertion"
110 },
111 {
112 "object": "LayoutTableSection TBODY",
113 "reason": "layoutObject insertion"
114 },
115 {
116 "object": "LayoutTableRow TR",
117 "reason": "layoutObject insertion"
118 },
119 {
120 "object": "LayoutTableCell TD",
121 "reason": "layoutObject insertion"
122 },
123 {
124 "object": "LayoutTableRow TR",
125 "reason": "layoutObject insertion"
126 },
127 {
128 "object": "LayoutTableCell TD",
129 "reason": "layoutObject insertion"
130 }
79 ] 131 ]
80 } 132 }
81 133
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698