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

Side by Side Diff: LayoutTests/platform/win/compositing/overflow/reparented-overlay-scrollbars-with-non-stacking-context-compositing-ancestor-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": [1208, 821], 2 "bounds": [1208, 821],
3 "children": [ 3 "children": [
4 { 4 {
5 "bounds": [1208, 821], 5 "bounds": [1208, 821],
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],
(...skipping 13 matching lines...) Expand all
24 "children": [ 24 "children": [
25 { 25 {
26 "bounds": [1200, 1000], 26 "bounds": [1200, 1000],
27 "drawsContent": true, 27 "drawsContent": true,
28 "children": [ 28 "children": [
29 { 29 {
30 "bounds": [1200, 1000], 30 "bounds": [1200, 1000],
31 "children": [ 31 "children": [
32 { 32 {
33 "bounds": [1200, 10000], 33 "bounds": [1200, 10000],
34 "shouldFlattenTransform": false,
35 "drawsContent": true, 34 "drawsContent": true,
36 "children": [ 35 "children": [
37 { 36 {
38 "shouldFlattenTransform": false 37
39 } 38 }
40 ] 39 ]
41 } 40 }
42 ] 41 ]
43 } 42 }
44 ] 43 ]
45 } 44 }
46 ] 45 ]
47 } 46 }
48 ] 47 ]
(...skipping 19 matching lines...) Expand all
68 } 67 }
69 ] 68 ]
70 } 69 }
71 ] 70 ]
72 } 71 }
73 ] 72 ]
74 } 73 }
75 ] 74 ]
76 } 75 }
77 76
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698