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

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

Issue 1372393006: Auto-rebaseline for r351979 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 2 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
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 "shouldFlattenTransform": false,
20 "drawsContent": true, 20 "drawsContent": true,
21 "children": [ 21 "children": [
22 { 22 {
23 "shouldFlattenTransform": false, 23 "position": [192, 0],
24 "children": [ 24 "bounds": [100, 100],
25 { 25 "contentsOpaque": true,
26 "position": [192, 0], 26 "drawsContent": true,
27 "bounds": [100, 100], 27 "backgroundColor": "#FFFF00"
28 "contentsOpaque": true,
29 "drawsContent": true,
30 "backgroundColor": "#FFFF00"
31 }
32 ]
33 } 28 }
34 ] 29 ]
35 } 30 }
36 ] 31 ]
37 }, 32 },
38 { 33 {
39 "children": [ 34 "children": [
40 { 35 {
41 "position": [785, 0], 36 "position": [785, 0],
42 "bounds": [15, 600], 37 "bounds": [15, 600],
43 "drawsContent": true 38 "drawsContent": true
44 } 39 }
45 ] 40 ]
46 } 41 }
47 ] 42 ]
48 } 43 }
49 ] 44 ]
50 } 45 }
51 ] 46 ]
52 } 47 }
53 48
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698