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

Side by Side Diff: LayoutTests/platform/win/compositing/scrollbars/nested-overlay-scrollbars-expected.txt

Issue 1316723004: Auto-rebaseline for r201138 (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 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
1 { 1 {
2 "bounds": [800, 600], 2 "bounds": [800, 600],
3 "children": [ 3 "children": [
4 { 4 {
5 "bounds": [800, 600], 5 "bounds": [800, 600],
6 "contentsOpaque": true, 6 "contentsOpaque": true,
7 "drawsContent": true, 7 "drawsContent": true,
8 "children": [ 8 "children": [
9 { 9 {
10 "position": [8, 8], 10 "position": [8, 8],
11 "bounds": [404, 404], 11 "bounds": [404, 404],
12 "drawsContent": true, 12 "drawsContent": true,
13 "children": [ 13 "children": [
14 { 14 {
15 "position": [2, 2], 15 "position": [2, 2],
16 "bounds": [400, 400], 16 "bounds": [400, 400],
17 "children": [ 17 "children": [
18 { 18 {
19 "bounds": [400, 704], 19 "bounds": [400, 704],
20 "shouldFlattenTransform": false,
20 "drawsContent": true, 21 "drawsContent": true,
21 "children": [ 22 "children": [
22 { 23 {
24 "shouldFlattenTransform": false,
23 "children": [ 25 "children": [
24 { 26 {
25 "position": [0, 500], 27 "position": [0, 500],
26 "bounds": [204, 204], 28 "bounds": [204, 204],
27 "drawsContent": true, 29 "drawsContent": true,
28 "children": [ 30 "children": [
29 { 31 {
30 "position": [2, 2], 32 "position": [2, 2],
31 "bounds": [200, 200], 33 "bounds": [200, 200],
32 "children": [ 34 "children": [
33 { 35 {
34 "bounds": [5000, 9000], 36 "bounds": [5000, 9000],
37 "shouldFlattenTransform": false,
35 "drawsContent": true, 38 "drawsContent": true,
36 "children": [ 39 "children": [
37 { 40 {
38 41 "shouldFlattenTransform": false
39 } 42 }
40 ] 43 ]
41 } 44 }
42 ] 45 ]
43 } 46 }
44 ] 47 ]
45 }, 48 },
46 { 49 {
47 "shouldFlattenTransform": false, 50 "shouldFlattenTransform": false,
48 "children": [ 51 "children": [
(...skipping 46 matching lines...) Expand 10 before | Expand all | Expand 10 after
95 } 98 }
96 ] 99 ]
97 } 100 }
98 ] 101 ]
99 } 102 }
100 ] 103 ]
101 } 104 }
102 ] 105 ]
103 } 106 }
104 107
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698