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

Side by Side Diff: third_party/WebKit/LayoutTests/platform/mac-snowleopard/compositing/overflow/scroll-parent-with-non-stacking-context-composited-ancestor-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": [98, 90], 10 "position": [98, 90],
11 "bounds": [300, 300], 11 "bounds": [300, 300],
12 "contentsOpaque": true, 12 "contentsOpaque": true,
13 "drawsContent": true, 13 "drawsContent": true,
14 "backfaceVisibility": "hidden", 14 "backfaceVisibility": "hidden",
15 "backgroundColor": "#FFEFD5", 15 "backgroundColor": "#FFEFD5",
16 "children": [ 16 "children": [
17 { 17 {
18 "bounds": [102, 102], 18 "bounds": [102, 102],
19 "drawsContent": true, 19 "drawsContent": true,
20 "children": [ 20 "children": [
21 { 21 {
22 "position": [1, 1], 22 "position": [1, 1],
23 "bounds": [100, 100], 23 "bounds": [100, 100],
24 "children": [ 24 "children": [
25 { 25 {
26 "bounds": [100, 180], 26 "bounds": [100, 180],
27 "shouldFlattenTransform": false, 27 "shouldFlattenTransform": false
28 "children": [
29 {
30 "shouldFlattenTransform": false
31 }
32 ]
33 } 28 }
34 ] 29 ]
35 } 30 }
36 ] 31 ]
37 } 32 }
38 ] 33 ]
39 }, 34 },
40 { 35 {
41 "position": [60, 60], 36 "position": [60, 60],
42 "bounds": [80, 80], 37 "bounds": [80, 80],
(...skipping 26 matching lines...) Expand all
69 "bounds": [7, 100], 64 "bounds": [7, 100],
70 "drawsContent": true 65 "drawsContent": true
71 } 66 }
72 ] 67 ]
73 } 68 }
74 ] 69 ]
75 } 70 }
76 ] 71 ]
77 } 72 }
78 73
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698