chromium/third_party/blink/web_tests/external/wpt/css/css-text/white-space/reference/trailing-ideographic-space-001-ref.html

<!DOCTYPE html>
<meta charset="utf-8">
<title>CSS test reference</title>
<link rel="author" title="Florian Rivoal" href="https://florian.rivoal.net/">
<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>