1340248.html (553B)
1 <!DOCTYPE html> 2 <html> 3 <head> 4 <script> 5 o1 = document.createElement('style'); 6 o1.textContent = "* { position: absolute; }"; 7 o1.className = 'c2'; 8 document.head.appendChild(o1); 9 document.styleSheets[0].insertRule("*::first-line { border-inline-end-style: solid; }", 0); 10 document.styleSheets[0].insertRule("* { display: table-row ; }", 0); 11 document.styleSheets[0].insertRule(".c2::first-line { border-style: none ; }", 0); 12 </script> 13 </head> 14 </html>