Mypal/layout/reftests/bugs/352980-1-ref.html

14 lines
168 B
HTML

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