 Chromium Code Reviews
 Chromium Code Reviews Issue 183833016:
  Add some incremental compositing tests  (Closed) 
  Base URL: svn://svn.chromium.org/blink/trunk
    
  
    Issue 183833016:
  Add some incremental compositing tests  (Closed) 
  Base URL: svn://svn.chromium.org/blink/trunk| Index: LayoutTests/compositing/visibility/visibility-composited-incremental-update-expected.txt | 
| diff --git a/LayoutTests/compositing/visibility/visibility-composited-incremental-update-expected.txt b/LayoutTests/compositing/visibility/visibility-composited-incremental-update-expected.txt | 
| new file mode 100644 | 
| index 0000000000000000000000000000000000000000..f7ecea4d282e30cd184436756ece6de147e8bcd1 | 
| --- /dev/null | 
| +++ b/LayoutTests/compositing/visibility/visibility-composited-incremental-update-expected.txt | 
| @@ -0,0 +1,18 @@ | 
| +layer at (0,0) size 800x600 | 
| + RenderView at (0,0) size 800x600 | 
| +layer at (0,0) size 800x8 | 
| + RenderBlock {HTML} at (0,0) size 800x8 | 
| + RenderBody {BODY} at (8,8) size 784x0 | 
| +layer at (8,8) size 100x300 | 
| + RenderBlock (positioned) {DIV} at (8,8) size 100x300 | 
| + RenderBlock {DIV} at (0,0) size 100x100 [bgcolor=#FF0000] | 
| + RenderBlock {DIV} at (0,100) size 100x100 [bgcolor=#008000] | 
| + RenderBlock {DIV} at (0,200) size 100x100 [bgcolor=#FF0000] | 
| +layer at (8,8) size 100x300 | 
| + RenderBlock (positioned) {DIV} at (8,8) size 100x300 | 
| + RenderBlock {DIV} at (0,0) size 100x100 | 
| + RenderBlock {DIV} at (0,0) size 100x100 [bgcolor=#008000] | 
| + RenderBlock {DIV} at (0,100) size 100x100 | 
| + RenderBlock {DIV} at (0,0) size 100x100 [bgcolor=#FF0000] | 
| 
chrishtr
2014/03/03 21:40:32
DUmping the render tree doesn't indicate here that
 
abarth-chromium
2014/03/03 22:01:31
The RenderTree is formed correctly in these cases.
 | 
| + RenderBlock {DIV} at (0,200) size 100x100 | 
| + RenderBlock {DIV} at (0,0) size 100x100 [bgcolor=#008000] |