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

15 строки
165 B
HTML

<style>
.b {
display: grid;
contain: strict;
}
</style>
<script>
function go() {
a.data = "A";
}
</script>
<body onload=go()>
<form class="b">
<object id="a">