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

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

Issue 2743053003: [Reland #1] Don't create layout objects for children of display-none iframes. (Closed)
Patch Set: rebaseline. Created 3 years, 8 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": "LayoutView #document", 10 "object": "LayoutView #document",
(...skipping 14 matching lines...) Expand all
25 "object": "LayoutBlockFlow (anonymous)", 25 "object": "LayoutBlockFlow (anonymous)",
26 "rect": [8, 86, 769, 98], 26 "rect": [8, 86, 769, 98],
27 "reason": "layoutObject removal" 27 "reason": "layoutObject removal"
28 }, 28 },
29 { 29 {
30 "object": "LayoutIFrame IFRAME id='iframe'", 30 "object": "LayoutIFrame IFRAME id='iframe'",
31 "rect": [8, 86, 732, 94], 31 "rect": [8, 86, 732, 94],
32 "reason": "layoutObject removal" 32 "reason": "layoutObject removal"
33 }, 33 },
34 { 34 {
35 "object": "LayoutBlockFlow HTML",
36 "rect": [10, 88, 728, 90],
37 "reason": "layoutObject removal"
38 },
39 {
40 "object": "LayoutBlockFlow BODY",
41 "rect": [18, 96, 712, 74],
42 "reason": "layoutObject removal"
43 },
44 {
35 "object": "LayoutImage IMG", 45 "object": "LayoutImage IMG",
36 "rect": [58, 234, 489, 537], 46 "rect": [58, 234, 489, 537],
37 "reason": "bounds change" 47 "reason": "bounds change"
38 }, 48 },
39 { 49 {
40 "object": "LayoutImage IMG", 50 "object": "LayoutImage IMG",
41 "rect": [58, 136, 489, 537], 51 "rect": [58, 136, 489, 537],
42 "reason": "bounds change" 52 "reason": "bounds change"
43 } 53 }
44 ] 54 ]
(...skipping 24 matching lines...) Expand all
69 "object": "RootInlineBox", 79 "object": "RootInlineBox",
70 "reason": "bounds change" 80 "reason": "bounds change"
71 }, 81 },
72 { 82 {
73 "object": "LayoutImage IMG", 83 "object": "LayoutImage IMG",
74 "reason": "bounds change" 84 "reason": "bounds change"
75 }, 85 },
76 { 86 {
77 "object": "LayoutText #text", 87 "object": "LayoutText #text",
78 "reason": "location change" 88 "reason": "location change"
89 },
90 {
91 "object": "LayoutBlockFlow BODY",
92 "reason": "layoutObject removal"
93 },
94 {
95 "object": "LayoutBlockFlow HTML",
96 "reason": "layoutObject removal"
97 },
98 {
99 "object": "LayoutView #document",
100 "reason": "full"
101 },
102 {
103 "object": "LayoutBlockFlow HTML",
104 "reason": "layoutObject insertion"
105 },
106 {
107 "object": "LayoutBlockFlow BODY",
108 "reason": "layoutObject insertion"
79 } 109 }
80 ] 110 ]
81 } 111 }
82 112
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698