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

Side by Side Diff: LayoutTests/platform/android/compositing/squashing/squashed-layer-loses-graphicslayer-expected.txt

Issue 898783003: Move rendering/RenderLayer* to layout/ (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 10 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 A squashing RenderLayer that becomes non-composited should correctly send a repa int invalidation to the new container GraphicsLayer that it paints into. When ru n interactively, hovering over the force-composited gray div should not cause ot her layers to disappear. 1 A squashing Layer that becomes non-composited should correctly send a repaint in validation to the new container GraphicsLayer that it paints into. When run inte ractively, hovering over the force-composited gray div should not cause other la yers to disappear.
2 2
3 CASE 1, original layer tree: 3 CASE 1, original layer tree:
4 { 4 {
5 "bounds": [800, 600], 5 "bounds": [800, 600],
6 "children": [ 6 "children": [
7 { 7 {
8 "bounds": [800, 600], 8 "bounds": [800, 600],
9 "contentsOpaque": true, 9 "contentsOpaque": true,
10 "drawsContent": true, 10 "drawsContent": true,
11 "children": [ 11 "children": [
(...skipping 28 matching lines...) Expand all
40 "repaintRects": [ 40 "repaintRects": [
41 [300, 300, 100, 100], 41 [300, 300, 100, 100],
42 [220, 220, 100, 100], 42 [220, 220, 100, 100],
43 [140, 140, 100, 100], 43 [140, 140, 100, 100],
44 [60, 60, 100, 100] 44 [60, 60, 100, 100]
45 ] 45 ]
46 } 46 }
47 ] 47 ]
48 } 48 }
49 49
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698