haikuwebkit/LayoutTests/fast/repaint/border-fit-lines-expected.html

9 lines
333 B
HTML

<html>
<body onload="runRepaintTest()">
This should be a 100&times;100px green square with a black border:
<div style="height: 100px; -webkit-border-fit: lines; background: green; border: 2px solid black;">
<div id="target" style="display: inline-block; width: 100px; height: 10px;"></div>
</div>
</body>
</html>