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

Side by Side Diff: LayoutTests/platform/mac/compositing/overflow/scrolling-content-clip-to-viewport-expected.txt

Issue 348583003: Auto-rebaseline for r176651 (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 6 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 | Annotate | Revision Log
OLDNEW
1 (GraphicsLayer 1 {
2 (bounds 800.00 600.00) 2 "bounds": [800, 600],
3 (children 1 3 "children": [
4 (GraphicsLayer 4 {
5 (bounds 800.00 600.00) 5 "bounds": [800, 600],
6 (contentsOpaque 1) 6 "contentsOpaque": true,
7 (drawsContent 1) 7 "drawsContent": true,
8 (children 2 8 "children": [
9 (GraphicsLayer 9 {
10 (bounds 320.00 340.00) 10 "bounds": [320, 340],
11 (children 4 11 "children": [
12 (GraphicsLayer 12 {
13 (bounds 305.00 325.00) 13 "bounds": [305, 325],
14 (children 1 14 "children": [
15 (GraphicsLayer 15 {
16 (bounds 305.00 1224.00) 16 "bounds": [305, 1224],
17 (shouldFlattenTransform 0) 17 "shouldFlattenTransform": false,
18 (children 1 18 "children": [
19 (GraphicsLayer 19 {
20 )
21 )
22 )
23 )
24 )
25 (GraphicsLayer
26 (position 0.00 325.00)
27 (bounds 305.00 15.00)
28 )
29 (GraphicsLayer
30 (position 305.00 0.00)
31 (bounds 15.00 325.00)
32 )
33 (GraphicsLayer
34 (position 305.00 325.00)
35 (bounds 15.00 15.00)
36 (drawsContent 1)
37 )
38 )
39 )
40 (GraphicsLayer
41 (position 10.00 10.00)
42 (bounds 284.00 1204.00)
43 (contentsOpaque 1)
44 (drawsContent 1)
45 (backgroundColor #C0C0C0)
46 )
47 )
48 )
49 )
50 )
51 20
21 }
22 ]
23 }
24 ]
25 },
26 {
27 "position": [0, 325],
28 "bounds": [305, 15]
29 },
30 {
31 "position": [305, 0],
32 "bounds": [15, 325]
33 },
34 {
35 "position": [305, 325],
36 "bounds": [15, 15],
37 "drawsContent": true
38 }
39 ]
40 },
41 {
42 "position": [10, 10],
43 "bounds": [284, 1204],
44 "contentsOpaque": true,
45 "drawsContent": true,
46 "backgroundColor": "#C0C0C0"
47 }
48 ]
49 }
50 ]
51 }
52
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698