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

Side by Side Diff: LayoutTests/platform/win/virtual/softwarecompositing/overflow/scroll-parent-with-non-stacking-context-composited-ancestor-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": [800, 600],
3 "children": [
4 {
5 "bounds": [800, 600],
6 "contentsOpaque": true,
7 "drawsContent": true,
8 "children": [
9 {
10 "position": [98, 90],
11 "bounds": [300, 300],
12 "contentsOpaque": true,
13 "drawsContent": true,
14 "backfaceVisibility": "hidden",
15 "backgroundColor": "#FFEFD5",
16 "children": [
17 {
18 "bounds": [102, 102],
19 "drawsContent": true,
20 "children": [
21 {
22 "position": [1, 1],
23 "bounds": [100, 100],
24 "children": [
25 {
26 "bounds": [100, 180],
27 "shouldFlattenTransform": false,
28 "children": [
29 {
30 "shouldFlattenTransform": false
31 }
32 ]
33 }
34 ]
35 }
36 ]
37 }
38 ]
39 },
40 {
41 "position": [60, 60],
42 "bounds": [80, 80],
43 "contentsOpaque": true,
44 "drawsContent": true,
45 "backgroundColor": "#008000"
46 },
47 {
48 "children": [
49 {
50 "position": [103, 95],
51 "bounds": [60, 40],
52 "contentsOpaque": true,
53 "drawsContent": true,
54 "backgroundColor": "#0000FF"
55 },
56 {
57 "position": [103, 139],
58 "bounds": [60, 128],
59 "drawsContent": true
60 }
61 ]
62 },
63 {
64 "position": [98, 90],
65 "children": [
66 {
67 "position": [1, 94],
68 "bounds": [93, 7],
69 "drawsContent": true
70 },
71 {
72 "position": [94, 1],
73 "bounds": [7, 93],
74 "drawsContent": true
75 },
76 {
77 "position": [94, 94],
78 "bounds": [7, 7],
79 "drawsContent": true
80 }
81 ]
82 }
83 ]
84 }
85 ]
86 }
87
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698