blob: 41d0043e66f1428eaee90069a097bfb65a8610b0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
<style id="a">
:not(shadow) {
contain: strict;
}
.z {
marker-mid: url(#x);
display: inline-table;
}
</style>
<script>
function go() {
b.appendChild(c)
f.width
a.appendChild(d)
}
</script>
<body onload=go()>
<button id="b">
<datalist id="d">
<dt id="c" class="z" cite="x">
<base href="x"></base>
<image id="f">
|