зеркало из https://github.com/mozilla/gecko-dev.git
13 строки
340 B
HTML
13 строки
340 B
HTML
|
<script>
|
||
|
document.addEventListener("DOMContentLoaded", function(){
|
||
|
document.getElementById('a').appendChild(document.createElement('rtc'));
|
||
|
let e = document.getElementById('b');
|
||
|
document.getElementById('c').appendChild(e.parentNode.removeChild(e));
|
||
|
});
|
||
|
</script>
|
||
|
<body dir='auto'>
|
||
|
<abbr id='b'>
|
||
|
ޜ
|
||
|
<meter id='c'>
|
||
|
<keygen id='a'>
|