RetroZilla/layout/html/tests/style/bugs/bug224188.html
2015-10-20 23:03:22 -04:00

8 lines
178 B
HTML

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN">
<title>Bug</title>
<style type="text/css">
html* { color: red; }
* { color: green; }
</style>
<p>This line should be green.</p>