1406222-2.html (299B)
1 <!DOCTYPE html> 2 <style> 3 a { display: block; } 4 a { columns: 0px; } 5 a::first-line {} 6 </style> 7 <script> 8 onload = function() { 9 document.body.offsetWidth; 10 document.body.style.color = "green"; 11 document.body.offsetWidth; 12 document.querySelector("a").href = "Something"; 13 } 14 </script> 15 <a>Some text</a>