1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/layout/reftests/mathml/semantics-2.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><semantics></semantics></math></p> 1.13 + <p>annotation (invalid): <math><semantics><annotation>annotation</annotation></semantics></math></p> 1.14 + <p>annotation-xml (invalid): <math><semantics><annotation-xml encoding="MathML-Presentation"><mtext>annotation-xml</mtext></annotation-xml></semantics></math></p> 1.15 + <p>presentation MathML (no annotations): <math><semantics><mtext>presentation MathML</mtext></semantics></math></p> 1.16 + <p>content MathML (no annotations): <math><semantics><csymbol>content MathML</csymbol></semantics></math></p> 1.17 + <p>presentation MathML ; annotation: <math><semantics><mtext>presentation MathML</mtext><annotation>annotation</annotation></semantics></math></p> 1.18 + <p>presentation MathML ; annotation-xml: <math><semantics><mtext>presentation MathML</mtext><annotation-xml encoding="application/mathml-presentation+xml"><mtext>annotation-xml</mtext></annotation-xml></semantics></math></p> 1.19 + <p>content MathML ; annotation: <math><semantics><csymbol>content MathML</csymbol><annotation>annotation</annotation></semantics></math></p> 1.20 + <p>content MathML ; annotation-xml: <math><semantics><csymbol>content MathML</csymbol><annotation-xml encoding="application/mathml-presentation+xml"><mtext>annotation-xml</mtext></annotation-xml></semantics></math></p> 1.21 +</body> 1.22 +</html>