haikuwebkit/LayoutTests/fast/layoutformattingcontext/table-simple-border-collaps...

10 lines
234 B
HTML

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