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

Side by Side Diff: third_party/WebKit/LayoutTests/compositing/scrollbars/nested-overlay-scrollbars-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": [404, 404],
12 "drawsContent": true,
13 "children": [
14 {
15 "position": [2, 2],
16 "bounds": [400, 400],
17 "children": [
18 {
19 "bounds": [400, 704],
20 "shouldFlattenTransform": false,
21 "drawsContent": true,
22 "children": [
23 {
24 "position": [0, 500],
25 "bounds": [204, 204],
26 "drawsContent": true,
27 "children": [
28 {
29 "position": [2, 2],
30 "bounds": [200, 200],
31 "children": [
32 {
33 "bounds": [5000, 9000],
34 "shouldFlattenTransform": false,
35 "drawsContent": true
36 }
37 ]
38 }
39 ]
40 },
41 {
42 "shouldFlattenTransform": false,
43 "children": [
44 {
45 "position": [2, 502],
46 "bounds": [100, 800],
47 "contentsOpaque": true,
48 "drawsContent": true,
49 "backgroundColor": "#808080"
50 },
51 {
52 "position": [2, 2502],
53 "bounds": [5000, 1000],
54 "drawsContent": true
55 }
56 ]
57 },
58 {
59 "position": [2, 502],
60 "children": [
61 {
62 "position": [2, 195],
63 "bounds": [193, 7]
64 },
65 {
66 "position": [195, 2],
67 "bounds": [7, 193]
68 },
69 {
70 "position": [195, 195],
71 "bounds": [7, 7],
72 "drawsContent": true
73 }
74 ]
75 }
76 ]
77 }
78 ]
79 },
80 {
81 "children": [
82 {
83 "position": [395, 2],
84 "bounds": [7, 400]
85 }
86 ]
87 }
88 ]
89 }
90 ]
91 }
92 ]
93 }
94
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698