387876-3b.html (495B)
1 <html class="reftest-wait"> 2 <head> 3 <script> 4 function tweak() { 5 document.getElementById('p').textContent = 'below'; 6 document.documentElement.className = ''; 7 } 8 </script> 9 </head> 10 <body onload="tweak()"> 11 <div style="column-width: 60px; height: 60px; background: yellow;"> 12 title 13 <p id="p" style="background: lightgreen"> 14 line 15 break 16 [middle] 17 line 18 break 19 [middle] 20 line 21 break 22 [middle] 23 line 24 break 25 </p> 26 </div> 27 </body> 28 </html>