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

Side by Side Diff: LayoutTests/virtual/softwarecompositing/layer-creation/rotate3d-overlap-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 1
2 2
3 (GraphicsLayer 3 {
4 (bounds 800.00 600.00) 4 "bounds": [800, 600],
5 (children 1 5 "children": [
6 (GraphicsLayer 6 {
7 (bounds 800.00 600.00) 7 "bounds": [800, 600],
8 (contentsOpaque 1) 8 "contentsOpaque": true,
9 (drawsContent 1) 9 "drawsContent": true,
10 (children 3 10 "children": [
11 (GraphicsLayer 11 {
12 (position 25.00 25.00) 12 "position": [25, 25],
13 (bounds 106.00 106.00) 13 "bounds": [106, 106],
14 (drawsContent 1) 14 "drawsContent": true,
15 (backgroundColor #0000FF) 15 "backgroundColor": "#0000FF"
16 ) 16 },
17 (GraphicsLayer 17 {
18 (position 169.00 25.00) 18 "position": [169, 25],
19 (bounds 106.00 106.00) 19 "bounds": [106, 106],
20 (drawsContent 1) 20 "drawsContent": true,
21 (backgroundColor #0000FF) 21 "backgroundColor": "#0000FF",
22 (transform [0.97 0.26 0.00 0.00] [-0.26 0.97 0.00 0.00] [0.00 0.00 1.0 0 0.00] [0.00 0.00 0.00 1.00]) 22 "transform": [
23 ) 23 [0.965925826289068, 0.258819045102521, 0, 0],
24 (GraphicsLayer 24 [-0.258819045102521, 0.965925826289068, 0, 0],
25 (children 2 25 [0, 0, 1, 0],
26 (GraphicsLayer 26 [0, 0, 0, 1]
27 (position 313.00 25.00) 27 ]
28 (bounds 106.00 106.00) 28 },
29 (drawsContent 1) 29 {
30 (backgroundColor #0000FF) 30 "children": [
31 (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 0.00 1.00]) 31 {
32 ) 32 "position": [313, 25],
33 (GraphicsLayer 33 "bounds": [106, 106],
34 (position 313.00 145.00) 34 "drawsContent": true,
35 (bounds 106.00 106.00) 35 "backgroundColor": "#0000FF",
36 (drawsContent 1) 36 "transform": [
37 ) 37 [0.707106781186548, 0.707106781186548, 0, 0],
38 ) 38 [-0.707106781186548, 0.707106781186548, 0, 0],
39 ) 39 [0, 0, 1, 0],
40 ) 40 [0, 0, 0, 1]
41 ) 41 ]
42 ) 42 },
43 ) 43 {
44 "position": [313, 145],
45 "bounds": [106, 106],
46 "drawsContent": true
47 }
48 ]
49 }
50 ]
51 }
52 ]
53 }
44 54
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698