blob: 3347778df6fa08e1a07235fb54dd322aa3bbfd22 [file] [log] [blame]
<!DOCTYPE html>
<meta charset="utf-8">
<title>Test reference</title>
<link rel="author" title="Florian Rivoal" href="http://florian.rivoal.net/">
<style>
div {
font-size: 2em;
border: solid black;
margin: 5px;
width: 30ch;
}
#ref1 {
border-color: blue;
}
#ref2 {
border-color: orange;
}
</style>
<p>Test passes if the black box is identical to either the blue or orange one.
<div id=ref1 lang=ja>東京へ 行きましょう。</div>
<div id=test lang=ja>東京へ 行きましょう。</div>
<div id=ref2 lang=ja>東京 へ 行きましょう。</div>