blob: 6de63c626461a64b9181d240def51e493cc0305c [file] [log] [blame]
<!DOCTYPE html>
<meta charset="utf-8">
<title>CSS Reference</title>
<link rel="author" title="Intel" href="http://www.intel.com">
<style>
body { background: white; }
div.test { margin: 1em; line-height: 0; font-family: monospace; }
div.test span { background: rgb(92, 92, 255); color: rgb(92, 92, 255); }
div.ref { height: 1em; width: 5em; background: rgb(92, 92, 255); }
</style>
<body>
<p>These two rectangles should be the same color:</p>
<div class="test"><span>XXXXX<br/>XXXXX</span></div>
<div class="ref"></div>
</body>