servo/tests/html/test_underline_helloworld.html
2016-08-09 22:04:57 +02:00

16 lines
248 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>