1
0
mirror of https://github.com/roytam1/UXP.git synced 2026-06-28 19:28:35 +00:00
Files
UXP/layout/reftests/bugs/348809-2-ref.html
T

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>