https://github.com/mozilla/gecko-dev
Raw File
Tip revision: df357bb69dc9e4d205efd6ba5d15261fa1af7ee1 authored by ffxbld on 06 July 2011, 03:17:33 UTC
Added tag FIREFOX_6_0b1_BUILD1 for changeset 0d82a53ffaa6. CLOSED TREE a=release
Tip revision: df357bb
placeholder-3.html
<!DOCTYPE html>
<html>
  <!-- Test: value has to be shown when not null -->
  <body>
    <input type="text" value="my value" placeholder="my placeholder">
  </body>
</html>
back to top