Source code

Revision control

Copy as Markdown

Other Tools

<!DOCTYPE html>
<html lang=en>
<meta charset="utf-8">
<title>Test reference</title>
<link rel="author" title="Perry Wang" href="mailto:perryuwang@gmail.com">
<style>
span {
text-decoration: underline;
text-decoration-color: blue;
}
div {
color: orange;
font-size: 2em;
white-space: break-spaces;
}
</style>
<p>Test passes if there is an blue underline below orange letters A through F below, <em>but no further</em>.
<div> <span>ABCDEF</span> </div>