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

16 lines
249 B
HTML

<!DOCTYPE html>
<html>
<head>
<title>The Book of Mozilla, 11:9</title>
<style type="text/css">
div { text-decoration: underline; }
</style>
</head>
<body>
<div>
<div>Hello!</div>
<div>World</div>
</div>
</body>
</html>