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

Side by Side Diff: LayoutTests/platform/win/virtual/softwarecompositing/overflow/accelerated-overflow-scroll-should-not-affect-perspective-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 "bounds": [800, 600],
3 "children": [
4 {
5 "bounds": [800, 600],
6 "contentsOpaque": true,
7 "drawsContent": true,
8 "children": [
9 {
10 "position": [8, 8],
11 "bounds": [200, 200],
12 "children": [
13 {
14 "bounds": [185, 185],
15 "shouldFlattenTransform": false,
16 "transform": [
17 [1, 0, 0, 0],
18 [0, 1, 0, 0],
19 [0, 0, 1, -0.01],
20 [0, 0, 0, 1]
21 ],
22 "children": [
23 {
24 "bounds": [185, 265],
25 "shouldFlattenTransform": false,
26 "children": [
27 {
28 "shouldFlattenTransform": false,
29 "children": [
30 {
31 "position": [0, 65],
32 "bounds": [60, 200],
33 "contentsOpaque": true,
34 "drawsContent": true,
35 "backgroundColor": "#008000",
36 "transform": [
37 [1, 0, 0, 0],
38 [0, 1, 0, 0],
39 [0, 0, 1, 0],
40 [0, 0, 10, 1]
41 ]
42 },
43 {
44 "position": [65, 65],
45 "bounds": [60, 200],
46 "contentsOpaque": true,
47 "drawsContent": true,
48 "backgroundColor": "#0000FF",
49 "transform": [
50 [1, 0, 0, 0],
51 [0, 1, 0, 0],
52 [0, 0, 1, 0],
53 [0, 0, 20, 1]
54 ]
55 }
56 ]
57 }
58 ]
59 }
60 ]
61 },
62 {
63 "children": [
64 {
65 "position": [0, 185],
66 "bounds": [185, 15],
67 "drawsContent": true
68 },
69 {
70 "position": [185, 0],
71 "bounds": [15, 185],
72 "drawsContent": true
73 },
74 {
75 "position": [185, 185],
76 "bounds": [15, 15],
77 "drawsContent": true
78 }
79 ]
80 }
81 ]
82 }
83 ]
84 }
85 ]
86 }
87
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698