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

Side by Side Diff: third_party/WebKit/LayoutTests/fast/repaint/selection-change-in-iframe-with-relative-parent-expected.txt

Issue 2139073002: Auto-rebaseline for r404741 (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 32 matching lines...) Expand 10 before | Expand all | Expand 10 after
43 "rect": [18, 228, 10, 10], 43 "rect": [18, 228, 10, 10],
44 "reason": "bounds change" 44 "reason": "bounds change"
45 }, 45 },
46 { 46 {
47 "object": "LayoutBR BR", 47 "object": "LayoutBR BR",
48 "rect": [18, 208, 10, 10], 48 "rect": [18, 208, 10, 10],
49 "reason": "bounds change" 49 "reason": "bounds change"
50 } 50 }
51 ] 51 ]
52 } 52 }
53 ],
54 "objectPaintInvalidations": [
55 {
56 "object": "LayoutBlockFlow HTML",
57 "reason": "selection"
58 },
59 {
60 "object": "LayoutBlockFlow BODY",
61 "reason": "selection"
62 },
63 {
64 "object": "LayoutText #text",
65 "reason": "selection"
66 },
67 {
68 "object": "InlineTextBox 'Foo'",
69 "reason": "selection"
70 },
71 {
72 "object": "LayoutBR BR",
73 "reason": "selection"
74 },
75 {
76 "object": "InlineTextBox '\n'",
77 "reason": "selection"
78 },
79 {
80 "object": "LayoutBR BR",
81 "reason": "bounds change"
82 },
83 {
84 "object": "InlineTextBox '\n'",
85 "reason": "bounds change"
86 },
87 {
88 "object": "LayoutBR BR",
89 "reason": "selection"
90 },
91 {
92 "object": "InlineTextBox '\n'",
93 "reason": "selection"
94 },
95 {
96 "object": "LayoutBR BR",
97 "reason": "bounds change"
98 },
99 {
100 "object": "InlineTextBox '\n'",
101 "reason": "bounds change"
102 },
103 {
104 "object": "LayoutText #text",
105 "reason": "selection"
106 },
107 {
108 "object": "InlineTextBox 'Bar'",
109 "reason": "selection"
110 },
111 {
112 "object": "LayoutBR BR",
113 "reason": "selection"
114 },
115 {
116 "object": "InlineTextBox '\n'",
117 "reason": "selection"
118 },
119 {
120 "object": "LayoutBR BR",
121 "reason": "bounds change"
122 },
123 {
124 "object": "InlineTextBox '\n'",
125 "reason": "bounds change"
126 },
127 {
128 "object": "LayoutBR BR",
129 "reason": "selection"
130 },
131 {
132 "object": "InlineTextBox '\n'",
133 "reason": "selection"
134 },
135 {
136 "object": "LayoutBR BR",
137 "reason": "bounds change"
138 },
139 {
140 "object": "InlineTextBox '\n'",
141 "reason": "bounds change"
142 },
143 {
144 "object": "LayoutText #text",
145 "reason": "selection"
146 },
147 {
148 "object": "InlineTextBox 'Bazz'",
149 "reason": "selection"
150 },
151 {
152 "object": "LayoutBR BR",
153 "reason": "selection"
154 },
155 {
156 "object": "InlineTextBox '\n'",
157 "reason": "selection"
158 },
159 {
160 "object": "LayoutBR BR",
161 "reason": "bounds change"
162 },
163 {
164 "object": "InlineTextBox '\n'",
165 "reason": "bounds change"
166 }
53 ] 167 ]
54 } 168 }
55 169
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698