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

11 lines
258 B
HTML

<!DOCTYPE html> <!-- webkit-test-runner [ LayoutFormattingContextEnabled=true LayoutFormattingContextIntegrationEnabled=false ] -->
<style>
div {
float: right;
width : 420px;
height: 20px;
border: 1px solid green;
}
</style>
<div></div>