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

Side by Side Diff: third_party/WebKit/LayoutTests/compositing/layer-creation/fixed-position-change-out-of-view-in-view-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 Layer tree when the fixed elements are out-of-view (should have just a root laye r): 1 Layer tree when the fixed elements are out-of-view (should have just a root laye r):
2 { 2 {
3 "name": "Content Root Layer",
3 "bounds": [785, 4016], 4 "bounds": [785, 4016],
4 "children": [ 5 "children": [
5 { 6 {
7 "name": "LayoutView #document",
6 "bounds": [785, 4016], 8 "bounds": [785, 4016],
7 "contentsOpaque": true, 9 "contentsOpaque": true,
8 "drawsContent": true, 10 "drawsContent": true,
9 "children": [ 11 "children": [
10 { 12 {
13 "name": "LayoutBlockFlow (positioned) DIV id='fixed1'",
11 "position": [100, -100], 14 "position": [100, -100],
12 "bounds": [10, 10], 15 "bounds": [10, 10],
13 "contentsOpaque": true, 16 "contentsOpaque": true,
14 "drawsContent": true, 17 "drawsContent": true,
15 "backgroundColor": "#C0C0C0" 18 "backgroundColor": "#C0C0C0"
16 }, 19 },
17 { 20 {
21 "name": "LayoutBlockFlow (positioned) DIV id='fixed2'",
18 "position": [100, 100], 22 "position": [100, 100],
19 "bounds": [10, 0], 23 "bounds": [10, 0],
20 "contentsOpaque": true, 24 "contentsOpaque": true,
21 "drawsContent": true, 25 "drawsContent": true,
22 "backgroundColor": "#C0C0C0" 26 "backgroundColor": "#C0C0C0"
23 } 27 }
24 ] 28 ]
25 } 29 }
26 ] 30 ]
27 } 31 }
28 Layer tree when the fixed elements are in-view (both fixed elements should have layers): 32 Layer tree when the fixed elements are in-view (both fixed elements should have layers):
29 { 33 {
34 "name": "Content Root Layer",
30 "bounds": [785, 4016], 35 "bounds": [785, 4016],
31 "children": [ 36 "children": [
32 { 37 {
38 "name": "LayoutView #document",
33 "bounds": [785, 4016], 39 "bounds": [785, 4016],
34 "contentsOpaque": true, 40 "contentsOpaque": true,
35 "drawsContent": true, 41 "drawsContent": true,
36 "children": [ 42 "children": [
37 { 43 {
44 "name": "LayoutBlockFlow (positioned) DIV id='fixed1'",
38 "position": [100, 50], 45 "position": [100, 50],
39 "bounds": [10, 10], 46 "bounds": [10, 10],
40 "contentsOpaque": true, 47 "contentsOpaque": true,
41 "drawsContent": true, 48 "drawsContent": true,
42 "backgroundColor": "#C0C0C0" 49 "backgroundColor": "#C0C0C0"
43 }, 50 },
44 { 51 {
52 "name": "LayoutBlockFlow (positioned) DIV id='fixed2'",
45 "position": [100, 100], 53 "position": [100, 100],
46 "bounds": [10, 10], 54 "bounds": [10, 10],
47 "contentsOpaque": true, 55 "contentsOpaque": true,
48 "drawsContent": true, 56 "drawsContent": true,
49 "backgroundColor": "#C0C0C0" 57 "backgroundColor": "#C0C0C0"
50 } 58 }
51 ] 59 ]
52 } 60 }
53 ] 61 ]
54 } 62 }
55 Layer tree when the fixed elements are out-of-view again (should have just a roo t layer): 63 Layer tree when the fixed elements are out-of-view again (should have just a roo t layer):
56 { 64 {
65 "name": "Content Root Layer",
57 "bounds": [785, 4016], 66 "bounds": [785, 4016],
58 "children": [ 67 "children": [
59 { 68 {
69 "name": "LayoutView #document",
60 "bounds": [785, 4016], 70 "bounds": [785, 4016],
61 "contentsOpaque": true, 71 "contentsOpaque": true,
62 "drawsContent": true, 72 "drawsContent": true,
63 "children": [ 73 "children": [
64 { 74 {
75 "name": "LayoutBlockFlow (positioned) DIV id='fixed1'",
65 "position": [100, -100], 76 "position": [100, -100],
66 "bounds": [10, 10], 77 "bounds": [10, 10],
67 "contentsOpaque": true, 78 "contentsOpaque": true,
68 "drawsContent": true, 79 "drawsContent": true,
69 "backgroundColor": "#C0C0C0" 80 "backgroundColor": "#C0C0C0"
70 }, 81 },
71 { 82 {
83 "name": "LayoutBlockFlow (positioned) DIV id='fixed2'",
72 "position": [100, 100], 84 "position": [100, 100],
73 "bounds": [10, 0], 85 "bounds": [10, 0],
74 "contentsOpaque": true, 86 "contentsOpaque": true,
75 "drawsContent": true, 87 "drawsContent": true,
76 "backgroundColor": "#C0C0C0" 88 "backgroundColor": "#C0C0C0"
77 } 89 }
78 ] 90 ]
79 } 91 }
80 ] 92 ]
81 } 93 }
82 94
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698