servo/tests/ref/text_decoration_cached.html
2014-09-08 20:21:42 -06:00

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>