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

Side by Side Diff: LayoutTests/platform/linux/compositing/overflow/scroll-parent-with-non-stacking-context-composited-ancestor-expected.txt

Issue 652983003: Auto-rebaseline for r183641 (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 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 | Annotate | Revision Log
OLDNEW
(Empty)
1 {
2 "bounds": [800, 600],
3 "children": [
4 {
5 "bounds": [800, 600],
6 "contentsOpaque": true,
7 "drawsContent": true,
8 "children": [
9 {
10 "position": [98, 90],
11 "bounds": [300, 300],
12 "contentsOpaque": true,
13 "drawsContent": true,
14 "backfaceVisibility": "hidden",
15 "backgroundColor": "#FFEFD5",
16 "children": [
17 {
18 "bounds": [102, 102],
19 "drawsContent": true,
20 "children": [
21 {
22 "position": [1, 1],
23 "bounds": [100, 100],
24 "children": [
25 {
26 "bounds": [100, 180],
27 "shouldFlattenTransform": false,
28 "children": [
29 {
30 "shouldFlattenTransform": false
31 }
32 ]
33 }
34 ]
35 }
36 ]
37 }
38 ]
39 },
40 {
41 "position": [60, 60],
42 "bounds": [80, 80],
43 "contentsOpaque": true,
44 "drawsContent": true,
45 "backgroundColor": "#008000"
46 },
47 {
48 "shouldFlattenTransform": false,
49 "children": [
50 {
51 "position": [103, 95],
52 "bounds": [60, 40],
53 "contentsOpaque": true,
54 "drawsContent": true,
55 "backgroundColor": "#0000FF"
56 },
57 {
58 "position": [103, 139],
59 "bounds": [60, 128],
60 "drawsContent": true
61 }
62 ]
63 },
64 {
65 "position": [98, 90],
66 "children": [
67 {
68 "position": [94, 1],
69 "bounds": [7, 100],
70 "drawsContent": true
71 }
72 ]
73 }
74 ]
75 }
76 ]
77 }
78
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698