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

Side by Side Diff: LayoutTests/compositing/squashing/no-squashing-into-fixed-position-that-clips-expected.txt

Issue 543123003: Don't squash fixed-position elements into another fixed-position element that has a clip. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Fixed. Created 6 years, 3 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 | Annotate | Revision Log
OLDNEW
1 { 1 {
2 "bounds": [800, 600], 2 "bounds": [800, 600],
3 "children": [ 3 "children": [
4 { 4 {
5 "bounds": [800, 600], 5 "bounds": [800, 600],
6 "contentsOpaque": true, 6 "contentsOpaque": true,
7 "drawsContent": true, 7 "drawsContent": true,
8 "children": [ 8 "children": [
9 { 9 {
10 "position": [8, 8], 10 "position": [0, 50],
11 "bounds": [784, 10], 11 "bounds": [800, 550],
12 "contentsOpaque": true, 12 "contentsOpaque": true,
13 "drawsContent": true,
14 "backgroundColor": "#ADD8E6", 13 "backgroundColor": "#ADD8E6",
15 "children": [ 14 "children": [
16 { 15 {
17 "bounds": [784, 10], 16 "bounds": [800, 550],
18 "children": [ 17 "children": [
19 { 18 {
20 "bounds": [784, 10], 19 "position": [400, -10],
20 "bounds": [24, 100],
21 "contentsOpaque": true, 21 "contentsOpaque": true,
22 "drawsContent": true, 22 "drawsContent": true,
23 "backgroundColor": "#F5F5F5" 23 "backgroundColor": "#D3D3D3"
24 } 24 }
25 ] 25 ]
26 } 26 }
27 ] 27 ]
28 }, 28 },
29 { 29 {
30 "position": [8, 0], 30 "bounds": [800, 60],
31 "bounds": [216, 100], 31 "contentsOpaque": true,
32 "drawsContent": true, 32 "drawsContent": true,
33 "backgroundColor": "#90EE90" 33 "backgroundColor": "#008000"
34 } 34 }
35 ] 35 ]
36 } 36 }
37 ] 37 ]
38 } 38 }
39 39
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698