1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/layout/reftests/mathml/semantics-2-ref.html Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,19 @@ 1.4 +<!doctype html> 1.5 +<html> 1.6 +<head> 1.7 + <title>Various tests for semantics</title> 1.8 + <meta charset="utf-8"/> 1.9 +</head> 1.10 + 1.11 +<body> 1.12 + <p>Empty semantics (invalid): <math><maction></maction></math></p> 1.13 + <p>annotation (invalid): <math><mrow><mtext>annotation</mtext></mrow></math></p> 1.14 + <p>annotation-xml (invalid): <math><mrow><mrow><mtext>annotation-xml</mtext></mrow></mrow></math></p> 1.15 + <p>presentation MathML (no annotations): <math><mrow><mtext>presentation MathML</mtext></mrow></math></p> 1.16 + <p>content MathML (no annotations): <math><maction actiontype="toggle"><csymbol>content MathML</csymbol></maction></math></p> 1.17 + <p>presentation MathML ; annotation: <math><mrow><mtext>presentation MathML</mtext></mrow></math></p> 1.18 + <p>presentation MathML ; annotation-xml: <math><mrow><mtext>presentation MathML</mtext></mrow></math></p> 1.19 + <p>content MathML ; annotation: <math><mrow><mtext>annotation</mtext></mrow></math></p> 1.20 + <p>content MathML ; annotation-xml: <math><mrow><mrow><mtext>annotation-xml</mtext></mrow></mrow></math></p> 1.21 +</body> 1.22 +</html>