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

Side by Side Diff: third_party/WebKit/LayoutTests/platform/win/compositing/overflow/scroll-parent-absolute-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
(Empty)
1 {
2 "bounds": [785, 5516],
3 "children": [
4 {
5 "bounds": [785, 5516],
6 "contentsOpaque": true,
7 "drawsContent": true,
8 "children": [
9 {
10 "shouldFlattenTransform": false,
11 "children": [
12 {
13 "position": [8, 8],
14 "bounds": [500, 500],
15 "contentsOpaque": true,
16 "drawsContent": true,
17 "backgroundColor": "#0000FF",
18 "children": [
19 {
20 "bounds": [485, 485],
21 "children": [
22 {
23 "bounds": [485, 5000],
24 "shouldFlattenTransform": false,
25 "drawsContent": true,
26 "children": [
27 {
28 "shouldFlattenTransform": false
29 }
30 ]
31 }
32 ]
33 },
34 {
35 "children": [
36 {
37 "position": [0, 485],
38 "bounds": [485, 15],
39 "drawsContent": true
40 },
41 {
42 "position": [485, 0],
43 "bounds": [15, 485],
44 "drawsContent": true
45 },
46 {
47 "position": [485, 485],
48 "bounds": [15, 15],
49 "drawsContent": true
50 }
51 ]
52 }
53 ]
54 },
55 {
56 "position": [8, 8],
57 "bounds": [400, 400],
58 "drawsContent": true
59 }
60 ]
61 },
62 {
63 "position": [8, 8],
64 "bounds": [300, 300],
65 "contentsOpaque": true,
66 "drawsContent": true,
67 "backfaceVisibility": "hidden",
68 "backgroundColor": "#FFFF00"
69 },
70 {
71 "position": [8, 8],
72 "bounds": [20, 5000],
73 "contentsOpaque": true,
74 "drawsContent": true,
75 "backgroundColor": "#FA8072",
76 "hasScrollParent": true
77 }
78 ]
79 }
80 ]
81 }
82
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698