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

Side by Side Diff: LayoutTests/compositing/squashing/invalidate-when-leaving-squashed-layer-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 { 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 "repaintRects": [
chrishtr 2014/11/07 23:34:18 I think this test is busted. Will investigate some
9 [0, 0, 200, 200]
Ian Vollick 2014/11/08 00:10:09 Would you like me to hold off reviewing until you'
10 ],
11 "children": [ 8 "children": [
12 { 9 {
13 "shouldFlattenTransform": false, 10 "shouldFlattenTransform": false,
14 "children": [ 11 "children": [
15 { 12 {
16 "position": [8, 8], 13 "position": [8, 8],
17 "bounds": [200, 200], 14 "bounds": [200, 200],
18 "contentsOpaque": true, 15 "contentsOpaque": true,
19 "drawsContent": true, 16 "drawsContent": true,
20 "backgroundColor": "#D3D3D3" 17 "backgroundColor": "#D3D3D3"
(...skipping 16 matching lines...) Expand all
37 "backgroundColor": "#ADD8E6", 34 "backgroundColor": "#ADD8E6",
38 "repaintRects": [ 35 "repaintRects": [
39 [0, 0, 200, 200] 36 [0, 0, 200, 200]
40 ] 37 ]
41 } 38 }
42 ] 39 ]
43 } 40 }
44 ] 41 ]
45 } 42 }
46 43
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698