https://github.com/mozilla/gecko-dev
Raw File
Tip revision: a042c40b6e66bcf970114bd5b627baacf67fe071 authored by ffxbld on 20 February 2015, 01:41:56 UTC
Added FIREFOX_36_0_RELEASE FIREFOX_36_0_BUILD1 tag(s) for changeset 59eefd8af5d7. DONTBUILD CLOSED TREE a=release
Tip revision: a042c40
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