blob: db3a15fe3ba89c738facb4c63adab8eb49840b6e [file] [log] [blame]
<html>
<body>
<p style="color: green">This text should be green if height is at least 30ex .</p>
<div style="display:inline; float:left; height: 30ex; background-color: lightblue;">div of height 30ex</div>
<div style="display:inline; float:left; height: 600px; background-color: lightblue;">div of height 600px</div>
</body>
</html>