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

Side by Side Diff: third_party/WebKit/LayoutTests/platform/linux/compositing/squashing/iframe-inside-squashed-layer-expected.txt

Issue 2139073002: Auto-rebaseline for r404741 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 5 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 49 matching lines...) Expand 10 before | Expand all | Expand 10 after
60 "object": "LayoutView #document", 60 "object": "LayoutView #document",
61 "rect": [285, 500, 15, 150], 61 "rect": [285, 500, 15, 150],
62 "reason": "scroll" 62 "reason": "scroll"
63 } 63 }
64 ] 64 ]
65 } 65 }
66 ] 66 ]
67 } 67 }
68 ] 68 ]
69 } 69 }
70 ],
71 "objectPaintInvalidations": [
72 {
73 "object": "LayoutView #document",
74 "reason": "style change"
75 },
76 {
77 "object": "LayoutBlockFlow HTML",
78 "reason": "forced by layout"
79 },
80 {
81 "object": "LayoutBlockFlow BODY",
82 "reason": "forced by layout"
83 },
84 {
85 "object": "RootInlineBox",
86 "reason": "forced by layout"
87 },
88 {
89 "object": "LayoutText #text",
90 "reason": "forced by layout"
91 },
92 {
93 "object": "InlineTextBox 'test1'",
94 "reason": "forced by layout"
95 },
96 {
97 "object": "LayoutView #document",
98 "reason": "scroll"
99 },
100 {
101 "object": "VerticalScrollbar",
102 "reason": "scroll"
103 }
70 ] 104 ]
71 } 105 }
72 106
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698