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

Side by Side Diff: LayoutTests/platform/chromium-win/compositing/tiling/crash-reparent-tiled-layer-expected.txt

Issue 15973002: Remove NonCompositedContentHost -- Take 2 (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: adding back annotation. final rebase. Created 7 years, 6 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 From https://bugs.webkit.org/show_bug.cgi?id=44629. The parent is a tiled layer. When the child is a non-tiled layer and it is switched to a tiled layer, a cras h occurs. This test should not crash. 1 From https://bugs.webkit.org/show_bug.cgi?id=44629. The parent is a tiled layer. When the child is a non-tiled layer and it is switched to a tiled layer, a cras h occurs. This test should not crash.
2 2
3 (GraphicsLayer 3 (GraphicsLayer
4 (bounds 785.00 5116.00) 4 (bounds 785.00 5116.00)
5 (children 1 5 (children 1
6 (GraphicsLayer 6 (GraphicsLayer
7 (bounds 785.00 5116.00) 7 (bounds 785.00 5116.00)
8 (contentsOpaque 1) 8 (contentsOpaque 1)
9 (drawsContent 1)
9 (children 1 10 (children 1
10 (GraphicsLayer 11 (GraphicsLayer
11 (position 8.00 72.00) 12 (position 8.00 72.00)
12 (bounds 502.00 5002.00) 13 (bounds 502.00 5002.00)
13 (contentsOpaque 1) 14 (contentsOpaque 1)
14 (drawsContent 1) 15 (drawsContent 1)
15 (backgroundColor #FFFF00) 16 (backgroundColor #FFFF00)
16 (children 1 17 (children 1
17 (GraphicsLayer 18 (GraphicsLayer
18 (position 51.00 101.00) 19 (position 51.00 101.00)
19 (bounds 200.00 4800.00) 20 (bounds 200.00 4800.00)
20 (contentsOpaque 1) 21 (contentsOpaque 1)
21 (drawsContent 1) 22 (drawsContent 1)
22 (backgroundColor #FF0000) 23 (backgroundColor #FF0000)
23 ) 24 )
24 ) 25 )
25 ) 26 )
26 ) 27 )
27 ) 28 )
28 ) 29 )
29 ) 30 )
30 31
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698