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

12 lines
129 B
HTML
Raw Normal View History

2019-03-11 03:26:37 -07:00
<!DOCTYPE html>
<html>
<head>
<style>
span { color: green }
</style>
<body>
<span>There should be no red</span>
</body>
</html>