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

Side by Side Diff: third_party/WebKit/LayoutTests/platform/mac/compositing/overflow/accelerated-overflow-scroll-should-not-affect-perspective-expected.txt

Issue 1372393006: Auto-rebaseline for r351979 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 2 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
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": [200, 200],
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, 185],
26 "shouldFlattenTransform": false,
27 "children": [
28 {
29 "bounds": [185, 265],
30 "shouldFlattenTransform": false,
31 "children": [
32 {
33 "shouldFlattenTransform": false,
34 "children": [
35 {
36 "position": [0, 65],
37 "bounds": [60, 200],
38 "contentsOpaque": true,
39 "drawsContent": true,
40 "backgroundColor": "#008000",
41 "transform": [
42 [1, 0, 0, 0],
43 [0, 1, 0, 0],
44 [0, 0, 1, 0],
45 [0, 0, 10, 1]
46 ]
47 },
48 {
49 "position": [65, 65],
50 "bounds": [60, 200],
51 "contentsOpaque": true,
52 "drawsContent": true,
53 "backgroundColor": "#0000FF",
54 "transform": [
55 [1, 0, 0, 0],
56 [0, 1, 0, 0],
57 [0, 0, 1, 0],
58 [0, 0, 20, 1]
59 ]
60 }
61 ]
62 }
63 ]
64 }
65 ]
66 }
67 ]
68 },
69 {
70 "children": [
71 {
72 "position": [0, 185],
73 "bounds": [185, 15]
74 },
75 {
76 "position": [185, 0],
77 "bounds": [15, 185]
78 },
79 {
80 "position": [185, 185],
81 "bounds": [15, 15],
82 "drawsContent": true
83 }
84 ]
85 }
86 ]
87 }
88 ]
89 }
90 ]
91 }
92
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698