<!DOCTYPE html> <!-- webkit-test-runner [ LayoutFormattingContextEnabled=true LayoutFormattingContextIntegrationEnabled=false ] --> | |
<style> | |
div { | |
text-align: justify; | |
background-color: green; | |
font-family: Ahem; | |
font-size: 20px; | |
width: 200px; | |
} | |
</style> | |
<div>Lorem ipsum dolor<span> sit amet</span></div> |