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

Side by Side Diff: third_party/WebKit/LayoutTests/platform/mac/compositing/overflow/scroll-parent-absolute-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": [785, 5516],
3 "children": [
4 {
5 "bounds": [785, 5516],
6 "contentsOpaque": true,
7 "drawsContent": true,
8 "children": [
9 {
10 "shouldFlattenTransform": false,
11 "children": [
12 {
13 "position": [8, 8],
14 "bounds": [500, 500],
15 "contentsOpaque": true,
16 "drawsContent": true,
17 "backgroundColor": "#0000FF",
18 "children": [
19 {
20 "bounds": [485, 485],
21 "children": [
22 {
23 "bounds": [485, 5000],
24 "shouldFlattenTransform": false,
25 "drawsContent": true,
26 "children": [
27 {
28 "shouldFlattenTransform": false
29 }
30 ]
31 }
32 ]
33 },
34 {
35 "children": [
36 {
37 "position": [0, 485],
38 "bounds": [485, 15]
39 },
40 {
41 "position": [485, 0],
42 "bounds": [15, 485]
43 },
44 {
45 "position": [485, 485],
46 "bounds": [15, 15],
47 "drawsContent": true
48 }
49 ]
50 }
51 ]
52 },
53 {
54 "position": [8, 8],
55 "bounds": [400, 400],
56 "drawsContent": true
57 }
58 ]
59 },
60 {
61 "position": [8, 8],
62 "bounds": [300, 300],
63 "contentsOpaque": true,
64 "drawsContent": true,
65 "backfaceVisibility": "hidden",
66 "backgroundColor": "#FFFF00"
67 },
68 {
69 "position": [8, 8],
70 "bounds": [20, 5000],
71 "contentsOpaque": true,
72 "drawsContent": true,
73 "backgroundColor": "#FA8072",
74 "hasScrollParent": true
75 }
76 ]
77 }
78 ]
79 }
80
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698