haikuwebkit/LayoutTests/fast/layoutformattingcontext/br-and-wbr-simple.html

12 lines
297 B
HTML

<!DOCTYPE html> <!-- webkit-test-runner [ LayoutFormattingContextEnabled=true LayoutFormattingContextIntegrationEnabled=false ] -->
<style>
div {
font-family: Ahem;
font-size: 10px;
width: 10px;
color: black;
background-color: green;
}
</style>
<div>first<br>second<wbr>third_line</div>