foreign-object-paints-before-rect-ref.html (232B)
1 <!doctype HTML> 2 <!doctype HTML> 3 <style> 4 * { 5 margin: 0 6 } 7 </style> 8 <svg style="width: 500px; height: 500px"> 9 <rect x="0" y="0" width="100%" height="100%" style="fill: blue"/> 10 <rect x="0" y="0" width="50%" height="50%"/> 11 </svg>