Files
servo/tests/ref/text_decoration_propagation_a.html
Jack Moffitt c6ab60dbfc Cargoify servo
2014-09-08 20:21:42 -06:00

21 lines
273 B
HTML

<!DOCTYPE html>
<html>
<head>
<title>I CAN'T LIVE ANOTHER DAY WITHOUT AIR CONDITIONING!</title>
<style>
#a {
text-decoration: underline;
}
</style>
</head>
<body>
<div id=a>
hi
<div id=b>
there
</div>
</div>
</body>
</html>