Source code
Revision control
Copy as Markdown
Other Tools
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>CSS Reference File</title>
<link rel="author" title="Tomoyuki Shimizu" href="mailto:tomoyuki.labs@gmail.com">
<!-- link rel="reviewer" title="" href="" -->
<style>
div {
font: 1.5em monospace;
}
</style>
</head>
<body>
<p>Test passes if a filled circle is above every single character of "Text Sample".</p>
<div><ruby>T<rt>●</rt>e<rt>●</rt>x<rt>●</rt>t<rt>●</rt></ruby> <ruby>s<rt>●</rt>a<rt>●</rt>m<rt>●</rt>p<rt>●</rt>l<rt>●</rt>e<rt>●</rt></ruby></div>
</body>
</html>