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

Side by Side Diff: LayoutTests/platform/win/compositing/overflow/scroll-parent-absolute-expected.txt

Issue 348583003: Auto-rebaseline for r176651 (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 6 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": [785, 5516],
3 "children": [
4 {
5 "bounds": [785, 5516],
6 "contentsOpaque": true,
7 "drawsContent": true,
8 "children": [
9 {
10 "position": [8, 8],
11 "bounds": [500, 500],
12 "contentsOpaque": true,
13 "drawsContent": true,
14 "backgroundColor": "#0000FF",
15 "children": [
16 {
17 "bounds": [485, 485],
18 "children": [
19 {
20 "bounds": [485, 5000],
21 "shouldFlattenTransform": false,
22 "drawsContent": true,
23 "children": [
24 {
25
26 }
27 ]
28 }
29 ]
30 },
31 {
32 "position": [0, 485],
33 "bounds": [485, 15],
34 "drawsContent": true
35 },
36 {
37 "position": [485, 0],
38 "bounds": [15, 485],
39 "drawsContent": true
40 },
41 {
42 "position": [485, 485],
43 "bounds": [15, 15],
44 "drawsContent": true
45 }
46 ]
47 },
48 {
49 "position": [8, 8],
50 "bounds": [400, 400],
51 "contentsOpaque": true,
52 "drawsContent": true,
53 "backgroundColor": "#008000",
54 "hasClipParent": true
55 },
56 {
57 "position": [8, 8],
58 "bounds": [300, 300],
59 "contentsOpaque": true,
60 "drawsContent": true,
61 "backfaceVisibility": "hidden",
62 "backgroundColor": "#FFFF00"
63 },
64 {
65 "position": [8, 8],
66 "bounds": [20, 5000],
67 "contentsOpaque": true,
68 "drawsContent": true,
69 "backgroundColor": "#FA8072",
70 "hasScrollParent": true
71 }
72 ]
73 }
74 ]
75 }
76
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698