chromium/third_party/blink/web_tests/external/wpt/css/css-text/word-space-transform/reference/word-space-transform-016-b-ref.html

<!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>