blob: 6cf4754889887171c6317ad482979f5593ad8921 (
plain)
1
2
3
4
5
6
7
8
9
|
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
</head>
<body onload="document.getElementById('a').setAttribute('rquote', 'q');">
<ms id="a" xmlns="http://www.w3.org/1998/Math/MathML" rquote="abcdef ghijkl"><mrow></mrow></ms>
</body>
</html>
|