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

Side by Side Diff: third_party/WebKit/LayoutTests/compositing/layer-creation/fixed-position-in-fixed-overflow-expected.txt

Issue 2406723002: Auto-rebaseline for r424089 (Closed)
Patch Set: Created 4 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
1 { 1 {
2 "name": "Content Root Layer", 2 "layers": [
3 "bounds": [800, 600],
4 "children": [
5 { 3 {
6 "name": "LayoutView #document", 4 "name": "LayoutView #document",
7 "bounds": [800, 600], 5 "bounds": [800, 600],
8 "contentsOpaque": true, 6 "contentsOpaque": true,
7 "drawsContent": true
8 },
9 {
10 "name": "LayoutBlockFlow (positioned) DIV class='overflow fixed'",
11 "position": [8, 13],
12 "bounds": [800, 600],
13 "shouldFlattenTransform": false,
14 "drawsContent": true
15 },
16 {
17 "name": "Scrolling Layer",
18 "bounds": [785, 600],
19 "shouldFlattenTransform": false
20 },
21 {
22 "name": "Scrolling Contents Layer",
23 "bounds": [785, 1000],
24 "drawsContent": true
25 },
26 {
27 "name": "LayoutBlockFlow (positioned) DIV class='yellow fixed'",
28 "position": [192, 0],
29 "bounds": [100, 100],
30 "contentsOpaque": true,
9 "drawsContent": true, 31 "drawsContent": true,
10 "children": [ 32 "backgroundColor": "#FFFF00"
11 { 33 },
12 "name": "LayoutBlockFlow (positioned) DIV class='overflow fixed'", 34 {
13 "position": [8, 13], 35 "name": "Overflow Controls Host Layer",
14 "bounds": [800, 600], 36 "bounds": [800, 600]
15 "shouldFlattenTransform": false, 37 },
16 "drawsContent": true, 38 {
17 "children": [ 39 "name": "Vertical Scrollbar Layer",
18 { 40 "position": [785, 0],
19 "name": "Scrolling Layer", 41 "bounds": [15, 600]
20 "bounds": [785, 600],
21 "shouldFlattenTransform": false,
22 "children": [
23 {
24 "name": "Scrolling Contents Layer",
25 "bounds": [785, 1000],
26 "drawsContent": true,
27 "children": [
28 {
29 "name": "LayoutBlockFlow (positioned) DIV class='yellow fi xed'",
30 "position": [192, 0],
31 "bounds": [100, 100],
32 "contentsOpaque": true,
33 "drawsContent": true,
34 "backgroundColor": "#FFFF00"
35 }
36 ]
37 }
38 ]
39 },
40 {
41 "name": "Overflow Controls Host Layer",
42 "bounds": [800, 600],
43 "children": [
44 {
45 "name": "Vertical Scrollbar Layer",
46 "position": [785, 0],
47 "bounds": [15, 600]
48 }
49 ]
50 }
51 ]
52 }
53 ]
54 } 42 }
55 ] 43 ]
56 } 44 }
57 45
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698