1671950.html (930B)
1 <html> 2 <head> 3 <style> 4 * { 5 break-before: always ! important; 6 } 7 </style> 8 <script> 9 window.addEventListener('load', () => { 10 const style = document.createElement('style') 11 document.head.appendChild(style) 12 const svg_1 = document.getElementById('id_3') 13 const svg_2 = document.createElementNS('http://www.w3.org/2000/svg', 'svg') 14 const switch_0 = document.createElementNS('http://www.w3.org/2000/svg', 'switch') 15 const c_0 = document.createElementNS('http://www.w3.org/2000/svg', 'c') 16 switch_0.appendChild(c_0) 17 svg_1.appendChild(switch_0) 18 svg_2.appendChild(svg_1) 19 document.documentElement.appendChild(svg_2) 20 style.sheet.insertRule('@-moz-document url-prefix(){*,a{all:inherit', 0) 21 SpecialPowers.wrap(window).printPreview()?.close() 22 }) 23 </script> 24 <svg id='id_3'></svg> 25 </head> 26 </html>