<!DOCTYPE html> <!-- webkit-test-runner [ internal:LayoutFormattingContextEnabled=true internal:LayoutFormattingContextIntegrationEnabled=false ] --> | |
<style> | |
div { | |
float: right; | |
font-family: Ahem; | |
font-size: 20px; | |
color: white; | |
border: 1px solid green; | |
} | |
</style> | |
<div>floating text content</div> |