haikuwebkit/LayoutTests/fast/layoutformattingcontext/inline-float-simple.html

12 lines
303 B
HTML

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