haikuwebkit/LayoutTests/fast/repaint/background-generated-expect...

9 lines
269 B
HTML

<!DOCTYPE HTML>
<body>
<div style="width: 100px;
padding-top: 100px;
background-image: -webkit-gradient(linear, left top, left bottom, from(red), to(blue));">
<div id="target" style="height: 200px;"></div>
</div>
</body>