Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / compositing / images / content-image.html
blob0067ab4e5462d6be1f867d0c1b4db442db0286a2
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);
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>