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

Side by Side Diff: LayoutTests/compositing/squashing/invalidate-when-leaving-squashed-layer-expected.txt

Issue 512293002: Fix paint invalidation when composited layers change from paints-into-ancestor to self-painting. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Fix test. 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 "repaintRects": [
9 [0, 0, 200, 200]
10 ],
8 "children": [ 11 "children": [
9 { 12 {
10 "children": [ 13 "children": [
11 { 14 {
12 "position": [8, 8], 15 "position": [8, 8],
13 "bounds": [200, 200], 16 "bounds": [200, 200],
14 "contentsOpaque": true, 17 "contentsOpaque": true,
15 "drawsContent": true, 18 "drawsContent": true,
16 "backgroundColor": "#D3D3D3" 19 "backgroundColor": "#D3D3D3"
17 }, 20 },
(...skipping 16 matching lines...) Expand all
34 "repaintRects": [ 37 "repaintRects": [
35 [0, 0, 200, 200], 38 [0, 0, 200, 200],
36 [0, 0, 200, 200] 39 [0, 0, 200, 200]
37 ] 40 ]
38 } 41 }
39 ] 42 ]
40 } 43 }
41 ] 44 ]
42 } 45 }
43 46
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698