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

Side by Side Diff: LayoutTests/platform/mac-snowleopard/virtual/gpu/compositedscrolling/overflow/accelerated-overflow-scroll-should-not-affect-perspective-expected.txt

Issue 560563005: Rename last two virtual test suites to complete VirtualTestSuite refactoring. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 3 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 "drawsContent": true,
13 "children": [
14 {
15 "bounds": [185, 185],
16 "shouldFlattenTransform": false,
17 "transform": [
18 [1, 0, 0, 0],
19 [0, 1, 0, 0],
20 [0, 0, 1, -0.01],
21 [0, 0, 0, 1]
22 ],
23 "children": [
24 {
25 "bounds": [185, 265],
26 "shouldFlattenTransform": false,
27 "children": [
28 {
29 "shouldFlattenTransform": false,
30 "children": [
31 {
32 "position": [0, 65],
33 "bounds": [60, 200],
34 "contentsOpaque": true,
35 "drawsContent": true,
36 "backgroundColor": "#008000",
37 "transform": [
38 [1, 0, 0, 0],
39 [0, 1, 0, 0],
40 [0, 0, 1, 0],
41 [0, 0, 10, 1]
42 ]
43 },
44 {
45 "position": [65, 65],
46 "bounds": [60, 200],
47 "contentsOpaque": true,
48 "drawsContent": true,
49 "backgroundColor": "#0000FF",
50 "transform": [
51 [1, 0, 0, 0],
52 [0, 1, 0, 0],
53 [0, 0, 1, 0],
54 [0, 0, 20, 1]
55 ]
56 }
57 ]
58 }
59 ]
60 }
61 ]
62 },
63 {
64 "children": [
65 {
66 "position": [0, 185],
67 "bounds": [185, 15],
68 "drawsContent": true
69 },
70 {
71 "position": [185, 0],
72 "bounds": [15, 185],
73 "drawsContent": true
74 },
75 {
76 "position": [185, 185],
77 "bounds": [15, 15],
78 "drawsContent": true
79 }
80 ]
81 }
82 ]
83 }
84 ]
85 }
86 ]
87 }
88
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698