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

Side by Side Diff: third_party/WebKit/LayoutTests/platform/android/compositing/layer-creation/fixed-position-out-of-view-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, 1021],
4 "children": [
5 { 3 {
6 "name": "LayoutView #document", 4 "name": "LayoutView #document",
7 "bounds": [800, 1021], 5 "bounds": [800, 1021],
6 "contentsOpaque": true
7 },
8 {
9 "name": "LayoutBlockFlow HTML",
10 "bounds": [800, 1021],
11 "drawsContent": true
12 },
13 {
14 "name": "LayoutBlockFlow (positioned) DIV class='fixed'",
15 "position": [8, 1013],
16 "bounds": [10, 10],
8 "contentsOpaque": true, 17 "contentsOpaque": true,
9 "children": [ 18 "drawsContent": true,
10 { 19 "backgroundColor": "#C0C0C0"
11 "name": "LayoutBlockFlow HTML", 20 },
12 "bounds": [800, 1021], 21 {
13 "drawsContent": true, 22 "name": "LayoutBlockFlow (positioned) DIV class='fixed'",
14 "children": [ 23 "position": [8, -100],
15 { 24 "bounds": [10, 10],
16 "name": "LayoutBlockFlow (positioned) DIV class='fixed'", 25 "contentsOpaque": true,
17 "position": [8, 1013], 26 "drawsContent": true,
18 "bounds": [10, 10], 27 "backgroundColor": "#C0C0C0"
19 "contentsOpaque": true, 28 },
20 "drawsContent": true, 29 {
21 "backgroundColor": "#C0C0C0" 30 "name": "LayoutBlockFlow (positioned) DIV class='fixed'",
22 }, 31 "position": [1000, 0],
23 { 32 "bounds": [10, 10],
24 "name": "LayoutBlockFlow (positioned) DIV class='fixed'", 33 "contentsOpaque": true,
25 "position": [8, -100], 34 "drawsContent": true,
26 "bounds": [10, 10], 35 "backgroundColor": "#C0C0C0"
27 "contentsOpaque": true, 36 },
28 "drawsContent": true, 37 {
29 "backgroundColor": "#C0C0C0" 38 "name": "LayoutBlockFlow (positioned) DIV class='fixed'",
30 }, 39 "bounds": [10, 10],
31 { 40 "contentsOpaque": true,
32 "name": "LayoutBlockFlow (positioned) DIV class='fixed'", 41 "drawsContent": true,
33 "position": [1000, 0], 42 "backgroundColor": "#C0C0C0"
34 "bounds": [10, 10], 43 },
35 "contentsOpaque": true, 44 {
36 "drawsContent": true, 45 "name": "LayoutBlockFlow HTML (foreground) Layer",
37 "backgroundColor": "#C0C0C0" 46 "bounds": [800, 1021],
38 }, 47 "drawsContent": true
39 {
40 "name": "LayoutBlockFlow (positioned) DIV class='fixed'",
41 "bounds": [10, 10],
42 "contentsOpaque": true,
43 "drawsContent": true,
44 "backgroundColor": "#C0C0C0"
45 },
46 {
47 "name": "LayoutBlockFlow HTML (foreground) Layer",
48 "bounds": [800, 1021],
49 "drawsContent": true
50 }
51 ]
52 }
53 ]
54 } 48 }
55 ] 49 ]
56 } 50 }
57 51
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698