case-insensitive-parent-ref.html (357B)
1 <!DOCTYPE html> 2 <html> 3 <head> 4 <title>Case-insensitive parent selector matching</title> 5 </head> 6 <body> 7 <svg width="500" height="100" xmlns="http://www.w3.org/2000/svg"> 8 <foreignObject width="500" height="100"> 9 <span style="color: green">Test passes if the text is green.</span> 10 </foreignObject> 11 </svg> 12 </body> 13 </html>