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

Side by Side Diff: third_party/WebKit/LayoutTests/platform/linux/fast/table/resize-table-repaint-percent-size-cell-expected.txt

Issue 2108503002: Auto-rebaseline for r402292 (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 "name": "Content Root Layer",
3 "bounds": [800, 600], 3 "bounds": [800, 600],
4 "children": [ 4 "children": [
5 { 5 {
6 "name": "LayoutView #document", 6 "name": "LayoutView #document",
7 "bounds": [800, 600], 7 "bounds": [800, 600],
8 "contentsOpaque": true, 8 "contentsOpaque": true,
9 "drawsContent": true, 9 "drawsContent": true,
10 "paintInvalidations": [ 10 "paintInvalidations": [
(...skipping 28 matching lines...) Expand all
39 "reason": "forced by layout" 39 "reason": "forced by layout"
40 }, 40 },
41 { 41 {
42 "object": "LayoutTableCell TD", 42 "object": "LayoutTableCell TD",
43 "rect": [2, 102, 102, 46], 43 "rect": [2, 102, 102, 46],
44 "reason": "forced by layout" 44 "reason": "forced by layout"
45 }, 45 },
46 { 46 {
47 "object": "LayoutText #text", 47 "object": "LayoutText #text",
48 "rect": [3, 400, 45, 19], 48 "rect": [3, 400, 45, 19],
49 "reason": "bounds change" 49 "reason": "forced by layout"
50 }, 50 },
51 { 51 {
52 "object": "LayoutText #text", 52 "object": "LayoutText #text",
53 "rect": [3, 161, 45, 19], 53 "rect": [3, 161, 45, 19],
54 "reason": "bounds change" 54 "reason": "forced by layout"
55 }, 55 },
56 { 56 {
57 "object": "LayoutText #text", 57 "object": "LayoutText #text",
58 "rect": [3, 115, 45, 19], 58 "rect": [3, 115, 45, 19],
59 "reason": "bounds change" 59 "reason": "forced by layout"
60 }, 60 },
61 { 61 {
62 "object": "LayoutText #text", 62 "object": "LayoutText #text",
63 "rect": [3, 66, 45, 19], 63 "rect": [3, 66, 45, 19],
64 "reason": "bounds change" 64 "reason": "forced by layout"
65 } 65 }
66 ] 66 ]
67 } 67 }
68 ], 68 ],
69 "objectPaintInvalidations": [ 69 "objectPaintInvalidations": [
70 { 70 {
71 "object": "RootInlineBox",
72 "reason": "full"
73 },
74 {
75 "object": "InlineTextBox 'ROW1'",
76 "reason": "full"
77 },
78 {
79 "object": "RootInlineBox",
80 "reason": "full"
81 },
82 {
83 "object": "InlineTextBox 'ROW2'",
84 "reason": "full"
85 },
86 {
87 "object": "LayoutTable (positioned) TABLE id='table'", 71 "object": "LayoutTable (positioned) TABLE id='table'",
88 "reason": "incremental" 72 "reason": "incremental"
89 }, 73 },
90 { 74 {
91 "object": "LayoutTableRow TR", 75 "object": "LayoutTableRow TR",
92 "reason": "incremental" 76 "reason": "incremental"
93 }, 77 },
94 { 78 {
95 "object": "LayoutTableCell TD", 79 "object": "LayoutTableCell TD",
96 "reason": "forced by layout" 80 "reason": "forced by layout"
97 }, 81 },
98 { 82 {
99 "object": "RootInlineBox", 83 "object": "RootInlineBox",
100 "reason": "forced by layout" 84 "reason": "forced by layout"
101 }, 85 },
102 { 86 {
103 "object": "LayoutText #text", 87 "object": "LayoutText #text",
104 "reason": "bounds change" 88 "reason": "forced by layout"
105 }, 89 },
106 { 90 {
107 "object": "InlineTextBox 'ROW1'", 91 "object": "InlineTextBox 'ROW1'",
108 "reason": "bounds change" 92 "reason": "forced by layout"
109 }, 93 },
110 { 94 {
111 "object": "LayoutTableRow TR", 95 "object": "LayoutTableRow TR",
112 "reason": "bounds change" 96 "reason": "bounds change"
113 }, 97 },
114 { 98 {
115 "object": "LayoutTableCell TD", 99 "object": "LayoutTableCell TD",
116 "reason": "forced by layout" 100 "reason": "forced by layout"
117 }, 101 },
118 { 102 {
119 "object": "RootInlineBox", 103 "object": "RootInlineBox",
120 "reason": "forced by layout" 104 "reason": "forced by layout"
121 }, 105 },
122 { 106 {
123 "object": "LayoutText #text", 107 "object": "LayoutText #text",
124 "reason": "bounds change" 108 "reason": "forced by layout"
125 }, 109 },
126 { 110 {
127 "object": "InlineTextBox 'ROW2'", 111 "object": "InlineTextBox 'ROW2'",
128 "reason": "bounds change" 112 "reason": "forced by layout"
129 } 113 }
130 ] 114 ]
131 } 115 }
132 116
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698