Wed, 31 Dec 2014 06:09:35 +0100
Cloned upstream origin tor-browser at tor-browser-31.3.0esr-4.5-1-build1
revision ID fc1c9ff7c1b2defdbc039f12214767608f46423f for hacking purpose.
michael@0 | 1 | <!doctype html> |
michael@0 | 2 | <html> |
michael@0 | 3 | <head> |
michael@0 | 4 | <title>Various tests for semantics</title> |
michael@0 | 5 | <meta charset="utf-8"/> |
michael@0 | 6 | </head> |
michael@0 | 7 | |
michael@0 | 8 | <body> |
michael@0 | 9 | <p>Empty semantics (invalid): <math><maction></maction></math></p> |
michael@0 | 10 | <p>annotation (invalid): <math><mrow><mtext>annotation</mtext></mrow></math></p> |
michael@0 | 11 | <p>annotation-xml (invalid): <math><mrow><mrow><mtext>annotation-xml</mtext></mrow></mrow></math></p> |
michael@0 | 12 | <p>presentation MathML (no annotations): <math><mrow><mtext>presentation MathML</mtext></mrow></math></p> |
michael@0 | 13 | <p>content MathML (no annotations): <math><maction actiontype="toggle"><csymbol>content MathML</csymbol></maction></math></p> |
michael@0 | 14 | <p>presentation MathML ; annotation: <math><mrow><mtext>presentation MathML</mtext></mrow></math></p> |
michael@0 | 15 | <p>presentation MathML ; annotation-xml: <math><mrow><mtext>presentation MathML</mtext></mrow></math></p> |
michael@0 | 16 | <p>content MathML ; annotation: <math><mrow><mtext>annotation</mtext></mrow></math></p> |
michael@0 | 17 | <p>content MathML ; annotation-xml: <math><mrow><mrow><mtext>annotation-xml</mtext></mrow></mrow></math></p> |
michael@0 | 18 | </body> |
michael@0 | 19 | </html> |