summaryrefslogtreecommitdiffstats
path: root/layout/reftests/bidi/425338-1b.html
blob: 7d3e063c952cb4ea9b11d7c3541d3c09dbe91ca8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<html>
<head>
<meta http-equiv="Content-Type" content="text/html;charset=utf-8"/>
<script type="text/javascript">
function c()
{
  document.getElementById("a").style.height = "10em";
  document.body.offsetHeight;
  document.getElementById("a").style.height = "";
}
</script>
</head>
<body onload="c();">
<span id="a"><span>a</span>b<span>א</span>c</span>
</body>
</html>