summaryrefslogtreecommitdiffstats
path: root/layout/reftests/bugs/1404057-ref.html
blob: 3c06958591be7ccda19550483211a4a87e27f3a0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<!DOCTYPE html>
<meta charset="UTF-8">
<style>
  div {
    height: 2em;
  }
</style>
<body>
  <div lang="zh-CN"></div>
  <div lang="ja"></div>
  <div lang="ja"></div>
</body>