1308848-2.html (332B)
1 <!DOCTYPE html> 2 <html> 3 <table><tbody></tbody><tfoot></tfoot></table> 4 <script> 5 document.body.offsetTop; 6 let parent = document.querySelector("table"); 7 let pi = document.createProcessingInstruction('xml-stylesheet', 'href="test.css"'); 8 let footer = document.querySelector("tfoot"); 9 parent.insertBefore(pi, footer); 10 </script>