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/stable/paint/invalidation/shift-relative-positioned-container-with-image-removal-expected.txt

Issue 2564633002: Don't create layout objects for children of display-none iframes. (Closed)
Patch Set: Rebaseline. 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, 735], 5 "bounds": [785, 735],
6 "contentsOpaque": true, 6 "contentsOpaque": true,
7 "drawsContent": true, 7 "drawsContent": true,
8 "paintInvalidations": [ 8 "paintInvalidations": [
9 { 9 {
10 "object": "LayoutBlockFlow HTML", 10 "object": "LayoutBlockFlow HTML",
(...skipping 19 matching lines...) Expand all
30 "object": "LayoutBlockFlow (anonymous)", 30 "object": "LayoutBlockFlow (anonymous)",
31 "rect": [8, 86, 769, 98], 31 "rect": [8, 86, 769, 98],
32 "reason": "layoutObject removal" 32 "reason": "layoutObject removal"
33 }, 33 },
34 { 34 {
35 "object": "LayoutIFrame IFRAME id='iframe'", 35 "object": "LayoutIFrame IFRAME id='iframe'",
36 "rect": [8, 86, 732, 94], 36 "rect": [8, 86, 732, 94],
37 "reason": "layoutObject removal" 37 "reason": "layoutObject removal"
38 }, 38 },
39 { 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 {
40 "object": "LayoutImage IMG", 50 "object": "LayoutImage IMG",
41 "rect": [58, 234, 489, 537], 51 "rect": [58, 234, 489, 537],
42 "reason": "bounds change" 52 "reason": "bounds change"
43 }, 53 },
44 { 54 {
45 "object": "LayoutImage IMG", 55 "object": "LayoutImage IMG",
46 "rect": [58, 136, 489, 537], 56 "rect": [58, 136, 489, 537],
47 "reason": "bounds change" 57 "reason": "bounds change"
48 } 58 }
49 ] 59 ]
(...skipping 28 matching lines...) Expand all
78 "object": "RootInlineBox", 88 "object": "RootInlineBox",
79 "reason": "bounds change" 89 "reason": "bounds change"
80 }, 90 },
81 { 91 {
82 "object": "LayoutImage IMG", 92 "object": "LayoutImage IMG",
83 "reason": "bounds change" 93 "reason": "bounds change"
84 }, 94 },
85 { 95 {
86 "object": "LayoutText #text", 96 "object": "LayoutText #text",
87 "reason": "location change" 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 "object": "LayoutBlockFlow HTML",
113 "reason": "layoutObject insertion"
114 },
115 {
116 "object": "LayoutBlockFlow BODY",
117 "reason": "layoutObject insertion"
88 } 118 }
89 ] 119 ]
90 } 120 }
91 121
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698