https://github.com/mozilla/gecko-dev
Raw File
Tip revision: 3fc30fc361493750bed65be044adda2922b58c6e authored by ffxbld on 20 April 2016, 21:28:35 UTC
Added FIREFOX_45_1_0esr_RELEASE FIREFOX_45_1_0esr_BUILD1 tag(s) for changeset 057ec68c9c30. DONTBUILD CLOSED TREE a=release
Tip revision: 3fc30fc
720987.html
<!DOCTYPE html>
<html class="reftest-wait"><head>
<script>
function doTest() {
  var e = document.getElementById('a');
  e.style.outline = "1px solid black"; document.body.getClientRects();
  e.style.outline = "";                document.body.getClientRects();
  e.style.outline = "1px solid black"; document.body.getClientRects();
  e.style.outline = "";                document.body.getClientRects();
  e.style.outline = "1px solid black"; document.body.getClientRects();
  e.style.outline = "";                document.body.getClientRects();
  e.style.outline = "1px solid black"; document.body.getClientRects();
  e.style.outline = "";                document.body.getClientRects();
  e.style.outline = "1px solid black"; document.body.getClientRects();
  e.style.outline = "";                document.body.getClientRects();
  e.style.outline = "1px solid black"; document.body.getClientRects();
  e.style.outline = "";                document.body.getClientRects();
  e.style.outline = "1px solid black"; document.body.getClientRects();
  document.documentElement.removeAttribute("class");
}
</script>
</head>
<body style="padding:100px;">
<a id="a" href="foo">a</a>
<script>
window.addEventListener("MozReftestInvalidate", doTest, false);
</script>
</body>
</html>
back to top