summaryrefslogtreecommitdiffstats
path: root/layout/generic/crashtests/1467239.html
blob: 3f49a66c560ff5d2475537fe63dd671c42f6754e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<style>
.b {
  display: grid;
  contain: strict;
}
</style>
<script>
function go() {
  a.data = "A";
}
</script>
<body onload=go()>
<form class="b">
<object id="a">