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

Side by Side Diff: third_party/WebKit/LayoutTests/platform/linux/fast/repaint/line-flow-with-floats-1-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 46 matching lines...) Expand 10 before | Expand all | Expand 10 after
57 "reason": "bounds change" 57 "reason": "bounds change"
58 }, 58 },
59 { 59 {
60 "object": "LayoutText #text", 60 "object": "LayoutText #text",
61 "rect": [369, 80, 52, 119], 61 "rect": [369, 80, 52, 119],
62 "reason": "incremental" 62 "reason": "incremental"
63 }, 63 },
64 { 64 {
65 "object": "LayoutBlockFlow (floating) SPAN id='blueFloat'", 65 "object": "LayoutBlockFlow (floating) SPAN id='blueFloat'",
66 "rect": [14, 363, 48, 65], 66 "rect": [14, 363, 48, 65],
67 "reason": "location change" 67 "reason": "bounds change"
68 }, 68 },
69 { 69 {
70 "object": "LayoutBlockFlow (floating) SPAN id='blueFloat'", 70 "object": "LayoutBlockFlow (floating) SPAN id='blueFloat'",
71 "rect": [14, 343, 48, 65], 71 "rect": [14, 343, 48, 65],
72 "reason": "location change" 72 "reason": "bounds change"
73 }, 73 },
74 { 74 {
75 "object": "LayoutText #text", 75 "object": "LayoutText #text",
76 "rect": [151, 180, 40, 19], 76 "rect": [151, 180, 40, 19],
77 "reason": "bounds change" 77 "reason": "bounds change"
78 }, 78 },
79 { 79 {
80 "object": "LayoutText #text", 80 "object": "LayoutText #text",
81 "rect": [84, 180, 40, 19], 81 "rect": [84, 180, 40, 19],
82 "reason": "bounds change" 82 "reason": "bounds change"
(...skipping 421 matching lines...) Expand 10 before | Expand all | Expand 10 after
504 }, 504 },
505 { 505 {
506 "object": "RootInlineBox", 506 "object": "RootInlineBox",
507 "reason": "full" 507 "reason": "full"
508 } 508 }
509 ] 509 ]
510 } 510 }
511 ] 511 ]
512 } 512 }
513 513
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698