blob: bc9655d948b505d549d11fcc7b18c06d1993092f [file] [log] [blame]
<!DOCTYPE html> <!-- webkit-test-runner [ internal:LayoutFormattingContextEnabled=true internal:LayoutFormattingContextIntegrationEnabled=false ] -->
<style>
div {
background-color: green;
font-family: Ahem;
font-size: 20px;
word-wrap: break-word;
width: 300px;
}
span {
border-right: 50px solid red;
}
</style>
<div><span>text_content_fits</span></div>