https://github.com/mozilla/gecko-dev
Raw File
Tip revision: fefae0f1edebb7868d80e44ed6650df748f6a972 authored by Ryan VanderMeulen on 07 June 2014, 19:21:59 UTC
Merge b2g26 to v1.2f. a=merge
Tip revision: fefae0f
placeholder-rtl.html
<!DOCTYPE html>
<html dir='rtl'>
  <link rel='stylesheet' type='text/css' href='placeholder-style.css'>
  <body>
    <input placeholder='foo'>
    <textarea placeholder='foo'></textarea>
  </body>
</html>
back to top