| <?xml version="1.0" encoding="UTF-8"?> |
| <html xmlns="http://www.w3.org/1999/xhtml" xmlns:m="http://www.w3.org/1998/Math/MathML"> |
| This tests that an anonymous operator created by mfenced does not |
| set itself as the mfenced node’s renderer. |
| The test passes if it does not crash or cause an assertion failure. |
| <m:math><span><m:mfenced id="target"><m:mo></m:mo></m:mfenced></span></m:math> |
| document.getElementById("target").parentNode.insertBefore(document.createElement("div"), document.getElementById("target")); |
| document.getElementById("container").style.display = "none"; |