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

Side by Side Diff: LayoutTests/platform/win/virtual/gpu/compositedscrolling/overflow/accelerated-overflow-scroll-should-not-affect-perspective-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": [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": [200, 200], 11 "bounds": [200, 200],
12 "children": [ 12 "children": [
13 { 13 {
14 "bounds": [185, 185], 14 "bounds": [185, 185],
15 "shouldFlattenTransform": false, 15 "shouldFlattenTransform": false,
16 "transform": [ 16 "transform": [
17 [1, 0, 0, 0], 17 [1, 0, 0, 0],
18 [0, 1, 0, 0], 18 [0, 1, 0, 0],
19 [0, 0, 1, -0.01], 19 [0, 0, 1, -0.01],
20 [0, 0, 0, 1] 20 [0, 0, 0, 1]
21 ], 21 ],
22 "children": [ 22 "children": [
23 { 23 {
24 "bounds": [185, 265], 24 "bounds": [185, 265],
25 "shouldFlattenTransform": false, 25 "shouldFlattenTransform": false,
26 "children": [ 26 "children": [
27 { 27 {
28 "shouldFlattenTransform": false,
28 "children": [ 29 "children": [
29 { 30 {
30 "position": [0, 65], 31 "position": [0, 65],
31 "bounds": [60, 200], 32 "bounds": [60, 200],
32 "contentsOpaque": true, 33 "contentsOpaque": true,
33 "drawsContent": true, 34 "drawsContent": true,
34 "backgroundColor": "#008000", 35 "backgroundColor": "#008000",
35 "transform": [ 36 "transform": [
36 [1, 0, 0, 0], 37 [1, 0, 0, 0],
37 [0, 1, 0, 0], 38 [0, 1, 0, 0],
(...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after
77 } 78 }
78 ] 79 ]
79 } 80 }
80 ] 81 ]
81 } 82 }
82 ] 83 ]
83 } 84 }
84 ] 85 ]
85 } 86 }
86 87
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698