aboutsummaryrefslogtreecommitdiffstats
path: root/tests/html/test_underline_helloworld.html
blob: 3613a270e11c311f81cce933bb102f65f0b2038b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<!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>