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

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

Issue 15425006: Revert "Remove NonCompositedContentHost" and follow-up rebaselining. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 7 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)
9 (children 1 8 (children 1
10 (GraphicsLayer 9 (GraphicsLayer
11 (position 108.00 108.00) 10 (position 108.00 108.00)
12 (bounds 100.00 100.00) 11 (bounds 100.00 100.00)
13 (contentsOpaque 1) 12 (contentsOpaque 1)
14 (drawsContent 1) 13 (drawsContent 1)
15 (backgroundColor #008000) 14 (backgroundColor #008000)
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.00] [0.00 0.00 -1.00 1.00]) 15 (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 -1.00 1.00])
17 ) 16 )
18 ) 17 )
19 ) 18 )
20 ) 19 )
21 ) 20 )
22 21
23 After: 22 After:
24 (GraphicsLayer 23 (GraphicsLayer
25 (bounds 800.00 600.00) 24 (bounds 800.00 600.00)
26 (children 1 25 (children 1
27 (GraphicsLayer 26 (GraphicsLayer
28 (bounds 800.00 600.00) 27 (bounds 800.00 600.00)
29 (contentsOpaque 1) 28 (contentsOpaque 1)
30 (drawsContent 1)
31 (children 5 29 (children 5
32 (GraphicsLayer 30 (GraphicsLayer
33 (position 108.00 108.00) 31 (position 108.00 108.00)
34 (bounds 100.00 100.00) 32 (bounds 100.00 100.00)
35 (contentsOpaque 1) 33 (contentsOpaque 1)
36 (drawsContent 1) 34 (drawsContent 1)
37 (backgroundColor #008000) 35 (backgroundColor #008000)
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]) 36 (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])
39 ) 37 )
40 (GraphicsLayer 38 (GraphicsLayer
(...skipping 22 matching lines...) Expand all
63 (bounds 100.00 150.00) 61 (bounds 100.00 150.00)
64 (contentsOpaque 1) 62 (contentsOpaque 1)
65 (drawsContent 1) 63 (drawsContent 1)
66 (backgroundColor #808080) 64 (backgroundColor #808080)
67 ) 65 )
68 ) 66 )
69 ) 67 )
70 ) 68 )
71 ) 69 )
72 70
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698