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

Side by Side Diff: third_party/WebKit/LayoutTests/platform/linux/compositing/layer-creation/fixed-position-nonscrollable-body-mismatch-containers-expected.txt

Issue 2084643002: Auto-rebaseline for r400605 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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
OLDNEW
1 Even though the fixed-position element's container is nonscrollable, it should s till be composited because one of its ancestors is scrolling. 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 2
3 { 3 {
4 "name": "Content Root Layer",
4 "bounds": [800, 600], 5 "bounds": [800, 600],
5 "children": [ 6 "children": [
6 { 7 {
8 "name": "LayoutView #document",
7 "bounds": [800, 600], 9 "bounds": [800, 600],
8 "contentsOpaque": true, 10 "contentsOpaque": true,
9 "drawsContent": true, 11 "drawsContent": true,
10 "children": [ 12 "children": [
11 { 13 {
14 "name": "LayoutBlockFlow DIV class='scrollable bigBox'",
12 "position": [8, 72], 15 "position": [8, 72],
13 "bounds": [302, 302], 16 "bounds": [302, 302],
14 "shouldFlattenTransform": false, 17 "shouldFlattenTransform": false,
15 "drawsContent": true, 18 "drawsContent": true,
16 "children": [ 19 "children": [
17 { 20 {
21 "name": "Scrolling Layer",
18 "position": [1, 1], 22 "position": [1, 1],
19 "bounds": [285, 285], 23 "bounds": [285, 285],
20 "shouldFlattenTransform": false, 24 "shouldFlattenTransform": false,
21 "children": [ 25 "children": [
22 { 26 {
27 "name": "Scrolling Contents Layer",
23 "bounds": [285, 800], 28 "bounds": [285, 800],
24 "drawsContent": true 29 "drawsContent": true
25 } 30 }
26 ] 31 ]
27 }, 32 },
28 { 33 {
34 "name": "Overflow Controls Host Layer",
29 "bounds": [302, 302], 35 "bounds": [302, 302],
30 "children": [ 36 "children": [
31 { 37 {
38 "name": "Horizontal Scrollbar Layer",
32 "position": [1, 286], 39 "position": [1, 286],
33 "bounds": [285, 15] 40 "bounds": [285, 15]
34 }, 41 },
35 { 42 {
43 "name": "Vertical Scrollbar Layer",
36 "position": [286, 1], 44 "position": [286, 1],
37 "bounds": [15, 285] 45 "bounds": [15, 285]
38 }, 46 },
39 { 47 {
48 "name": "Scroll Corner Layer",
40 "position": [286, 286], 49 "position": [286, 286],
41 "bounds": [15, 15], 50 "bounds": [15, 15],
42 "drawsContent": true 51 "drawsContent": true
43 } 52 }
44 ] 53 ]
45 } 54 }
46 ] 55 ]
47 }, 56 },
48 { 57 {
58 "name": "LayoutBlockFlow (positioned) DIV class='fixed lime box'",
49 "position": [10, 100], 59 "position": [10, 100],
50 "bounds": [100, 100], 60 "bounds": [100, 100],
51 "contentsOpaque": true, 61 "contentsOpaque": true,
52 "drawsContent": true, 62 "drawsContent": true,
53 "backgroundColor": "#00FF00" 63 "backgroundColor": "#00FF00"
54 } 64 }
55 ] 65 ]
56 } 66 }
57 ] 67 ]
58 } 68 }
59 69
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698