Source code
Revision control
Copy as Markdown
Other Tools
<!DOCTYPE html>
<meta charset="utf-8">
<title>CSS test reference</title>
<style>
div {
line-height: 1;
color: transparent;
float: left;
clear: left;
}
span {
background: green;
}
</style>
<p>Test passes if the shape below is green and if there is no red.
<div><span>ああああ あ あ</span></div>
<div><span>ああ</span></div>