haikuwebkit/LayoutTests/fast/box-decoration-break/box-decoration-break-clone-...

12 lines
374 B
HTML

<!DOCTYPE html>
<html>
<head>
</head>
<body>
This test makes sure that starting border after a newline inside a box-decoration-break span correctly influences line breaking.
<div style="width: 200px; background: yellow; font: 20px Ahem; color: blue;">
<span style="border-left: 160px solid black; -webkit-box-decoration-break: clone;">a<br>a a</span>
</div>
</body>
</html>