https://github.com/mozilla/gecko-dev
Raw File
Tip revision: ebced37c549e4983e072d4b9aefc571a1ef04576 authored by ffxbld on 16 February 2012, 06:11:53 UTC
Added FIREFOX_10_0_2_RELEASE FIREFOX_10_0_2_BUILD1 tags(s) for changeset 72ad46d416ce. DONTBUILD CLOSED TREE a=release
Tip revision: ebced37
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