summaryrefslogtreecommitdiffstats
path: root/layout/style/crashtests/1387481-1.html
blob: 98783d166621faa7e14d0015ca2bbad4a5987d67 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<!DOCTYPE html>
<html class="reftest-wait">
<iframe id="f" src="1387481-1-iframe.html" onload="step()"></iframe>
<script>
var reloads = 3;
function step() {
  if (--reloads) {
    f.contentWindow.location.reload();
  } else {
    document.documentElement.className = "";
  }
}
</script>