haikuwebkit/LayoutTests/fast/css/inline-block-line-break-exp...

10 lines
238 B
HTML

<!DOCTYPE html>
<style>
div { display: inline-block; width: 100px; height: 100px; background-color: orange; }
</style>
<p>The test passes if there are two orange squares placed side by side.</p>
<main>
<div></div>
<div></div>
</main>