1182496-1.html (354B)
1 <!DOCTYPE html> 2 <html> 3 <head> 4 <script> 5 function tweak(){ 6 document.body.innerHTML="fuzz" 7 } 8 </script> 9 </head> 10 <body onload="tweak()"> 11 <svg xmlns="http://www.w3.org/2000/svg"> 12 <text> 13 <foreignObject requiredFeatures="foo"> 14 <svg style="position: absolute;"/> 15 </foreignObject> 16 </text> 17 </svg> 18 </body> 19 </html>