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

Side by Side Diff: LayoutTests/platform/mac/compositing/overflow/accelerated-overflow-scroll-should-not-affect-perspective-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 1 8 "children": [
9 (GraphicsLayer 9 {
10 (position 8.00 8.00) 10 "position": [8, 8],
11 (bounds 200.00 200.00) 11 "bounds": [200, 200],
12 (children 4 12 "children": [
13 (GraphicsLayer 13 {
14 (bounds 185.00 185.00) 14 "bounds": [185, 185],
15 (shouldFlattenTransform 0) 15 "shouldFlattenTransform": false,
16 (transform [1.00 0.00 0.00 0.00] [0.00 1.00 0.00 0.00] [0.00 0.00 1.00 -0.01] [0.00 0.00 0.00 1.00]) 16 "transform": [
17 (children 1 17 [1, 0, 0, 0],
18 (GraphicsLayer 18 [0, 1, 0, 0],
19 (bounds 185.00 265.00) 19 [0, 0, 1, -0.01],
20 (shouldFlattenTransform 0) 20 [0, 0, 0, 1]
21 (children 1 21 ],
22 (GraphicsLayer 22 "children": [
23 (children 2 23 {
24 (GraphicsLayer 24 "bounds": [185, 265],
25 (position 0.00 65.00) 25 "shouldFlattenTransform": false,
26 (bounds 60.00 200.00) 26 "children": [
27 (contentsOpaque 1) 27 {
28 (drawsContent 1) 28 "children": [
29 (backgroundColor #008000) 29 {
30 (transform [1.00 0.00 0.00 0.00] [0.00 1.00 0.00 0.00] [0.00 0.00 1.00 0.00] [0.00 0.00 10.00 1.00]) 30 "position": [0, 65],
31 ) 31 "bounds": [60, 200],
32 (GraphicsLayer 32 "contentsOpaque": true,
33 (position 65.00 65.00) 33 "drawsContent": true,
34 (bounds 60.00 200.00) 34 "backgroundColor": "#008000",
35 (contentsOpaque 1) 35 "transform": [
36 (drawsContent 1) 36 [1, 0, 0, 0],
37 (backgroundColor #0000FF) 37 [0, 1, 0, 0],
38 (transform [1.00 0.00 0.00 0.00] [0.00 1.00 0.00 0.00] [0.00 0.00 1.00 0.00] [0.00 0.00 20.00 1.00]) 38 [0, 0, 1, 0],
39 ) 39 [0, 0, 10, 1]
40 ) 40 ]
41 ) 41 },
42 ) 42 {
43 ) 43 "position": [65, 65],
44 ) 44 "bounds": [60, 200],
45 ) 45 "contentsOpaque": true,
46 (GraphicsLayer 46 "drawsContent": true,
47 (position 0.00 185.00) 47 "backgroundColor": "#0000FF",
48 (bounds 185.00 15.00) 48 "transform": [
49 ) 49 [1, 0, 0, 0],
50 (GraphicsLayer 50 [0, 1, 0, 0],
51 (position 185.00 0.00) 51 [0, 0, 1, 0],
52 (bounds 15.00 185.00) 52 [0, 0, 20, 1]
53 ) 53 ]
54 (GraphicsLayer 54 }
55 (position 185.00 185.00) 55 ]
56 (bounds 15.00 15.00) 56 }
57 (drawsContent 1) 57 ]
58 ) 58 }
59 ) 59 ]
60 ) 60 },
61 ) 61 {
62 ) 62 "position": [0, 185],
63 ) 63 "bounds": [185, 15]
64 ) 64 },
65 {
66 "position": [185, 0],
67 "bounds": [15, 185]
68 },
69 {
70 "position": [185, 185],
71 "bounds": [15, 15],
72 "drawsContent": true
73 }
74 ]
75 }
76 ]
77 }
78 ]
79 }
65 80
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698