 Chromium Code Reviews
 Chromium Code Reviews Issue 13462003:
  Add support for accelerated fixed root background  (Closed) 
  Base URL: https://chromium.googlesource.com/chromium/blink.git@background-attachment-fixed2
    
  
    Issue 13462003:
  Add support for accelerated fixed root background  (Closed) 
  Base URL: https://chromium.googlesource.com/chromium/blink.git@background-attachment-fixed2| Index: LayoutTests/compositing/fixed-body-background-positioned-expected.txt | 
| diff --git a/LayoutTests/compositing/fixed-body-background-positioned-expected.txt b/LayoutTests/compositing/fixed-body-background-positioned-expected.txt | 
| new file mode 100644 | 
| index 0000000000000000000000000000000000000000..abb7d9d20ab94728de031feb0bad228647511617 | 
| --- /dev/null | 
| +++ b/LayoutTests/compositing/fixed-body-background-positioned-expected.txt | 
| @@ -0,0 +1,36 @@ | 
| +(GraphicsLayer | 
| + (children 2 | 
| + (GraphicsLayer | 
| + (bounds 785.00 600.00) | 
| + (children 2 | 
| + (GraphicsLayer | 
| + (anchor 0.00 0.00) | 
| + (bounds 785.00 600.00) | 
| + (contentsOpaque 1) | 
| + (drawsContent 1) | 
| + (backgroundColor #FFFFFF) | 
| + ) | 
| + (GraphicsLayer | 
| + (position 0.00 -200.00) | 
| + (children 1 | 
| + (GraphicsLayer | 
| + (bounds 785.00 3700.00) | 
| + (children 1 | 
| + (GraphicsLayer | 
| + (bounds 785.00 3700.00) | 
| + (drawsContent 1) | 
| + ) | 
| + ) | 
| + ) | 
| + ) | 
| + ) | 
| + ) | 
| + ) | 
| + (GraphicsLayer | 
| + (position 785.00 0.00) | 
| + (bounds 15.00 600.00) | 
| + (contentsOpaque 1) | 
| + ) | 
| + ) | 
| +) | 
| + |