Source code
Revision control
Copy as Markdown
Other Tools
<!DOCTYPE html>
<meta charset="utf-8">
<title>CSS test reference</title>
<style>
div {
border: 5px solid;
width: 2em;
}
div:nth-of-type(1) { border-color: blue; }
div:nth-of-type(2) { border-color: green; }
div:nth-of-type(3) { border-color: orange; }
</style>
<p>Test passes if the text in each of the following 3 boxes is broken into separate lines at the same points.
<div lang=ja>あ<br>い)<br>あ<br>(い</div>
<div lang=ja>あ<br>い)<br>あ<br>(い</div>
<div lang=ja>あ<br>い)<br>あ<br>(い</div>