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

Side by Side Diff: third_party/WebKit/LayoutTests/compositing/layer-creation/fixed-position-in-fixed-overflow-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 (positioned) DIV class='overflow fixed'",
10 "position": [8, 13], 13 "position": [8, 13],
11 "bounds": [800, 600], 14 "bounds": [800, 600],
12 "shouldFlattenTransform": false, 15 "shouldFlattenTransform": false,
13 "drawsContent": true, 16 "drawsContent": true,
14 "children": [ 17 "children": [
15 { 18 {
19 "name": "Scrolling Layer",
16 "bounds": [785, 600], 20 "bounds": [785, 600],
17 "shouldFlattenTransform": false, 21 "shouldFlattenTransform": false,
18 "children": [ 22 "children": [
19 { 23 {
24 "name": "Scrolling Contents Layer",
20 "bounds": [785, 1000], 25 "bounds": [785, 1000],
21 "drawsContent": true, 26 "drawsContent": true,
22 "children": [ 27 "children": [
23 { 28 {
29 "name": "LayoutBlockFlow (positioned) DIV class='yellow fi xed'",
24 "position": [192, 0], 30 "position": [192, 0],
25 "bounds": [100, 100], 31 "bounds": [100, 100],
26 "contentsOpaque": true, 32 "contentsOpaque": true,
27 "drawsContent": true, 33 "drawsContent": true,
28 "backgroundColor": "#FFFF00" 34 "backgroundColor": "#FFFF00"
29 } 35 }
30 ] 36 ]
31 } 37 }
32 ] 38 ]
33 }, 39 },
34 { 40 {
41 "name": "Overflow Controls Host Layer",
35 "bounds": [800, 600], 42 "bounds": [800, 600],
36 "children": [ 43 "children": [
37 { 44 {
45 "name": "Vertical Scrollbar Layer",
38 "position": [785, 0], 46 "position": [785, 0],
39 "bounds": [15, 600] 47 "bounds": [15, 600]
40 } 48 }
41 ] 49 ]
42 } 50 }
43 ] 51 ]
44 } 52 }
45 ] 53 ]
46 } 54 }
47 ] 55 ]
48 } 56 }
49 57
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698