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

Side by Side Diff: LayoutTests/platform/linux/compositing/backing/no-backing-for-clip-overlap-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 This layer should not have backing store. 1 This layer should not have backing store.
2 This layer should have backing store. 2 This layer should have backing store.
3 { 3 {
4 "bounds": [800, 600], 4 "bounds": [800, 600],
5 "children": [ 5 "children": [
6 { 6 {
7 "bounds": [800, 600], 7 "bounds": [800, 600],
8 "contentsOpaque": true, 8 "contentsOpaque": true,
9 "drawsContent": true, 9 "drawsContent": true,
10 "children": [ 10 "children": [
11 { 11 {
12 "position": [8, 8], 12 "position": [8, 8],
13 "bounds": [342, 182], 13 "bounds": [342, 182],
14 "drawsContent": true,
14 "children": [ 15 "children": [
15 { 16 {
16 "position": [1, 1], 17 "position": [1, 1],
17 "bounds": [340, 180], 18 "bounds": [340, 180],
18 "children": [ 19 "children": [
19 { 20 {
20 "position": [30, 50], 21 "position": [30, 50],
21 "bounds": [100, 100], 22 "bounds": [100, 100],
22 "contentsOpaque": true, 23 "contentsOpaque": true,
23 "drawsContent": true, 24 "drawsContent": true,
(...skipping 21 matching lines...) Expand all
45 } 46 }
46 ] 47 ]
47 } 48 }
48 ] 49 ]
49 } 50 }
50 ] 51 ]
51 } 52 }
52 ] 53 ]
53 } 54 }
54 55
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698