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

Side by Side Diff: third_party/WebKit/LayoutTests/virtual/disable-spinvalidation/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, 829], 5 "bounds": [785, 829],
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, 829],
12 "reason": "forced by layout"
13 },
14 {
15 "object": "LayoutView #document", 10 "object": "LayoutView #document",
16 "rect": [0, 735, 785, 94], 11 "rect": [0, 735, 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, 180, 769, 641], 16 "rect": [8, 180, 769, 641],
22 "reason": "bounds change" 17 "reason": "bounds change"
23 }, 18 },
24 { 19 {
25 "object": "LayoutBlockFlow (relative positioned) DIV class='relative p addingTop'", 20 "object": "LayoutBlockFlow (relative positioned) DIV class='relative p addingTop'",
26 "rect": [8, 86, 769, 641], 21 "rect": [8, 86, 769, 641],
27 "reason": "bounds change" 22 "reason": "bounds change"
28 }, 23 },
29 { 24 {
30 "object": "LayoutIFrame IFRAME id='iframe'", 25 "object": "LayoutIFrame IFRAME id='iframe'",
31 "rect": [8, 86, 732, 94], 26 "rect": [8, 86, 732, 94],
32 "reason": "layoutObject insertion" 27 "reason": "layoutObject insertion"
33 }, 28 },
34 { 29 {
35 "object": "LayoutBlockFlow HTML",
36 "rect": [10, 88, 728, 90],
37 "reason": "forced by layout"
38 },
39 {
40 "object": "LayoutImage IMG", 30 "object": "LayoutImage IMG",
41 "rect": [58, 230, 489, 537], 31 "rect": [58, 230, 489, 537],
42 "reason": "bounds change" 32 "reason": "bounds change"
43 }, 33 },
44 { 34 {
45 "object": "LayoutImage IMG", 35 "object": "LayoutImage IMG",
46 "rect": [58, 136, 489, 537], 36 "rect": [58, 136, 489, 537],
47 "reason": "bounds change" 37 "reason": "bounds change"
48 } 38 }
49 ] 39 ]
50 } 40 }
51 ], 41 ],
52 "objectPaintInvalidations": [ 42 "objectPaintInvalidations": [
53 { 43 {
54 "object": "LayoutView #document", 44 "object": "LayoutView #document",
55 "reason": "incremental" 45 "reason": "incremental"
56 }, 46 },
57 { 47 {
58 "object": "LayoutBlockFlow HTML",
59 "reason": "forced by layout"
60 },
61 {
62 "object": "LayoutIFrame IFRAME id='iframe'", 48 "object": "LayoutIFrame IFRAME id='iframe'",
63 "reason": "layoutObject insertion" 49 "reason": "layoutObject insertion"
64 }, 50 },
65 { 51 {
66 "object": "LayoutBlockFlow (relative positioned) DIV class='relative paddi ngTop'", 52 "object": "LayoutBlockFlow (relative positioned) DIV class='relative paddi ngTop'",
67 "reason": "bounds change" 53 "reason": "bounds change"
68 }, 54 },
69 { 55 {
70 "object": "RootInlineBox", 56 "object": "RootInlineBox",
71 "reason": "bounds change" 57 "reason": "bounds change"
(...skipping 13 matching lines...) Expand all
85 { 71 {
86 "object": "LayoutView #document", 72 "object": "LayoutView #document",
87 "reason": "scroll" 73 "reason": "scroll"
88 }, 74 },
89 { 75 {
90 "object": "LayoutView #document", 76 "object": "LayoutView #document",
91 "reason": "location change" 77 "reason": "location change"
92 }, 78 },
93 { 79 {
94 "object": "LayoutBlockFlow HTML", 80 "object": "LayoutBlockFlow HTML",
95 "reason": "forced by layout" 81 "reason": "location change"
96 }, 82 },
97 { 83 {
98 "object": "LayoutBlockFlow BODY", 84 "object": "LayoutBlockFlow BODY",
99 "reason": "location change" 85 "reason": "location change"
100 } 86 }
101 ] 87 ]
102 } 88 }
103 89
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698