| Index: LayoutTests/fast/transforms/transformed-document-element.html
|
| diff --git a/LayoutTests/fast/transforms/transformed-document-element.html b/LayoutTests/fast/transforms/transformed-document-element.html
|
| index 81a61f1ca48ff2a5368b9dd85012769d50b5f02c..56c86c71bd3c49a68699a186dedc194c44f5e0b8 100644
|
| --- a/LayoutTests/fast/transforms/transformed-document-element.html
|
| +++ b/LayoutTests/fast/transforms/transformed-document-element.html
|
| @@ -6,8 +6,8 @@
|
| <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
| <title>Transform on Document</title>
|
| </head>
|
| -<body style="background-color: gray">
|
| -<p>The portions of the view exposed by the transformed document should be painted white</p>
|
| +<body style="background-image:url('../../compositing/repaint/resources/grid.png')">
|
| +<p>The background of root element shall respect transform but expands to the whole viewport.</p>
|
| <script type="text/javascript" charset="utf-8">
|
| // do this dynamically to avoid pixels from the previous test in potentially unpainted areas
|
| document.documentElement.style.webkitTransform = 'translateY(200px) rotate(20deg)';
|
|
|