1 <svg xmlns=
"http://www.w3.org/2000/svg">
5 window.addEventListener(
"load", function() {
6 var div = document.createElementNS('http://www.w3.org/
1999/xhtml', 'div');
7 var tr = document.createElementNS('http://www.w3.org/
1999/xhtml', 'tr');
8 tr.style.display =
"table-row";
9 document.removeChild(document.documentElement);
11 document.appendChild(div);