| <!doctype html> | |
| <html> | |
| <head> | |
| <title>Semantics</title> | |
| </head> | |
| <body onload="document.getElementById('a').setAttribute('encoding', 'MathML-Presentation')"> | |
| <!-- This test verifies that setting the encoding dynamically updates the selected annotation. This should render the same as the static reference. --> | |
| <p><math><semantics><csymbol>Content MathML</csymbol><annotation-xml id="a"><math><mtext>PASS</mtext></math></annotation-xml><annotation>FAIL</annotation></semantics></math></p> | |
| </body> | |
| </html> |