gecko-dev/layout/base/crashtests/1533885.html

22 строки
392 B
HTML

<html>
<head>
<style>
text, :root {
column-width: 0;
}
</style>
<script>
function start () {
document.getElementById('template').style.setProperty('scroll-behavior', 'smooth')
}
</script>
</head>
<body onload="start()">
<sup>
<h4>b&quot;4C@26Rc8:nbxI</h4>
<template id="template">
</template>
</sup>
</body>
</html>