Oreon-Lime-R2/mingw-wine-gecko/wine-gecko-2.47.4-src/wine-gecko-2.47.4/layout/reftests/bugs/315920-25-ref.html

15 lines
253 B
HTML
Raw Normal View History

<!DOCTYPE html>
<html>
<head>
<style>
span {color: green}
</style>
</head>
<body>
<span>Should be no red </span><br>
<span>Should be no red </span><br>
<span style="color:blue">Should be no red </span>
</body>
</html>