layout/base/crashtests/401734-2.html
author Serban Stanca <sstanca@mozilla.com>
Thu, 17 Jul 2025 20:21:32 +0300 (9 hours ago)
changeset 797003 7ec5a911287f51bc177058928bb102163a3b656e
parent 491931 bb59a0c3716298bd4645885b530d501809715541
permissions -rw-r--r--
Revert "Bug 1977690 - Remove unused AppRequestInterceptor in androidTests r=aaronmt" for causing fenix-debug failures. This reverts commit bc9dc5f4296482e17560627acaacd2797e462211.
<html><head>
<script>
function doe(){
document.getElementById('a').style.display = 'none';
}
</script>
</head>
<body onload="document.body.offsetHeight; setTimeout(doe,0)">
<div style="column-count: 2;width: 400px;">
<span id="a">
<span style="float: left; column-width: 100px;">
a-a-a-a-a-a-a-a-a-a-a-a-a-a
</span>
</span>
</div>
</body>
</html>