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

Side by Side Diff: third_party/WebKit/LayoutTests/platform/linux/fast/repaint/line-flow-with-floats-3-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": "LayoutBlockFlow P", 10 "object": "LayoutBlockFlow P",
(...skipping 11 matching lines...) Expand all
22 "reason": "bounds change" 22 "reason": "bounds change"
23 }, 23 },
24 { 24 {
25 "object": "LayoutText #text", 25 "object": "LayoutText #text",
26 "rect": [303, 420, 67, 19], 26 "rect": [303, 420, 67, 19],
27 "reason": "bounds change" 27 "reason": "bounds change"
28 }, 28 },
29 { 29 {
30 "object": "LayoutBlockFlow (floating) SPAN id='greenFloat'", 30 "object": "LayoutBlockFlow (floating) SPAN id='greenFloat'",
31 "rect": [356, 383, 64, 81], 31 "rect": [356, 383, 64, 81],
32 "reason": "location change" 32 "reason": "bounds change"
33 }, 33 },
34 { 34 {
35 "object": "LayoutText #text", 35 "object": "LayoutText #text",
36 "rect": [353, 440, 16, 59], 36 "rect": [353, 440, 16, 59],
37 "reason": "incremental" 37 "reason": "incremental"
38 }, 38 },
39 { 39 {
40 "object": "LayoutText #text", 40 "object": "LayoutText #text",
41 "rect": [352, 380, 2, 19], 41 "rect": [352, 380, 2, 19],
42 "reason": "incremental" 42 "reason": "incremental"
(...skipping 168 matching lines...) Expand 10 before | Expand all | Expand 10 after
211 }, 211 },
212 { 212 {
213 "object": "RootInlineBox", 213 "object": "RootInlineBox",
214 "reason": "full" 214 "reason": "full"
215 } 215 }
216 ] 216 ]
217 } 217 }
218 ] 218 ]
219 } 219 }
220 220
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698