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

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

Issue 2743053003: [Reland #1] Don't create layout objects for children of display-none iframes. (Closed)
Patch Set: Fix DOM object leaks. Diff this against Patch Set 10. Created 3 years, 9 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": "LayoutView #document", 10 "object": "LayoutView #document",
(...skipping 52 matching lines...) Expand 10 before | Expand all | Expand 10 after
63 }, 63 },
64 { 64 {
65 "object": "LayoutImage IMG", 65 "object": "LayoutImage IMG",
66 "reason": "bounds change" 66 "reason": "bounds change"
67 }, 67 },
68 { 68 {
69 "object": "LayoutText #text", 69 "object": "LayoutText #text",
70 "reason": "location change" 70 "reason": "location change"
71 }, 71 },
72 { 72 {
73 "object": "VerticalScrollbar",
74 "reason": "scroll"
75 },
76 {
77 "object": "LayoutView #document", 73 "object": "LayoutView #document",
78 "reason": "style change" 74 "reason": "style change"
79 }, 75 },
80 { 76 {
81 "object": "LayoutBlockFlow HTML", 77 "object": "LayoutBlockFlow HTML",
82 "reason": "layoutObject insertion" 78 "reason": "layoutObject insertion"
83 }, 79 },
84 { 80 {
85 "object": "LayoutBlockFlow BODY", 81 "object": "LayoutBlockFlow BODY",
86 "reason": "layoutObject insertion" 82 "reason": "layoutObject insertion"
87 } 83 }
88 ] 84 ]
89 } 85 }
90 86
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698