Bug 381: Store codepage-to-Unicode mappings as dense arrays.
[elinks.git] / test / css / cascading.html
blob6e2a062f0d481df9e63667cb1d245e28b3cbf987
1 <style>a{color:red}b.nobold{font-weight:normal}</style>
2 <p><a href="x" id="z">red</a> <b class="nobold">normal</b></p>
3 <p><a href="x" style="color:green">green</a></p>