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

Side by Side Diff: LayoutTests/platform/mac-snowleopard/compositing/layer-creation/fixed-position-in-fixed-overflow-expected.txt

Issue 1316723004: Auto-rebaseline for r201138 (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 4 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, 13], 10 "position": [8, 13],
11 "bounds": [800, 600], 11 "bounds": [800, 600],
12 "drawsContent": true, 12 "drawsContent": true,
13 "children": [ 13 "children": [
14 { 14 {
15 "bounds": [785, 600], 15 "bounds": [785, 600],
16 "children": [ 16 "children": [
17 { 17 {
18 "bounds": [785, 1000], 18 "bounds": [785, 1000],
19 "shouldFlattenTransform": false,
19 "drawsContent": true, 20 "drawsContent": true,
20 "children": [ 21 "children": [
21 { 22 {
23 "shouldFlattenTransform": false,
22 "children": [ 24 "children": [
23 { 25 {
24 "position": [192, 0], 26 "position": [192, 0],
25 "bounds": [100, 100], 27 "bounds": [100, 100],
26 "contentsOpaque": true, 28 "contentsOpaque": true,
27 "drawsContent": true, 29 "drawsContent": true,
28 "backgroundColor": "#FFFF00" 30 "backgroundColor": "#FFFF00"
29 } 31 }
30 ] 32 ]
31 } 33 }
(...skipping 10 matching lines...) Expand all
42 } 44 }
43 ] 45 ]
44 } 46 }
45 ] 47 ]
46 } 48 }
47 ] 49 ]
48 } 50 }
49 ] 51 ]
50 } 52 }
51 53
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698