Upstream version 5.34.98.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / compositing / regions / webkit-flow-renderer-layer-compositing-expected.html
1 <!doctype html>
2 <html>
3 <head>
4 <style>
5     .region{
6         height:50px;
7         width:50px;
8         background-color: green
9     }
10 </style>
11 </head>
12 <body>
13 <p>Test for <a href="https://bugs.webkit.org/show_bug.cgi?id=84900"> [CSS Regions] Enable accelerated layers on elements inside a RenderFlowThread</a>.</p>
14 <p>Test that an element requiring a composited layer, collected in a flow thread, is displayed correctly inside a region.</p>
15 <p>On success, you should not see a red rectangle below.</p>
16 <div class="region">
17 </div>
18 </body>
19 </html>
20