mirror of
https://github.com/servo/servo.git
synced 2025-06-16 20:34:30 +00:00
14 lines
233 B
HTML
14 lines
233 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<title>text-decoration cache test</title>
|
|
<style>
|
|
span { text-decoration: underline; }
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<u>test</u>
|
|
<u>test</u>
|
|
<body>
|
|
</html>
|