Mozilla/mozilla/layout/reftests/bugs/352980-2-ref.html
bzbarsky%mit.edu edbd43fcf9 Adding tests that make sure bug 352980 doesn't regress anything.
git-svn-id: svn://10.0.0.236/trunk@230970 18797224-902f-48f8-a5cc-f745e15eee43
2007-07-25 21:47:22 +00:00

15 lines
206 B
HTML

<!DOCTYPE html>
<html>
<head>
<style>
span { color: green }
</style>
</head>
<body>
<form>
<span>This should be green</span>
<span>This should be green</span>
</form>
</body>
</html>