layout/base/crashtests/817219.html
author Tom Schuster <tschuster@mozilla.com>
Thu, 17 Jul 2025 07:01:33 +0000 (9 hours ago)
changeset 796956 2732dfd8c3b2071a053c85819299033f50ec5d48
parent 213568 4af6737ce10b5e92fd0076ab55994cdd9ed0329c
permissions -rw-r--r--
Bug 1977645 - Remove svg.use-element.data-url-href.allowed pref. r=longsonr Differential Revision: https://phabricator.services.mozilla.com/D257534
<!DOCTYPE HTML>
<html class="reftest-wait"><head>
    <meta charset="utf-8">
    <title>Testcase for bug 817219</title>
<script>
function reload() {
  this.location.reload();
}
// Run the test for 2 seconds
setTimeout(function() {
    document.documentElement.removeChild(document.body);
    document.documentElement.className = "";
  }, 2000);
</script>
</head>
<body onload="document.body.getBoundingClientRect()">

<iframe onload="this.contentWindow.setTimeout(reload,1113)" src="817219-iframe.html"></iframe>
<iframe onload="this.contentWindow.setTimeout(reload,1433)" src="817219-iframe.html"></iframe>

</body>
</html>