gecko-dev/servo/tests/html/text_deco_simple.html

18 строки
660 B
HTML

<!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>