blob: 1693b3bc44bfb38c6698720de39fbb3b43e0b7eb [file] [log] [blame] [edit]
<!-- webkit-test-runner [ BlocksInInlineLayoutEnabled=true ] -->
<style>
div {
border: 1px solid blue;
width: 100px;
height: 100px;
}
span {
border-top: 10px solid green;
}
</style>
<span>span start<div>div line 1<br>div line 2</div>span end</span>