Source code

Revision control

Copy as Markdown

Other Tools

<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Reference case for text-decoration shorthands</title>
<style>
div{
text-decoration: green underline;
}
</style>
</head>
<body>
<p>Test passes if a green underline renders</p>
<div>XX XX</div>
</body>
</html>