tenfourfox/layout/reftests/mathml/link-1.xhtml

13 lines
335 B
HTML
Raw Normal View History

2017-04-19 07:56:45 +00:00
<?xml version="1.0" encoding="utf-8"?>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Test XLink</title>
</head>
<body>
<math xmlns="http://www.w3.org/1998/Math/MathML"
xmlns:xlink="http://www.w3.org/1999/xlink">
<mtext xlink:type="simple" xlink:href="www.mozilla.org">MathML Link</mtext>
</math>
</body>
</html>