haikuwebkit/LayoutTests/fast/borders/border-image-outset-split-i...

14 lines
353 B
HTML

<html>
<head>
<style>
span {
border-width: 21px 30px 30px 21px;
-webkit-border-image: url("resources/border-image.png") 21 30 30 21 / 1 / 21px 30px 30px 21px repeat;
}
</style>
</head>
<body>
<div style="padding:25px; line-height:6; font-size:25px"><span>&nbsp;<br>&nbsp;</span></div>
</body>
</html>