Files
servo/tests/ref/text_decoration_smoke_ref.html
Patrick Walton f188278dd2 style: Fix parsing of text decorations.
Adds a reftest so it doesn't break again.
2015-02-24 17:51:22 -08:00

18 lines
215 B
HTML

<!DOCTYPE html>
<html>
<head>
<!-- Tests that `text-decoration` does something. -->
<style>
#a {
color: red;
font-size: 96px;
width: 300px;
}
</style>
</head>
<body>
<div id=a>Foo</div>
</body>
</html>