https://github.com/mozilla/gecko-dev
Raw File
Tip revision: 5f7a23cd48ccb45086743e509fd4ec492f6441eb authored by Ryan VanderMeulen on 12 September 2023, 00:19:25 UTC
Bug 1852649 - Cherry-pick upstream libwebp fix. r=tnikkel, a=RyanVM
Tip revision: 5f7a23c
input-dyn-not-readonly.html
<!DOCTYPE html>
<html class="reftest-wait">
  <!-- Test: if input is no longer readonly and its value hasn't been changed,
             it should not be affected by :-moz-ui-valid pseudo-class. -->
  <link rel='stylesheet' type='text/css' href='style.css'>
  <body onload="document.getElementById('i').removeAttribute('readonly');
                document.documentElement.className='';">
    <input class='notvalid' id='i' readonly>
  </body>
</html>
back to top