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

Side by Side Diff: LayoutTests/platform/win/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 (drawsContent 1) 49 [1, 0, 0, 0],
50 ) 50 [0, 1, 0, 0],
51 (GraphicsLayer 51 [0, 0, 1, 0],
52 (position 185.00 0.00) 52 [0, 0, 20, 1]
53 (bounds 15.00 185.00) 53 ]
54 (drawsContent 1) 54 }
55 ) 55 ]
56 (GraphicsLayer 56 }
57 (position 185.00 185.00) 57 ]
58 (bounds 15.00 15.00) 58 }
59 (drawsContent 1) 59 ]
60 ) 60 },
61 ) 61 {
62 ) 62 "position": [0, 185],
63 ) 63 "bounds": [185, 15],
64 ) 64 "drawsContent": true
65 ) 65 },
66 ) 66 {
67 "position": [185, 0],
68 "bounds": [15, 185],
69 "drawsContent": true
70 },
71 {
72 "position": [185, 185],
73 "bounds": [15, 15],
74 "drawsContent": true
75 }
76 ]
77 }
78 ]
79 }
80 ]
81 }
67 82
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698