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

Side by Side Diff: third_party/WebKit/LayoutTests/virtual/disable-spinvalidation/paint/invalidation/shift-relative-positioned-container-with-image-removal-expected.txt

Issue 2696283003: Revert of Don't create layout objects for children of display-none iframes. (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
(Empty)
1 {
2 "layers": [
3 {
4 "name": "LayoutView #document",
5 "bounds": [785, 735],
6 "contentsOpaque": true,
7 "drawsContent": true,
8 "paintInvalidations": [
9 {
10 "object": "LayoutBlockFlow HTML",
11 "rect": [0, 0, 785, 833],
12 "reason": "forced by layout"
13 },
14 {
15 "object": "LayoutView #document",
16 "rect": [0, 735, 785, 98],
17 "reason": "incremental"
18 },
19 {
20 "object": "LayoutBlockFlow (relative positioned) DIV class='relative p addingTop'",
21 "rect": [8, 184, 769, 641],
22 "reason": "bounds change"
23 },
24 {
25 "object": "LayoutBlockFlow (relative positioned) DIV class='relative p addingTop'",
26 "rect": [8, 86, 769, 641],
27 "reason": "bounds change"
28 },
29 {
30 "object": "LayoutBlockFlow (anonymous)",
31 "rect": [8, 86, 769, 98],
32 "reason": "layoutObject removal"
33 },
34 {
35 "object": "LayoutIFrame IFRAME id='iframe'",
36 "rect": [8, 86, 732, 94],
37 "reason": "layoutObject removal"
38 },
39 {
40 "object": "LayoutBlockFlow HTML",
41 "rect": [10, 88, 728, 90],
42 "reason": "layoutObject removal"
43 },
44 {
45 "object": "LayoutBlockFlow BODY",
46 "rect": [18, 96, 712, 74],
47 "reason": "layoutObject removal"
48 },
49 {
50 "object": "LayoutImage IMG",
51 "rect": [58, 234, 489, 537],
52 "reason": "bounds change"
53 },
54 {
55 "object": "LayoutImage IMG",
56 "rect": [58, 136, 489, 537],
57 "reason": "bounds change"
58 }
59 ]
60 }
61 ],
62 "objectPaintInvalidations": [
63 {
64 "object": "LayoutIFrame IFRAME id='iframe'",
65 "reason": "layoutObject removal"
66 },
67 {
68 "object": "LayoutText #text",
69 "reason": "layoutObject removal"
70 },
71 {
72 "object": "LayoutBlockFlow (anonymous)",
73 "reason": "layoutObject removal"
74 },
75 {
76 "object": "LayoutView #document",
77 "reason": "incremental"
78 },
79 {
80 "object": "LayoutBlockFlow HTML",
81 "reason": "forced by layout"
82 },
83 {
84 "object": "LayoutBlockFlow (relative positioned) DIV class='relative paddi ngTop'",
85 "reason": "bounds change"
86 },
87 {
88 "object": "RootInlineBox",
89 "reason": "bounds change"
90 },
91 {
92 "object": "LayoutImage IMG",
93 "reason": "bounds change"
94 },
95 {
96 "object": "LayoutText #text",
97 "reason": "location change"
98 },
99 {
100 "object": "LayoutBlockFlow BODY",
101 "reason": "layoutObject removal"
102 },
103 {
104 "object": "LayoutBlockFlow HTML",
105 "reason": "layoutObject removal"
106 },
107 {
108 "object": "LayoutView #document",
109 "reason": "full"
110 }
111 ]
112 }
113
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698