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

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

Issue 1030323005: Simplify application of perspective origin. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: add three more test expectation changes (added since earlier) Created 5 years, 8 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 "shouldFlattenTransform": false, 10 "shouldFlattenTransform": false,
11 "children": [ 11 "children": [
12 { 12 {
13 "position": [8, 8], 13 "position": [8, 8],
14 "bounds": [500, 500], 14 "bounds": [500, 500],
15 "contentsOpaque": true, 15 "contentsOpaque": true,
16 "drawsContent": true, 16 "drawsContent": true,
17 "backgroundColor": "#0000FF", 17 "backgroundColor": "#0000FF",
18 "children": [ 18 "children": [
19 { 19 {
20 "bounds": [485, 485], 20 "bounds": [485, 485],
21 "children": [ 21 "children": [
22 { 22 {
23 "bounds": [485, 5000], 23 "bounds": [485, 5000],
24 "shouldFlattenTransform": false,
25 "drawsContent": true, 24 "drawsContent": true,
26 "children": [ 25 "children": [
27 { 26 {
28 "shouldFlattenTransform": false 27
29 } 28 }
30 ] 29 ]
31 } 30 }
32 ] 31 ]
33 }, 32 },
34 { 33 {
35 "children": [ 34 "children": [
36 { 35 {
37 "position": [0, 485], 36 "position": [0, 485],
38 "bounds": [485, 15], 37 "bounds": [485, 15],
(...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after
73 "contentsOpaque": true, 72 "contentsOpaque": true,
74 "drawsContent": true, 73 "drawsContent": true,
75 "backgroundColor": "#FA8072", 74 "backgroundColor": "#FA8072",
76 "hasScrollParent": true 75 "hasScrollParent": true
77 } 76 }
78 ] 77 ]
79 } 78 }
80 ] 79 ]
81 } 80 }
82 81
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698