gecko/layout/reftests/bugs/372323-1-ref.xhtml

16 lines
233 B
HTML

<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<style>
div { color: green; }
</style>
</head>
<body>
<div>
<span>test</span>
</div>
<div>
<span>test</span>
</div>
</body>
</html>