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

Side by Side Diff: LayoutTests/platform/win/virtual/softwarecompositing/overflow/scroll-parent-absolute-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
1 { 1 {
2 "bounds": [785, 5516], 2 "bounds": [785, 5516],
3 "children": [ 3 "children": [
4 { 4 {
5 "bounds": [785, 5516], 5 "bounds": [785, 5516],
6 "contentsOpaque": true, 6 "contentsOpaque": true,
7 "drawsContent": true, 7 "drawsContent": true,
8 "children": [ 8 "children": [
9 { 9 {
10 "children": [ 10 "children": [
11 { 11 {
12 "position": [8, 8], 12 "position": [8, 8],
13 "bounds": [500, 500], 13 "bounds": [500, 500],
14 "contentsOpaque": true, 14 "contentsOpaque": true,
15 "drawsContent": true, 15 "drawsContent": true,
16 "backgroundColor": "#0000FF", 16 "backgroundColor": "#0000FF",
17 "children": [ 17 "children": [
18 { 18 {
19 "bounds": [485, 485], 19 "bounds": [485, 485],
20 "children": [ 20 "children": [
21 { 21 {
22 "bounds": [485, 5000], 22 "bounds": [485, 5000],
23 "shouldFlattenTransform": false, 23 "shouldFlattenTransform": false,
24 "drawsContent": true, 24 "drawsContent": true,
25 "children": [ 25 "children": [
26 { 26 {
27 27 "shouldFlattenTransform": false
28 } 28 }
29 ] 29 ]
30 } 30 }
31 ] 31 ]
32 }, 32 },
33 { 33 {
34 "children": [ 34 "children": [
35 { 35 {
36 "position": [0, 485], 36 "position": [0, 485],
37 "bounds": [485, 15], 37 "bounds": [485, 15],
(...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after
72 "contentsOpaque": true, 72 "contentsOpaque": true,
73 "drawsContent": true, 73 "drawsContent": true,
74 "backgroundColor": "#FA8072", 74 "backgroundColor": "#FA8072",
75 "hasScrollParent": true 75 "hasScrollParent": true
76 } 76 }
77 ] 77 ]
78 } 78 }
79 ] 79 ]
80 } 80 }
81 81
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698