haikuwebkit/LayoutTests/fast/inline/incorrect-sizing-with-calc-...

11 lines
186 B
HTML

<!DOCTYPE html>
<style>
div {
width: 50px;
height: 100px;
background-color: green;
border: 10px solid blue;
box-sizing: border-box;
}
</style>
<div></div><div></div><div></div>