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

Side by Side Diff: third_party/WebKit/LayoutTests/platform/win/paint/invalidation/compositing/iframe-inside-squashed-layer-expected.txt

Issue 2374083002: Auto-rebaseline for r420749 (Closed)
Patch Set: Created 4 years, 2 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 "name": "Content Root Layer", 2 "name": "Content Root Layer",
3 "bounds": [785, 1016], 3 "bounds": [785, 1016],
4 "children": [ 4 "children": [
5 { 5 {
6 "name": "LayoutView #document", 6 "name": "LayoutView #document",
7 "bounds": [785, 1016], 7 "bounds": [785, 1016],
8 "contentsOpaque": true, 8 "contentsOpaque": true,
9 "drawsContent": true, 9 "drawsContent": true,
10 "children": [ 10 "children": [
(...skipping 53 matching lines...) Expand 10 before | Expand all | Expand 10 after
64 ] 64 ]
65 } 65 }
66 ] 66 ]
67 } 67 }
68 ] 68 ]
69 } 69 }
70 ], 70 ],
71 "objectPaintInvalidations": [ 71 "objectPaintInvalidations": [
72 { 72 {
73 "object": "LayoutView #document", 73 "object": "LayoutView #document",
74 "reason": "scroll"
75 },
76 {
77 "object": "VerticalScrollbar",
78 "reason": "scroll"
79 },
80 {
81 "object": "LayoutView #document",
74 "reason": "style change" 82 "reason": "style change"
75 }, 83 },
76 { 84 {
77 "object": "LayoutBlockFlow HTML", 85 "object": "LayoutBlockFlow HTML",
78 "reason": "forced by layout" 86 "reason": "forced by layout"
79 }, 87 },
80 { 88 {
81 "object": "LayoutBlockFlow BODY", 89 "object": "LayoutBlockFlow BODY",
82 "reason": "forced by layout" 90 "reason": "forced by layout"
83 }, 91 },
84 { 92 {
85 "object": "RootInlineBox", 93 "object": "RootInlineBox",
86 "reason": "forced by layout" 94 "reason": "forced by layout"
87 }, 95 },
88 { 96 {
89 "object": "LayoutText #text", 97 "object": "LayoutText #text",
90 "reason": "forced by layout" 98 "reason": "forced by layout"
91 }, 99 },
92 { 100 {
93 "object": "InlineTextBox 'test1'", 101 "object": "InlineTextBox 'test1'",
94 "reason": "forced by layout" 102 "reason": "forced by layout"
95 },
96 {
97 "object": "LayoutView #document",
98 "reason": "scroll"
99 },
100 {
101 "object": "VerticalScrollbar",
102 "reason": "scroll"
103 } 103 }
104 ] 104 ]
105 } 105 }
106 106
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698