Source-Repo: https://github.com/servo/servo Source-Revision: b1305bb7d051f83850c51bb0da0ccc86a5e07922
18 lines
660 B
HTML
18 lines
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>
|