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

Side by Side Diff: LayoutTests/platform/win/virtual/gpu/compositedscrolling/overflow/scroll-parent-absolute-expected.txt

Issue 560563005: Rename last two virtual test suites to complete VirtualTestSuite refactoring. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 3 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 "drawsContent": true
39 },
40 {
41 "position": [485, 0],
42 "bounds": [15, 485],
43 "drawsContent": true
44 },
45 {
46 "position": [485, 485],
47 "bounds": [15, 15],
48 "drawsContent": true
49 }
50 ]
51 }
52 ]
53 },
54 {
55 "position": [8, 8],
56 "bounds": [400, 400],
57 "drawsContent": true
58 }
59 ]
60 },
61 {
62 "position": [8, 8],
63 "bounds": [300, 300],
64 "contentsOpaque": true,
65 "drawsContent": true,
66 "backfaceVisibility": "hidden",
67 "backgroundColor": "#FFFF00"
68 },
69 {
70 "position": [8, 8],
71 "bounds": [20, 5000],
72 "contentsOpaque": true,
73 "drawsContent": true,
74 "backgroundColor": "#FA8072",
75 "hasScrollParent": true
76 }
77 ]
78 }
79 ]
80 }
81
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698