gecko-dev/layout/reftests/outline/outline-overflow-inlineblock-ref.html
2018-10-23 06:37:16 +00:00

18 lines
285 B
HTML

<!DOCTYPE HTML>
<title>reference</title>
<style>
html, body { margin: 0; padding: 0; border: none }
html { overflow:hidden /* avoid second reflow for scrollbars */ }
body > div {
margin: 98px;
border: 2px solid blue;
width: 50px;
height: 50px;
}
</style>
<body>
<div></div>