blob: 24cbfc2dd346466b8790cd3bc40aa6eb21b92cce [file] [log] [blame]
<!DOCTYPE html>
<html>
<style>
span {
display: inline-block;
}
</style>
<body>
<div>This test passes if you observe two green squares below.</div>
<span><div style="width: 100px; height: 100px; background-color: green; color: white;">Lorem.</div></span>
<span><div style="width: 100px; height: 100px; background-color: green; color: white;">Ipsum.</div></span>
</body>
</html>