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

Side by Side Diff: third_party/WebKit/LayoutTests/platform/linux/paint/invalidation/shift-relative-positioned-container-with-image-addition-expected.txt

Issue 2699463004: Fix gradient background invalidation when HTML size changes (Closed)
Patch Set: - Created 3 years, 10 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 "layers": [ 2 "layers": [
3 { 3 {
4 "name": "LayoutView #document", 4 "name": "LayoutView #document",
5 "bounds": [785, 836], 5 "bounds": [785, 836],
6 "contentsOpaque": true, 6 "contentsOpaque": true,
7 "drawsContent": true, 7 "drawsContent": true,
8 "paintInvalidations": [ 8 "paintInvalidations": [
9 { 9 {
10 "object": "LayoutBlockFlow HTML",
11 "rect": [0, 0, 785, 836],
12 "reason": "forced by layout"
13 },
14 {
15 "object": "LayoutView #document", 10 "object": "LayoutView #document",
16 "rect": [0, 742, 785, 94], 11 "rect": [0, 742, 785, 94],
17 "reason": "incremental" 12 "reason": "incremental"
18 }, 13 },
19 { 14 {
20 "object": "LayoutBlockFlow (relative positioned) DIV class='relative p addingTop'", 15 "object": "LayoutBlockFlow (relative positioned) DIV class='relative p addingTop'",
21 "rect": [8, 186, 769, 642], 16 "rect": [8, 186, 769, 642],
22 "reason": "bounds change" 17 "reason": "bounds change"
23 }, 18 },
24 { 19 {
(...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after
58 } 53 }
59 ] 54 ]
60 } 55 }
61 ], 56 ],
62 "objectPaintInvalidations": [ 57 "objectPaintInvalidations": [
63 { 58 {
64 "object": "LayoutView #document", 59 "object": "LayoutView #document",
65 "reason": "incremental" 60 "reason": "incremental"
66 }, 61 },
67 { 62 {
68 "object": "LayoutBlockFlow HTML",
69 "reason": "forced by layout"
70 },
71 {
72 "object": "LayoutIFrame IFRAME id='iframe'", 63 "object": "LayoutIFrame IFRAME id='iframe'",
73 "reason": "layoutObject insertion" 64 "reason": "layoutObject insertion"
74 }, 65 },
75 { 66 {
76 "object": "LayoutBlockFlow (relative positioned) DIV class='relative paddi ngTop'", 67 "object": "LayoutBlockFlow (relative positioned) DIV class='relative paddi ngTop'",
77 "reason": "bounds change" 68 "reason": "bounds change"
78 }, 69 },
79 { 70 {
80 "object": "RootInlineBox", 71 "object": "RootInlineBox",
81 "reason": "bounds change" 72 "reason": "bounds change"
(...skipping 18 matching lines...) Expand all
100 "object": "LayoutBlockFlow HTML", 91 "object": "LayoutBlockFlow HTML",
101 "reason": "layoutObject insertion" 92 "reason": "layoutObject insertion"
102 }, 93 },
103 { 94 {
104 "object": "LayoutBlockFlow BODY", 95 "object": "LayoutBlockFlow BODY",
105 "reason": "layoutObject insertion" 96 "reason": "layoutObject insertion"
106 } 97 }
107 ] 98 ]
108 } 99 }
109 100
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698