Upstream version 5.34.104.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / compositing / fixed-background-composited-html-expected.html
1 <!DOCTYPE html>
2
3 <html>
4 <head>
5     <style>
6         html {
7             -webkit-transform: translateZ(0);
8         }
9         body {
10             height: 2000px;
11             background-image: url('resources/simple_image.png');
12             background-size: 200px 200px;
13             background-attachment: fixed;
14             overflow: hidden; /* hide scrollbar */
15         }
16     </style>
17 </head>
18 <body>
19 </body>
20 </html>