https://github.com/mozilla/gecko-dev
Raw File
Tip revision: adf0e3d21b644138b0d744c9d557f3b45de5b15a authored by ffxbld on 23 May 2012, 18:22:00 UTC
Added FIREFOX_13_0b5_RELEASE FIREFOX_13_0b5_BUILD1 tag(s) for changeset 5de6e4bd8ede. DONTBUILD CLOSED TREE a=release
Tip revision: adf0e3d
425338-1b.html
<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>
back to top