Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- This WPT test may be referenced by the following Test IDs:
- /mathml/relations/text-and-math/non-mathml-children-in-annotation.tentative.html - WPT Dashboard Interop Dashboard
<!DOCTYPE html><!-- webkit-test-runner [ CoreMathMLEnabled=true ] -->
<html>
<head>
<title>Non-MathML children of annotation and annotation-xml</title>
<meta charset="utf-8"/>
<meta name="assert" content="Non-MathML children of annotation and annotation-xml elements are rendered."/>
<link rel="match" href="non-mathml-children-in-annotation.tentative-ref.html"/>
<style>
annotation-xml, annotation { display: initial; }
</style>
</head>
<body>
<math>
<semantics>
<mtext></mtext>
<annotation>annotation</annotation>
</semantics>
</math>
<math>
<semantics>
<mtext></mtext>
<annotation-xml encoding="text/html"><span>annotation-xml</span></annotation-xml>
</semantics>
</math>
</body>
</html>