Chromium Code Reviews| Index: LayoutTests/compositing/draws-content/canvas-simple-background-expected.html |
| diff --git a/LayoutTests/compositing/draws-content/canvas-simple-background-expected.html b/LayoutTests/compositing/draws-content/canvas-simple-background-expected.html |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..d55f0d501ee90529fcf8e3465c10a2559f67fb43 |
| --- /dev/null |
| +++ b/LayoutTests/compositing/draws-content/canvas-simple-background-expected.html |
| @@ -0,0 +1,22 @@ |
| +<!DOCTYPE html> |
| +<html> |
| + <head> |
| + <style type="text/css"> |
| + .container { |
| + width: 60px; |
| + height: 60px; |
| + } |
| + .content { |
| + width: 50px; |
| + height: 50px; |
| + background-color: green; |
| + } |
| + </style> |
| + </head> |
| + |
| + <body> |
| + <div class="container"> |
| + <div class="content"></div> |
| + </div> |
| + </body> |
| +</html> |