integration-point-1-ref.html (308B)
1 <!DOCTYPE html> 2 <html> 3 <head> 4 <meta charset="utf-8"/> 5 <title>MathML inside foreignObject (reference)</title> 6 </head> 7 <body> 8 <p>Test passes if there is a green square and no red.</p> 9 <div> 10 <div style="position: absolute; width: 200px; height: 200px; background: green"></div> 11 </div> 12 </body> 13 </html>