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

Side by Side Diff: LayoutTests/platform/mac/virtual/gpu/compositedscrolling/overflow/overflow-auto-with-touch-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": [800, 600],
3 "children": [
4 {
5 "bounds": [800, 600],
6 "contentsOpaque": true,
7 "drawsContent": true,
8 "children": [
9 {
10 "position": [8, 8],
11 "bounds": [300, 300],
12 "drawsContent": true,
13 "children": [
14 {
15 "bounds": [285, 285],
16 "children": [
17 {
18 "bounds": [1000, 1000],
19 "shouldFlattenTransform": false,
20 "drawsContent": true,
21 "children": [
22 {
23 "shouldFlattenTransform": false
24 }
25 ]
26 }
27 ]
28 },
29 {
30 "children": [
31 {
32 "position": [0, 285],
33 "bounds": [285, 15]
34 },
35 {
36 "position": [285, 0],
37 "bounds": [15, 285]
38 },
39 {
40 "position": [285, 285],
41 "bounds": [15, 15],
42 "drawsContent": true
43 }
44 ]
45 }
46 ]
47 }
48 ]
49 }
50 ]
51 }
52
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698