blob: 227f8b5d302631bf9b4e3012aea39afdf615bb87 [file] [log] [blame]
<style>
span { color: #bogus; }
#normal { background-color: green; width: 100px; height: 100px; }
#2bogus { background-color: green; width: 100px; height: 100px; }
#222 { background-color: green; width: 100px; height: 100px; }
</style>
<div id="normal"></div>
<div id="2bogus"></div>
<div id="222"></div>