https://github.com/mozilla/gecko-dev
Raw File
Tip revision: 071abd6eb9e449ed26709feafd4bf34adc462a7f authored by B2G Bumper Bot on 21 July 2014, 23:56:24 UTC
Bumping manifests a=b2g-bump
Tip revision: 071abd6
stress-2.html
<!DOCTYPE html>
<html class="reftest-wait">
<head>

<style>
#fl:first-line { }
</style>

<script>
function boom()
{
  document.getElementById("s").style.overflow = "auto";
  document.body.offsetWidth;
  document.documentElement.className = "";  
}
</script>

</head>
<body onload="setTimeout(boom, 300);">

<div id="fl">
  <b><span id="s">Foo</span></b>
</div>

</body>
</html>
back to top