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

Side by Side Diff: third_party/WebKit/LayoutTests/platform/linux/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
1 { 1 {
2 "layers": [ 2 "layers": [
3 { 3 {
4 "name": "LayoutView #document", 4 "name": "LayoutView #document",
5 "bounds": [785, 742], 5 "bounds": [785, 742],
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, 92, 769, 99], 31 "rect": [8, 92, 769, 99],
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, 92, 732, 94], 36 "rect": [8, 92, 732, 94],
37 "reason": "layoutObject removal" 37 "reason": "layoutObject removal"
38 }, 38 },
39 { 39 {
40 "object": "LayoutBlockFlow HTML",
41 "rect": [10, 94, 728, 90],
42 "reason": "layoutObject removal"
43 },
44 {
45 "object": "LayoutBlockFlow BODY",
46 "rect": [18, 102, 712, 74],
47 "reason": "layoutObject removal"
48 },
49 {
50 "object": "LayoutImage IMG", 40 "object": "LayoutImage IMG",
51 "rect": [58, 241, 489, 537], 41 "rect": [58, 241, 489, 537],
52 "reason": "bounds change" 42 "reason": "bounds change"
53 }, 43 },
54 { 44 {
55 "object": "LayoutImage IMG", 45 "object": "LayoutImage IMG",
56 "rect": [58, 142, 489, 537], 46 "rect": [58, 142, 489, 537],
57 "reason": "bounds change" 47 "reason": "bounds change"
58 } 48 }
59 ] 49 ]
(...skipping 28 matching lines...) Expand all
88 "object": "RootInlineBox", 78 "object": "RootInlineBox",
89 "reason": "bounds change" 79 "reason": "bounds change"
90 }, 80 },
91 { 81 {
92 "object": "LayoutImage IMG", 82 "object": "LayoutImage IMG",
93 "reason": "bounds change" 83 "reason": "bounds change"
94 }, 84 },
95 { 85 {
96 "object": "LayoutText #text", 86 "object": "LayoutText #text",
97 "reason": "location change" 87 "reason": "location change"
98 },
99 {
100 "object": "LayoutBlockFlow BODY",
101 "reason": "layoutObject removal"
102 },
103 {
104 "object": "LayoutBlockFlow HTML",
105 "reason": "layoutObject removal"
106 } 88 }
107 ] 89 ]
108 } 90 }
109 91
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698