blob: d994230ef13ab0dee8e75c4bc7aa1404e6b02099 [file] [log] [blame]
<!doctype html>
<html>
<head>
<style>
.region{
height:50px;
width:50px;
background-color: green;
-webkit-transform: scale3d(1, 1, 1);/* Force a composited RenderLayer. */
}
</style>
</head>
<body>
<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>
<p>Test that an element requiring a composited layer, collected in a flow thread, is displayed correctly inside a region.</p>
<p>On success, you should not see a red rectangle below.</p>
<div class="region">region</div>
</body>
</html>