Mypal/layout/reftests/bugs/348809-2-ref.html
2019-03-11 13:26:37 +03:00

19 lines
219 B
HTML

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