gecko/layout/reftests/bugs/120834-2-ref.html
bzbarsky@mit.edu 3407fd227a Adding test.
2007-07-22 13:30:09 -07:00

13 lines
165 B
HTML

<!DOCTYPE html>
<html>
<head>
<style>
span { color: green }
</style>
<body>
<span>There should be no red</span>
<span>There should be no red</span>
</body>
</html>