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

12 lines
355 B
HTML

<!DOCTYPE html> <!-- webkit-test-runner [ LayoutFormattingContextEnabled=true LayoutFormattingContextIntegrationEnabled=false ] -->
<style>
div {
background-color: green;
color: green;
font-family: Ahem;
font-size: 10px;
}
</style>
<div style="width: 300px;">only_one_line<wbr>here</div>
<div style="width: 100px">first_line<wbr>second_line</div>