testing/web-platform/tests/mathml/relations/html5-tree/integration-point-2-ref.html
author Lando <lando@lando.test>
Thu, 10 Jul 2025 16:11:40 +0000 (2 hours ago)
changeset 795966 8f464d9c468ba1a7c1b0338deaa8bc8023f8ae3d
parent 330130 b16ebc0970fbd699e7012610ff74a518e5d8a328
permissions -rw-r--r--
Merge autoland to mozilla-central
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8"/>
<title>MathML as a phrasing content (reference)</title>
</head>
<body>
  <p>Test passes if there is a green square and no red.</p>

  <div>
    <div style="position: absolute; background: green; width: 300px; height: 300px;"></div>
  </div>

</body>
</html>