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

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