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

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

Issue 1951043002: Don't let PaintInvalidationLocationChange shadow other reasons (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 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 51 matching lines...) Expand 10 before | Expand all | Expand 10 after
62 "reason": "forced by layout" 62 "reason": "forced by layout"
63 }, 63 },
64 { 64 {
65 "object": "LayoutTableCell TD id='d'", 65 "object": "LayoutTableCell TD id='d'",
66 "rect": [22, 132, 81, 22], 66 "rect": [22, 132, 81, 22],
67 "reason": "layoutObject removal" 67 "reason": "layoutObject removal"
68 }, 68 },
69 { 69 {
70 "object": "LayoutText #text", 70 "object": "LayoutText #text",
71 "rect": [23, 317, 71, 19], 71 "rect": [23, 317, 71, 19],
72 "reason": "location change" 72 "reason": "layoutObject insertion"
73 }, 73 },
74 { 74 {
75 "object": "LayoutText #text", 75 "object": "LayoutText #text",
76 "rect": [23, 133, 71, 19], 76 "rect": [23, 133, 71, 19],
77 "reason": "layoutObject removal" 77 "reason": "layoutObject removal"
78 }, 78 },
79 { 79 {
80 "object": "LayoutText #text", 80 "object": "LayoutText #text",
81 "rect": [23, 225, 32, 19], 81 "rect": [23, 225, 32, 19],
82 "reason": "layoutObject removal" 82 "reason": "layoutObject removal"
(...skipping 23 matching lines...) Expand all
106 { 106 {
107 "object": "InlineTextBox 'ipsum dolor'", 107 "object": "InlineTextBox 'ipsum dolor'",
108 "reason": "full" 108 "reason": "full"
109 }, 109 },
110 { 110 {
111 "object": "InlineTextBox 'ipsum dolor'", 111 "object": "InlineTextBox 'ipsum dolor'",
112 "reason": "full" 112 "reason": "full"
113 }, 113 },
114 { 114 {
115 "object": "InlineTextBox 'ipsum dolor'", 115 "object": "InlineTextBox 'ipsum dolor'",
116 "reason": "location change" 116 "reason": "layoutObject insertion"
117 }, 117 },
118 { 118 {
119 "object": "InlineTextBox 'sit amet'", 119 "object": "InlineTextBox 'sit amet'",
120 "reason": "full" 120 "reason": "full"
121 }, 121 },
122 { 122 {
123 "object": "InlineTextBox 'sit amet'", 123 "object": "InlineTextBox 'sit amet'",
124 "reason": "full" 124 "reason": "full"
125 }, 125 },
126 { 126 {
(...skipping 106 matching lines...) Expand 10 before | Expand all | Expand 10 after
233 }, 233 },
234 { 234 {
235 "object": "RootInlineBox", 235 "object": "RootInlineBox",
236 "reason": "full" 236 "reason": "full"
237 } 237 }
238 ] 238 ]
239 } 239 }
240 ] 240 ]
241 } 241 }
242 242
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698