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

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

Issue 1167073002: Where an ancestor has overflow style, a fixed child needs to be composited. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Update expected results. Created 5 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 This layer should not have backing store.
2 This layer should not have backing store.
3 { 1 {
4 "bounds": [800, 600], 2 "bounds": [800, 600],
5 "children": [ 3 "children": [
6 { 4 {
7 "bounds": [800, 600], 5 "bounds": [800, 600],
8 "contentsOpaque": true, 6 "contentsOpaque": true,
9 "drawsContent": true, 7 "drawsContent": true,
10 "children": [ 8 "children": [
11 { 9 {
12 "position": [8, 8], 10 "position": [8, 13],
13 "bounds": [342, 244], 11 "bounds": [800, 600],
14 "drawsContent": true, 12 "drawsContent": true,
15 "children": [ 13 "children": [
16 { 14 {
17 "position": [1, 1], 15 "bounds": [785, 600],
18 "bounds": [340, 242],
19 "children": [ 16 "children": [
20 { 17 {
21 "position": [20, 40], 18 "bounds": [785, 1000],
22 "bounds": [342, 182],
23 "drawsContent": true, 19 "drawsContent": true,
24 "children": [ 20 "children": [
25 { 21 {
26 "position": [1, 1],
27 "bounds": [340, 180],
28 "children": [ 22 "children": [
29 { 23 {
30 "position": [30, 50], 24 "position": [192, 0],
31 "bounds": [100, 100], 25 "bounds": [100, 100],
32 "contentsOpaque": true, 26 "contentsOpaque": true,
33 "drawsContent": true, 27 "drawsContent": true,
34 "backgroundColor": "#C0C0C0" 28 "backgroundColor": "#FFFF00"
35 } 29 }
36 ] 30 ]
37 } 31 }
38 ] 32 ]
39 } 33 }
40 ] 34 ]
35 },
36 {
37 "children": [
38 {
39 "position": [785, 0],
40 "bounds": [15, 600]
41 }
42 ]
41 } 43 }
42 ] 44 ]
43 } 45 }
44 ] 46 ]
45 } 47 }
46 ] 48 ]
47 } 49 }
48 50
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698