blob: c53e8fe678f45bd31196876e5127c54a86e618c2 [file] [log] [blame]
<!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>