blob: c69059717381fa7116a490945a40616404fc499d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
<script>
window.onload=function(){
let o=document.getElementById('a');
let n=document.createElement('plaintext');
o.parentNode.replaceChild(n,o);
n.setAttribute('id','a');
document.getElementById('a').setAttribute('aria-owns','c b');
document.getElementById('d').setAttribute('width',1);
}
</script>
>
<script id='a'></script>
<hgroup id='b'>
<h6 id='c'>
<video id='d' controls width='169' height='187'>
|