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

Side by Side Diff: LayoutTests/platform/linux/compositing/backing/no-backing-for-clip-expected.txt

Issue 708213002: Remove the HasOwnBackingButPaintsIntoAncestor compositing state. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: 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 not have backing store. 2 This layer should not 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, 244], 13 "bounds": [342, 244],
14 "drawsContent": true,
14 "children": [ 15 "children": [
15 { 16 {
16 "position": [1, 1], 17 "position": [1, 1],
17 "bounds": [340, 242], 18 "bounds": [340, 242],
18 "children": [ 19 "children": [
19 { 20 {
20 "position": [20, 40], 21 "position": [20, 40],
21 "bounds": [342, 182], 22 "bounds": [342, 182],
23 "drawsContent": true,
22 "children": [ 24 "children": [
23 { 25 {
24 "position": [1, 1], 26 "position": [1, 1],
25 "bounds": [340, 180], 27 "bounds": [340, 180],
26 "children": [ 28 "children": [
27 { 29 {
28 "position": [30, 50], 30 "position": [30, 50],
29 "bounds": [100, 100], 31 "bounds": [100, 100],
30 "contentsOpaque": true, 32 "contentsOpaque": true,
31 "drawsContent": true, 33 "drawsContent": true,
32 "backgroundColor": "#C0C0C0" 34 "backgroundColor": "#C0C0C0"
33 } 35 }
34 ] 36 ]
35 } 37 }
36 ] 38 ]
37 } 39 }
38 ] 40 ]
39 } 41 }
40 ] 42 ]
41 } 43 }
42 ] 44 ]
43 } 45 }
44 ] 46 ]
45 } 47 }
46 48
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698