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

Side by Side Diff: LayoutTests/compositing/layer-creation/overlap-transformed-3d-expected.txt

Issue 243583004: Auto-rebaseline for r171962 (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 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 | Annotate | Revision Log
OLDNEW
1 Before: 1 Before:
2 (GraphicsLayer 2 (GraphicsLayer
3 (bounds 800.00 600.00) 3 (bounds 800.00 600.00)
4 (children 1 4 (children 1
5 (GraphicsLayer 5 (GraphicsLayer
6 (bounds 800.00 600.00) 6 (bounds 800.00 600.00)
7 (contentsOpaque 1) 7 (contentsOpaque 1)
8 (drawsContent 1) 8 (drawsContent 1)
9 (children 1 9 (children 1
10 (GraphicsLayer 10 (GraphicsLayer
(...skipping 10 matching lines...) Expand all
21 ) 21 )
22 22
23 After: 23 After:
24 (GraphicsLayer 24 (GraphicsLayer
25 (bounds 800.00 600.00) 25 (bounds 800.00 600.00)
26 (children 1 26 (children 1
27 (GraphicsLayer 27 (GraphicsLayer
28 (bounds 800.00 600.00) 28 (bounds 800.00 600.00)
29 (contentsOpaque 1) 29 (contentsOpaque 1)
30 (drawsContent 1) 30 (drawsContent 1)
31 (children 5 31 (children 1
32 (GraphicsLayer 32 (GraphicsLayer
33 (position 108.00 108.00) 33 (children 2
34 (bounds 100.00 100.00) 34 (GraphicsLayer
35 (contentsOpaque 1) 35 (position 108.00 108.00)
36 (drawsContent 1) 36 (bounds 100.00 100.00)
37 (backgroundColor #008000) 37 (contentsOpaque 1)
38 (transform [0.71 0.71 0.00 0.00] [-0.71 0.71 0.00 0.00] [0.00 0.00 1.0 0 0.00] [0.00 0.00 -1.00 1.00]) 38 (drawsContent 1)
39 ) 39 (backgroundColor #008000)
40 (GraphicsLayer 40 (transform [0.71 0.71 0.00 0.00] [-0.71 0.71 0.00 0.00] [0.00 0.00 1.00 0.00] [0.00 0.00 -1.00 1.00])
41 (position 8.00 8.00) 41 )
42 (bounds 100.00 150.00) 42 (GraphicsLayer
43 (contentsOpaque 1) 43 (position 8.00 8.00)
44 (drawsContent 1) 44 (bounds 300.00 300.00)
45 (backgroundColor #808080) 45 (drawsContent 1)
46 ) 46 )
47 (GraphicsLayer 47 )
48 (position 208.00 8.00)
49 (bounds 100.00 150.00)
50 (contentsOpaque 1)
51 (drawsContent 1)
52 (backgroundColor #808080)
53 )
54 (GraphicsLayer
55 (position 8.00 158.00)
56 (bounds 100.00 150.00)
57 (contentsOpaque 1)
58 (drawsContent 1)
59 (backgroundColor #808080)
60 )
61 (GraphicsLayer
62 (position 208.00 158.00)
63 (bounds 100.00 150.00)
64 (contentsOpaque 1)
65 (drawsContent 1)
66 (backgroundColor #808080)
67 ) 48 )
68 ) 49 )
69 ) 50 )
70 ) 51 )
71 ) 52 )
72 53
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698