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

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

Issue 2634613002: Revert of Remove obsolete code that invalidates document element on LayoutView resize (Closed)
Patch Set: - Created 3 years, 11 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 {
10 "object": "LayoutView #document", 15 "object": "LayoutView #document",
11 "rect": [0, 742, 785, 94], 16 "rect": [0, 742, 785, 94],
12 "reason": "incremental" 17 "reason": "incremental"
13 }, 18 },
14 { 19 {
15 "object": "LayoutBlockFlow (relative positioned) DIV class='relative p addingTop'", 20 "object": "LayoutBlockFlow (relative positioned) DIV class='relative p addingTop'",
16 "rect": [8, 186, 769, 642], 21 "rect": [8, 186, 769, 642],
17 "reason": "bounds change" 22 "reason": "bounds change"
18 }, 23 },
19 { 24 {
20 "object": "LayoutBlockFlow (relative positioned) DIV class='relative p addingTop'", 25 "object": "LayoutBlockFlow (relative positioned) DIV class='relative p addingTop'",
21 "rect": [8, 92, 769, 642], 26 "rect": [8, 92, 769, 642],
22 "reason": "bounds change" 27 "reason": "bounds change"
23 }, 28 },
24 { 29 {
25 "object": "LayoutIFrame IFRAME id='iframe'", 30 "object": "LayoutIFrame IFRAME id='iframe'",
26 "rect": [8, 92, 732, 94], 31 "rect": [8, 92, 732, 94],
27 "reason": "layoutObject insertion" 32 "reason": "layoutObject insertion"
28 }, 33 },
29 { 34 {
30 "object": "LayoutBlockFlow HTML", 35 "object": "LayoutBlockFlow HTML",
31 "rect": [10, 94, 728, 90], 36 "rect": [10, 94, 728, 90],
32 "reason": "layoutObject insertion" 37 "reason": "forced by layout"
33 }, 38 },
34 { 39 {
35 "object": "LayoutView #document", 40 "object": "LayoutView #document",
36 "rect": [10, 94, 728, 90], 41 "rect": [10, 94, 728, 90],
37 "reason": "style change" 42 "reason": "style change"
38 }, 43 },
39 { 44 {
40 "object": "LayoutBlockFlow BODY", 45 "object": "LayoutBlockFlow BODY",
41 "rect": [18, 102, 712, 74], 46 "rect": [18, 102, 712, 74],
42 "reason": "layoutObject insertion" 47 "reason": "layoutObject insertion"
(...skipping 10 matching lines...) Expand all
53 } 58 }
54 ] 59 ]
55 } 60 }
56 ], 61 ],
57 "objectPaintInvalidations": [ 62 "objectPaintInvalidations": [
58 { 63 {
59 "object": "LayoutView #document", 64 "object": "LayoutView #document",
60 "reason": "incremental" 65 "reason": "incremental"
61 }, 66 },
62 { 67 {
68 "object": "LayoutBlockFlow HTML",
69 "reason": "forced by layout"
70 },
71 {
63 "object": "LayoutIFrame IFRAME id='iframe'", 72 "object": "LayoutIFrame IFRAME id='iframe'",
64 "reason": "layoutObject insertion" 73 "reason": "layoutObject insertion"
65 }, 74 },
66 { 75 {
67 "object": "LayoutBlockFlow (relative positioned) DIV class='relative paddi ngTop'", 76 "object": "LayoutBlockFlow (relative positioned) DIV class='relative paddi ngTop'",
68 "reason": "bounds change" 77 "reason": "bounds change"
69 }, 78 },
70 { 79 {
71 "object": "RootInlineBox", 80 "object": "RootInlineBox",
72 "reason": "bounds change" 81 "reason": "bounds change"
73 }, 82 },
74 { 83 {
75 "object": "LayoutImage IMG", 84 "object": "LayoutImage IMG",
76 "reason": "bounds change" 85 "reason": "bounds change"
77 }, 86 },
78 { 87 {
79 "object": "LayoutText #text", 88 "object": "LayoutText #text",
80 "reason": "location change" 89 "reason": "location change"
81 }, 90 },
82 { 91 {
83 "object": "VerticalScrollbar", 92 "object": "VerticalScrollbar",
84 "reason": "scroll" 93 "reason": "scroll"
85 }, 94 },
86 { 95 {
87 "object": "LayoutView #document", 96 "object": "LayoutView #document",
88 "reason": "style change" 97 "reason": "style change"
89 }, 98 },
90 { 99 {
91 "object": "LayoutBlockFlow HTML", 100 "object": "LayoutBlockFlow HTML",
92 "reason": "layoutObject insertion" 101 "reason": "forced by layout"
93 }, 102 },
94 { 103 {
95 "object": "LayoutBlockFlow BODY", 104 "object": "LayoutBlockFlow BODY",
96 "reason": "layoutObject insertion" 105 "reason": "layoutObject insertion"
97 } 106 }
98 ] 107 ]
99 } 108 }
100 109
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698