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

Side by Side Diff: LayoutTests/virtual/softwarecompositing/squashing/squashed-layer-loses-graphicslayer-expected.txt

Issue 236203020: Separate repaint and layout requirements of StyleDifference (Step 1) (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Update layout test expectations Created 6 years, 8 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 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.
2 2
3 CASE 1, original layer tree: 3 CASE 1, original layer tree:
4 (GraphicsLayer 4 (GraphicsLayer
5 (bounds 800.00 600.00) 5 (bounds 800.00 600.00)
6 (children 1 6 (children 1
7 (GraphicsLayer 7 (GraphicsLayer
8 (bounds 800.00 600.00) 8 (bounds 800.00 600.00)
9 (contentsOpaque 1) 9 (contentsOpaque 1)
10 (drawsContent 1) 10 (drawsContent 1)
(...skipping 21 matching lines...) Expand all
32 CASE 2, The original composited layer is no longer composited, which then also r emoves all squashing layers. The important point is that there should be an appr opriate repaint to the root GraphicsLayer: 32 CASE 2, The original composited layer is no longer composited, which then also r emoves all squashing layers. The important point is that there should be an appr opriate repaint to the root GraphicsLayer:
33 (GraphicsLayer 33 (GraphicsLayer
34 (bounds 800.00 600.00) 34 (bounds 800.00 600.00)
35 (children 1 35 (children 1
36 (GraphicsLayer 36 (GraphicsLayer
37 (bounds 800.00 600.00) 37 (bounds 800.00 600.00)
38 (contentsOpaque 1) 38 (contentsOpaque 1)
39 (drawsContent 1) 39 (drawsContent 1)
40 (repaint rects 40 (repaint rects
41 (rect 60.00 60.00 100.00 100.00) 41 (rect 60.00 60.00 100.00 100.00)
42 (rect 60.00 60.00 100.00 100.00)
43 (rect 0.00 0.00 100.00 100.00)
44 (rect 140.00 140.00 100.00 100.00)
45 (rect 0.00 0.00 100.00 100.00)
46 (rect 220.00 220.00 100.00 100.00)
47 (rect 0.00 0.00 100.00 100.00)
48 (rect 300.00 300.00 100.00 100.00)
49 (rect 140.00 140.00 100.00 100.00) 42 (rect 140.00 140.00 100.00 100.00)
50 (rect 220.00 220.00 100.00 100.00) 43 (rect 220.00 220.00 100.00 100.00)
51 (rect 300.00 300.00 100.00 100.00) 44 (rect 300.00 300.00 100.00 100.00)
52 ) 45 )
53 ) 46 )
54 ) 47 )
55 ) 48 )
56 49
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698