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

Side by Side Diff: LayoutTests/platform/mac-snowleopard/virtual/softwarecompositing/squashing/composited-bounds-for-negative-z-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 "children": [ 7 "children": [
8 { 8 {
9 "bounds": [800, 408], 9 "bounds": [800, 408],
10 "drawsContent": true, 10 "drawsContent": true,
(...skipping 14 matching lines...) Expand all
25 "bounds": [300, 300], 25 "bounds": [300, 300],
26 "children": [ 26 "children": [
27 { 27 {
28 "bounds": [285, 300], 28 "bounds": [285, 300],
29 "children": [ 29 "children": [
30 { 30 {
31 "bounds": [285, 1000], 31 "bounds": [285, 1000],
32 "shouldFlattenTransform": false, 32 "shouldFlattenTransform": false,
33 "children": [ 33 "children": [
34 { 34 {
35 35 "shouldFlattenTransform": false
36 } 36 }
37 ] 37 ]
38 } 38 }
39 ] 39 ]
40 }, 40 },
41 { 41 {
42 "children": [ 42 "children": [
43 { 43 {
44 "position": [285, 0], 44 "position": [285, 0],
45 "bounds": [15, 300], 45 "bounds": [15, 300],
(...skipping 16 matching lines...) Expand all
62 } 62 }
63 ] 63 ]
64 } 64 }
65 ] 65 ]
66 } 66 }
67 ] 67 ]
68 } 68 }
69 ] 69 ]
70 } 70 }
71 71
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698