summaryrefslogtreecommitdiff
path: root/tests/end2end/data/darkmode/mathml.html
blob: 4a7cd548c738d41827276541a3a27690ab19fc90 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<!DOCTYPE html>
<html>
    <head>
        <meta charset="utf-8">
        <title>MathML-like SVG</title>
    </head>
    <body style="margin: 0">
        <!--
        Image based on: https://en.wikipedia.org/wiki/Pythagorean_theorem
        with a black square added for testing.
        -->
        <img class="mwe-math-fallback-image-inline" src="mathml.svg" alt="Pythagorean theorem">
    </body>
</html>