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

Side by Side Diff: third_party/WebKit/LayoutTests/platform/linux/paint/invalidation/shift-relative-positioned-container-with-image-removal-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, 742], 5 "bounds": [785, 742],
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, 841],
12 "reason": "forced by layout"
13 },
14 {
15 "object": "LayoutView #document", 10 "object": "LayoutView #document",
16 "rect": [0, 742, 785, 99], 11 "rect": [0, 742, 785, 99],
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, 191, 769, 642], 16 "rect": [8, 191, 769, 642],
22 "reason": "bounds change" 17 "reason": "bounds change"
23 }, 18 },
24 { 19 {
(...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after
60 }, 55 },
61 { 56 {
62 "object": "LayoutBlockFlow (anonymous)", 57 "object": "LayoutBlockFlow (anonymous)",
63 "reason": "layoutObject removal" 58 "reason": "layoutObject removal"
64 }, 59 },
65 { 60 {
66 "object": "LayoutView #document", 61 "object": "LayoutView #document",
67 "reason": "incremental" 62 "reason": "incremental"
68 }, 63 },
69 { 64 {
70 "object": "LayoutBlockFlow HTML",
71 "reason": "forced by layout"
72 },
73 {
74 "object": "LayoutBlockFlow (relative positioned) DIV class='relative paddi ngTop'", 65 "object": "LayoutBlockFlow (relative positioned) DIV class='relative paddi ngTop'",
75 "reason": "bounds change" 66 "reason": "bounds change"
76 }, 67 },
77 { 68 {
78 "object": "RootInlineBox", 69 "object": "RootInlineBox",
79 "reason": "bounds change" 70 "reason": "bounds change"
80 }, 71 },
81 { 72 {
82 "object": "LayoutImage IMG", 73 "object": "LayoutImage IMG",
83 "reason": "bounds change" 74 "reason": "bounds change"
84 }, 75 },
85 { 76 {
86 "object": "LayoutText #text", 77 "object": "LayoutText #text",
87 "reason": "location change" 78 "reason": "location change"
88 } 79 }
89 ] 80 ]
90 } 81 }
91 82
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698