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

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

Issue 1880263003: Auto-rebaseline for r386782 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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 "bounds": [785, 1016], 2 "bounds": [785, 1016],
3 "children": [ 3 "children": [
4 { 4 {
5 "bounds": [785, 1016], 5 "bounds": [785, 1016],
6 "contentsOpaque": true, 6 "contentsOpaque": true,
7 "drawsContent": true, 7 "drawsContent": true,
8 "children": [ 8 "children": [
9 { 9 {
10 "shouldFlattenTransform": false, 10 "shouldFlattenTransform": false,
(...skipping 45 matching lines...) Expand 10 before | Expand all | Expand 10 after
56 "rect": [0, 500, 285, 150], 56 "rect": [0, 500, 285, 150],
57 "reason": "full" 57 "reason": "full"
58 }, 58 },
59 { 59 {
60 "object": "LayoutView #document", 60 "object": "LayoutView #document",
61 "rect": [0, 500, 300, 150], 61 "rect": [0, 500, 300, 150],
62 "reason": "style change" 62 "reason": "style change"
63 }, 63 },
64 { 64 {
65 "object": "LayoutView #document", 65 "object": "LayoutView #document",
66 "rect": [0, 500, 285, 150],
67 "reason": "style change"
68 },
69 {
70 "object": "LayoutView #document",
71 "rect": [285, 500, 15, 150], 66 "rect": [285, 500, 15, 150],
72 "reason": "scroll" 67 "reason": "scroll"
73 }, 68 },
74 { 69 {
75 "object": "RootInlineBox", 70 "object": "RootInlineBox",
76 "rect": [0, 0, 0, 0], 71 "rect": [0, 0, 0, 0],
77 "reason": "full" 72 "reason": "full"
78 }, 73 },
79 { 74 {
80 "object": "RootInlineBox", 75 "object": "RootInlineBox",
(...skipping 12 matching lines...) Expand all
93 } 88 }
94 ] 89 ]
95 } 90 }
96 ] 91 ]
97 } 92 }
98 ] 93 ]
99 } 94 }
100 ] 95 ]
101 } 96 }
102 97
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698