https://github.com/mozilla/gecko-dev
Raw File
Tip revision: b3b710882ee5e0caefd46eb034ef7369044a7777 authored by Renovate Bot on 15 April 2021, 04:06:59 UTC
Add renovate.json
Tip revision: b3b7108
694880-3.html
<!DOCTYPE html>
<html>
  <style>
    :read-only { color: red; }
    :read-write { color: green; }
  </style>
  <body onload="document.designMode='on';document.designMode='off'">
    <div contenteditable>test</div>
  </body>
</html>
back to top