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

Side by Side Diff: third_party/WebKit/LayoutTests/compositing/overflow/scroll-parent-with-non-stacking-context-composited-ancestor-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 { 1 {
2 "name": "Content Root Layer",
2 "bounds": [800, 600], 3 "bounds": [800, 600],
3 "children": [ 4 "children": [
4 { 5 {
6 "name": "LayoutView #document",
5 "bounds": [800, 600], 7 "bounds": [800, 600],
6 "contentsOpaque": true, 8 "contentsOpaque": true,
7 "drawsContent": true, 9 "drawsContent": true,
8 "children": [ 10 "children": [
9 { 11 {
12 "name": "LayoutBlockFlow DIV id='intervening'",
10 "position": [98, 90], 13 "position": [98, 90],
11 "bounds": [300, 300], 14 "bounds": [300, 300],
12 "contentsOpaque": true, 15 "contentsOpaque": true,
13 "drawsContent": true, 16 "drawsContent": true,
14 "backfaceVisibility": "hidden", 17 "backfaceVisibility": "hidden",
15 "backgroundColor": "#FFEFD5", 18 "backgroundColor": "#FFEFD5",
16 "children": [ 19 "children": [
17 { 20 {
21 "name": "LayoutBlockFlow DIV id='scroller'",
18 "bounds": [102, 102], 22 "bounds": [102, 102],
19 "shouldFlattenTransform": false, 23 "shouldFlattenTransform": false,
20 "drawsContent": true, 24 "drawsContent": true,
21 "children": [ 25 "children": [
22 { 26 {
27 "name": "Scrolling Layer",
23 "position": [1, 1], 28 "position": [1, 1],
24 "bounds": [100, 100], 29 "bounds": [100, 100],
25 "shouldFlattenTransform": false, 30 "shouldFlattenTransform": false,
26 "children": [ 31 "children": [
27 { 32 {
33 "name": "Scrolling Contents Layer",
28 "bounds": [100, 180] 34 "bounds": [100, 180]
29 } 35 }
30 ] 36 ]
31 } 37 }
32 ] 38 ]
33 } 39 }
34 ] 40 ]
35 }, 41 },
36 { 42 {
43 "name": "LayoutBlockFlow (positioned) DIV id='fixed'",
37 "position": [60, 60], 44 "position": [60, 60],
38 "bounds": [80, 80], 45 "bounds": [80, 80],
39 "contentsOpaque": true, 46 "contentsOpaque": true,
40 "drawsContent": true, 47 "drawsContent": true,
41 "backgroundColor": "#008000" 48 "backgroundColor": "#008000"
42 }, 49 },
43 { 50 {
51 "name": "Squashing Containment Layer",
44 "shouldFlattenTransform": false, 52 "shouldFlattenTransform": false,
45 "children": [ 53 "children": [
46 { 54 {
55 "name": "LayoutBlockFlow (relative positioned) DIV class='scrolled '",
47 "position": [103, 95], 56 "position": [103, 95],
48 "bounds": [60, 40], 57 "bounds": [60, 40],
49 "contentsOpaque": true, 58 "contentsOpaque": true,
50 "drawsContent": true, 59 "drawsContent": true,
51 "backgroundColor": "#0000FF" 60 "backgroundColor": "#0000FF"
52 }, 61 },
53 { 62 {
63 "name": "Squashing Layer (first squashed layer: LayoutBlockFlow (r elative positioned) DIV class='scrolled')",
54 "position": [103, 139], 64 "position": [103, 139],
55 "bounds": [60, 128], 65 "bounds": [60, 128],
56 "drawsContent": true 66 "drawsContent": true
57 } 67 }
58 ] 68 ]
59 }, 69 },
60 { 70 {
71 "name": "Overflow Controls Host Layer",
61 "position": [98, 90], 72 "position": [98, 90],
62 "bounds": [102, 102], 73 "bounds": [102, 102],
63 "children": [ 74 "children": [
64 { 75 {
76 "name": "Vertical Scrollbar Layer",
65 "position": [94, 1], 77 "position": [94, 1],
66 "bounds": [7, 100] 78 "bounds": [7, 100]
67 } 79 }
68 ] 80 ]
69 } 81 }
70 ] 82 ]
71 } 83 }
72 ] 84 ]
73 } 85 }
74 86
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698