Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / compositing / images / content-image.html
1 <!DOCTYPE html>
2 <html>
3 <head>
4     <style type="text/css" media="screen">
5         .box {
6             content: url('../resources/alpha-gradient-small.png');
7             transform: translateZ(0);
8         }
9     </style>
10     <script type="text/javascript" charset="utf-8">
11         if (window.testRunner)
12             testRunner.dumpAsText();
13     </script>
14 </head>
15 <body>
16     <p>This test should not crash.</p>
17     <div class="box"></div>
18 </body>
19 </html>