1
0
Fork 0
firefox/layout/generic/crashtests/416165.html
Daniel Baumann 5e9a113729
Adding upstream version 140.0.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
2025-06-25 09:37:52 +02:00

23 lines
402 B
HTML

<html>
<head>
<script>
function replacestyles(){
document.getElementById('a').setAttribute('style', 'border: 1px solid black; -moz-border-radius: 2em;');
document.body.offsetHeight;
}
</script>
</head>
<body style="direction: rtl; column-count: 2;" onload="document.body.offsetHeight; setTimeout(replacestyles,0);">
<div id="a">
<pre style="overflow: clip;">
text
</pre>
</div>
</body>
</html>