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

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

Powered by Google App Engine
This is Rietveld 408576698