mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-01-12 23:12:21 +00:00
15 lines
165 B
HTML
15 lines
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">
|