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

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

Issue 708213002: Remove the HasOwnBackingButPaintsIntoAncestor compositing state. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Removed more tests. Created 6 years, 1 month 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": [0, 50], 10 "position": [0, 50],
11 "bounds": [800, 550], 11 "bounds": [800, 550],
12 "contentsOpaque": true, 12 "contentsOpaque": true,
13 "drawsContent": true,
13 "backgroundColor": "#ADD8E6", 14 "backgroundColor": "#ADD8E6",
14 "children": [ 15 "children": [
15 { 16 {
16 "bounds": [800, 550], 17 "bounds": [800, 550],
17 "children": [ 18 "children": [
18 { 19 {
19 "position": [400, -10], 20 "position": [400, -10],
20 "bounds": [24, 100], 21 "bounds": [24, 100],
21 "contentsOpaque": true, 22 "contentsOpaque": true,
22 "drawsContent": true, 23 "drawsContent": true,
23 "backgroundColor": "#D3D3D3" 24 "backgroundColor": "#D3D3D3"
24 } 25 }
25 ] 26 ]
26 } 27 }
27 ] 28 ]
28 }, 29 },
29 { 30 {
30 "bounds": [800, 60], 31 "bounds": [800, 60],
31 "contentsOpaque": true, 32 "contentsOpaque": true,
32 "drawsContent": true, 33 "drawsContent": true,
33 "backgroundColor": "#008000" 34 "backgroundColor": "#008000"
34 } 35 }
35 ] 36 ]
36 } 37 }
37 ] 38 ]
38 } 39 }
39 40
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698