aboutsummaryrefslogtreecommitdiffstats
path: root/tests/html/text_deco_simple.html
blob: 73d48199c96e9e0c3452423b4c2b3dfd61b1fb43 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<!DOCTYPE html>
<html>
<head>
<title></title>
</head>
<body>
    <p style="text-decoration:none;"> none </p>
    <p style="text-decoration:underline;"> text underline </p>
    <p style="text-decoration:overline;"> text underline </p>
    <p style="text-decoration:line-through;"> text underline </p>
    <p>
    <p style="font-size:40px; text-decoration:underline; font-family:Verdana;"> text underline pqrstg </p>
    <p style="text-decoration:overline;"> text overline xxxxxxxxXXXXXXX</p>
    <p style="font-size:50px; text-decoration:line-through;"> text line-through xxxxxxxxXXXXX</p>
    <p style="text-decoration:blink;"> text blink </p>
</body>
</html>