https://github.com/mozilla/gecko-dev
Raw File
Tip revision: 9ad326648f0aa5da41184b47edc51f085e0d6ac0 authored by Karl Tomlinson on 14 July 2015, 16:31:00 UTC
Bug 1137076 - Fix music app crashes when quickly tapping the FF button. r=edwin, a=mahe
Tip revision: 9ad3266
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