layout/reftests/unicode/unicode-element-selector.html
author Lando <lando@lando.test>
Fri, 11 Jul 2025 16:34:42 +0000 (111 minutes ago)
changeset 796119 507aed88eb5a92e2e77286f3242050fac00a8201
parent 360105 b1daab599fecafbadad7377f0ded446dd6ad7559
permissions -rw-r--r--
Merge autoland to mozilla-central
<html>
<head>
  <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  <title>Unicode tests - element selectors</title>
  <style>
    dİv {color: red}
    /* work around unreliable form-control rendering on Gtk+3 (see bug 1223198): */
    input { -moz-appearance: none; }
  </style>
</head>

<body>
  <div><p lang="hi">स्टार</p></div>
  <input disabled>
</body>
</html>