https://github.com/mozilla/gecko-dev
Raw File
Tip revision: ba36715b3b9584b7746306c7709f0530c6f643a5 authored by ffxbld on 06 September 2018, 06:31:42 UTC
No bug, Automated blocklist update from host bld-linux64-spot-302 - a=blocklist-update
Tip revision: ba36715
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