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

Side by Side Diff: third_party/WebKit/LayoutTests/platform/win/compositing/layer-creation/fixed-position-nonscrollable-body-mismatch-containers-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 Even though the fixed-position element's container is nonscrollable, it should s till be composited because one of its ancestors is scrolling.
2
3 {
4 "bounds": [800, 600],
5 "children": [
6 {
7 "bounds": [800, 600],
8 "contentsOpaque": true,
9 "drawsContent": true,
10 "children": [
11 {
12 "position": [8, 68],
13 "bounds": [302, 302],
14 "drawsContent": true,
15 "children": [
16 {
17 "position": [1, 1],
18 "bounds": [285, 285],
19 "children": [
20 {
21 "bounds": [285, 800],
22 "shouldFlattenTransform": false,
23 "drawsContent": true,
24 "children": [
25 {
26 "shouldFlattenTransform": false
27 }
28 ]
29 }
30 ]
31 },
32 {
33 "children": [
34 {
35 "position": [1, 286],
36 "bounds": [285, 15],
37 "drawsContent": true
38 },
39 {
40 "position": [286, 1],
41 "bounds": [15, 285],
42 "drawsContent": true
43 },
44 {
45 "position": [286, 286],
46 "bounds": [15, 15],
47 "drawsContent": true
48 }
49 ]
50 }
51 ]
52 },
53 {
54 "position": [10, 100],
55 "bounds": [100, 100],
56 "contentsOpaque": true,
57 "drawsContent": true,
58 "backgroundColor": "#00FF00"
59 }
60 ]
61 }
62 ]
63 }
64
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698