1066554-1-ref.html (366B)
1 <!DOCTYPE html> 2 <html> 3 <meta charset="utf-8"> 4 <title>Test for bug 1066554 - Shadow DOM loads SVG stylesheets as needed</title> 5 <body> 6 <svg width="50px" height="10px"> 7 <switch> 8 <foreignObject width="50px" height="50px"> 9 <div style="width: 100px; height: 10px; background: red;"></div> 10 </foreignObject> 11 </switch> 12 </svg> 13 </body> 14 </html>