https://github.com/mozilla/gecko-dev
Raw File
Tip revision: d45789efcb92005fe45906b9c1e0a86dadbefea8 authored by ffxbld on 16 December 2015, 00:18:11 UTC
Added FENNEC_43_0_1_RELEASE FENNEC_43_0_1_BUILD1 tag(s) for changeset 2f9112a7b077. DONTBUILD CLOSED TREE a=release
Tip revision: d45789e
input-dyn-readonly.html
<!DOCTYPE html>
<html class="reftest-wait">
  <!-- Test: if input is readonly, it is barred from constraint validation
             and should not be affected by :-moz-ui-invalid pseudo-class. -->
  <link rel='stylesheet' type='text/css' href='style.css'>
  <body onload="document.getElementById('i').readOnly='ro'; document.documentElement.className='';">
    <input class='notinvalid' id='i' required>
  </body>
</html>
back to top