servo/tests/ref/pseudo_element_b.html
2014-09-08 20:21:42 -06:00

18 lines
282 B
HTML

<!DOCTYPE html>
<html>
<head>
<style>
.col { color:blue; }
</style>
</head>
<body>
Hello,<span> Servo</span>
<div class="servo">Hello, Servo</div>
<div class="col">Smile</div>
<span>Servo</span>
<div class="col">And thanks</div>
<div>Hello,</div>
<span>Rust</span>
</body>
</html>