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