1388625-1.html (305B)
1 <!DOCTYPE html> 2 <style> 3 div::first-line { color: green } 4 </style> 5 <body style="width: 100px" onload="document.body.style.width = 'auto'"> 6 <div> 7 <span style="display: ruby-base-container">Some</span> 8 <span style="display: ruby-base-container">text that is fairly long</span> 9 </div> 10 </body>