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
placeholder-rtl-ref.html
<!DOCTYPE html>
<html dir='rtl'>
  <link rel='stylesheet' type='text/css' href='placeholder-style.css'>
  <body>
    <input class='placeholder' value='foo'>
    <textarea class='placeholder' >foo</textarea>
  </body>
</html>

back to top