summaryrefslogtreecommitdiffstats
path: root/layout/reftests/reftest-sanity/invalidation.html
blob: 85c3a16fd342805696eb32f3bcb4b266a789a723 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<!DOCTYPE HTML>
<html class="reftest-wait">
<body style="border:10px solid pink;">
<script>
  function doTest() {
  document.body.style.border = "";
  document.documentElement.removeAttribute('class');
}
document.addEventListener("MozReftestInvalidate", doTest);
</script>
</body>
</html>