mirror of
https://github.com/servo/servo
synced 2026-05-08 16:12:15 +02:00
15 lines
244 B
HTML
15 lines
244 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<title>text-decoration cache reference</title>
|
|
<style>
|
|
span { text-decoration: underline; }
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<u>test</u>
|
|
<span>test</span>
|
|
<body>
|
|
</html>
|