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

Side by Side Diff: LayoutTests/platform/linux/virtual/gpu/compositedscrolling/overflow/overflow-overlay-with-touch-expected.txt

Issue 404673002: Auto-rebaseline for r178400 (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 5 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 "children": [
13 {
14 "bounds": [300, 300],
15 "children": [
16 {
17 "bounds": [1000, 1000],
18 "shouldFlattenTransform": false,
19 "drawsContent": true,
20 "children": [
21 {
22 "shouldFlattenTransform": false
23 }
24 ]
25 }
26 ]
27 },
28 {
29 "children": [
30 {
31 "position": [0, 285],
32 "bounds": [285, 15],
33 "drawsContent": true
34 },
35 {
36 "position": [285, 0],
37 "bounds": [15, 285],
38 "drawsContent": true
39 },
40 {
41 "position": [285, 285],
42 "bounds": [15, 15],
43 "drawsContent": true
44 }
45 ]
46 }
47 ]
48 }
49 ]
50 }
51 ]
52 }
53
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698