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

Side by Side Diff: LayoutTests/virtual/softwarecompositing/layer-creation/overlap-transformed-3d-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 Before: 1 Before:
2 (GraphicsLayer 2 {
3 (bounds 800.00 600.00) 3 "bounds": [800, 600],
4 (children 1 4 "children": [
5 (GraphicsLayer 5 {
6 (bounds 800.00 600.00) 6 "bounds": [800, 600],
7 (contentsOpaque 1) 7 "contentsOpaque": true,
8 (drawsContent 1) 8 "drawsContent": true,
9 (children 1 9 "children": [
10 (GraphicsLayer 10 {
11 (position 108.00 108.00) 11 "position": [108, 108],
12 (bounds 100.00 100.00) 12 "bounds": [100, 100],
13 (contentsOpaque 1) 13 "contentsOpaque": true,
14 (drawsContent 1) 14 "drawsContent": true,
15 (backgroundColor #008000) 15 "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]) 16 "transform": [
17 ) 17 [1, 0, 0, 0],
18 ) 18 [0, 1, 0, 0],
19 ) 19 [0, 0, 1, 0],
20 ) 20 [0, 0, -1, 1]
21 ) 21 ]
22 }
23 ]
24 }
25 ]
26 }
22 27
23 After: 28 After:
24 (GraphicsLayer 29 {
25 (bounds 800.00 600.00) 30 "bounds": [800, 600],
26 (children 1 31 "children": [
27 (GraphicsLayer 32 {
28 (bounds 800.00 600.00) 33 "bounds": [800, 600],
29 (contentsOpaque 1) 34 "contentsOpaque": true,
30 (drawsContent 1) 35 "drawsContent": true,
31 (children 1 36 "children": [
32 (GraphicsLayer 37 {
33 (children 2 38 "children": [
34 (GraphicsLayer 39 {
35 (position 108.00 108.00) 40 "position": [108, 108],
36 (bounds 100.00 100.00) 41 "bounds": [100, 100],
37 (contentsOpaque 1) 42 "contentsOpaque": true,
38 (drawsContent 1) 43 "drawsContent": true,
39 (backgroundColor #008000) 44 "backgroundColor": "#008000",
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]) 45 "transform": [
41 ) 46 [0.707106781186548, 0.707106781186548, 0, 0],
42 (GraphicsLayer 47 [-0.707106781186548, 0.707106781186548, 0, 0],
43 (position 8.00 8.00) 48 [0, 0, 1, 0],
44 (bounds 300.00 300.00) 49 [0, 0, -1, 1]
45 (drawsContent 1) 50 ]
46 ) 51 },
47 ) 52 {
48 ) 53 "position": [8, 8],
49 ) 54 "bounds": [300, 300],
50 ) 55 "drawsContent": true
51 ) 56 }
52 ) 57 ]
58 }
59 ]
60 }
61 ]
62 }
53 63
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698