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

Side by Side Diff: LayoutTests/virtual/softwarecompositing/layer-creation/rotate3d-overlap-expected.txt

Issue 473473003: Remove virtual/softwarecompositing suite (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebase Created 6 years, 4 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
(Empty)
1
2
3 {
4 "bounds": [800, 600],
5 "children": [
6 {
7 "bounds": [800, 600],
8 "contentsOpaque": true,
9 "drawsContent": true,
10 "children": [
11 {
12 "position": [25, 25],
13 "bounds": [106, 106],
14 "drawsContent": true,
15 "backgroundColor": "#0000FF"
16 },
17 {
18 "position": [169, 25],
19 "bounds": [106, 106],
20 "drawsContent": true,
21 "backgroundColor": "#0000FF",
22 "transform": [
23 [0.965925826289068, 0.258819045102521, 0, 0],
24 [-0.258819045102521, 0.965925826289068, 0, 0],
25 [0, 0, 1, 0],
26 [0, 0, 0, 1]
27 ]
28 },
29 {
30 "children": [
31 {
32 "position": [313, 25],
33 "bounds": [106, 106],
34 "drawsContent": true,
35 "backgroundColor": "#0000FF",
36 "transform": [
37 [0.707106781186548, 0.707106781186548, 0, 0],
38 [-0.707106781186548, 0.707106781186548, 0, 0],
39 [0, 0, 1, 0],
40 [0, 0, 0, 1]
41 ]
42 },
43 {
44 "position": [313, 145],
45 "bounds": [106, 106],
46 "drawsContent": true
47 }
48 ]
49 }
50 ]
51 }
52 ]
53 }
54
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698