unique-identifier-1.html (650B)
1 <!DOCTYPE html> 2 <html> 3 <head> 4 <meta charset="utf-8"/> 5 <title>Unique identifier</title> 6 <link rel="help" href="https://w3c.github.io/mathml-core/#attributes-common-to-html-and-mathml-elements"> 7 <link rel="match" href="unique-identifier-1-ref.html"/> 8 <meta name="assert" content="Verify that the id on a MathML element can be used as a fragment identifier in order to force initial scrolling."> 9 </head> 10 <body> 11 12 <p>Test passes if you see the text "PASS".</p> 13 14 <iframe width="100" height="100" frameborder="0" scrolling="no" 15 marginheight="0" marginwidth="0" 16 src="unique-identifier-1-iframe-1.html#PASS"></iframe> 17 18 </body> 19 </html>