testing/web-platform/tests/mathml/relations/html5-tree/dynamic-2-ref.html
author dadaa <daisuke.akatsuka@birchill.co.jp>
Wed, 09 Jul 2025 04:53:58 +0000 (10 hours ago)
changeset 795836 a5500d271fe3a1fefb4d81d96fc4abd00d9eade7
parent 535302 4497427879eeba9514cf1caf393e4b07856b248a
permissions -rw-r--r--
Bug 1957280: Limit user's mouse amount for tree component r=places-reviewers,reusable-components-reviewers,masayuki,mstriemer Differential Revision: https://phabricator.services.mozilla.com/D251224
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8"/>
<title>Dynamic id and style (reference)</title>
<style>
  #pass { background: green; color: white; }
</style>
</head>
<body>
  <p>Test passes if you see the text "PASS".</p>
  <math>
    <mtext id="pass">PASS</mtext>
  </math>
</body>
</html>