gecko-dev/layout/generic/crashtests/1626970.html

15 строки
265 B
HTML

<html>
<head>
<style>
* {
padding-block-end: 46% ! important;
}
</style>
<script>
document.addEventListener('DOMContentLoaded', () => {
window.scrollByLines(536870912, {})
})
</script>
</head>
</html>