1
0
Fork 0
firefox/testing/web-platform/tests/mathml/presentation-markup/tokens/dynamic-mi-mozilla-409125.xhtml
Daniel Baumann 5e9a113729
Adding upstream version 140.0.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
2025-06-25 09:37:52 +02:00

15 lines
441 B
HTML

<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Mozilla bug 409125</title>
<head>
<link rel="help" href="https://bugzilla.mozilla.org/show_bug.cgi?id=409125"/>
<link rel="match" href="dynamic-mi-mozilla-409125-ref.xhtml"/>
</head>
</head>
<body onload="document.getElementById('mi').firstChild.data = 'mi';">
<math xmlns="http://www.w3.org/1998/Math/MathML" display="block"><mi id="mi"> </mi></math>
</body>
</html>