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

13 lines
335 B
HTML
Raw Normal View History

2011-06-24 05:54:47 -07: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>