RetroZilla/layout/html/tests/style/bugs/bug224188.html

8 lines
178 B
HTML
Raw Normal View History

2015-10-21 05:03:22 +02:00
<!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>