mirror of
https://github.com/servo/servo.git
synced 2025-08-03 12:40:06 +01:00
Cargoify servo
This commit is contained in:
parent
db2f642c32
commit
c6ab60dbfc
1761 changed files with 8423 additions and 2294 deletions
17
tests/html/text_deco_simple.html
Normal file
17
tests/html/text_deco_simple.html
Normal file
|
@ -0,0 +1,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>
|
Loading…
Add table
Add a link
Reference in a new issue