bzbarsky%mit.edu 5459f65950 Adding css parsing regression tests.
git-svn-id: svn://10.0.0.236/trunk@148855 18797224-902f-48f8-a5cc-f745e15eee43
2003-11-05 05:00:14 +00: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>