blob: 3b026a78da38542af5016c153675b8b3e369e4b6 [file] [log] [blame]
<!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>