blob: 16ac3d9d66386c97164159895736d12115bd99bd (
plain)
1
2
3
4
5
6
7
8
9
|
<html xmlns="http://www.w3.org/1999/xhtml">
<head></head>
<body onunload="document.getElementById('tbody').appendChild(document.createElementNS('http://www.w3.org/1999/xhtml', 'span'))">
<iframe/>
<tbody contenteditable="true" id="tbody">xy</tbody>
</body>
</html>
|