https://github.com/mozilla/gecko-dev
Raw File
Tip revision: 84b442cccbd02655d3e9665518b41c5183525851 authored by ffxbld on 18 May 2011, 01:40:03 UTC
Added tag FIREFOX_5_0b2_BUILD1 for changeset 40ea1355db3f. CLOSED TREE a=release
Tip revision: 84b442c
placeholder-visible-ref.html
<!DOCTYPE html>
<html>
  <!--
    This test 'emulate' the placeholder by setting a style
    to the value of an input text.
    This test may break if placeholder default style is changed.
  -->
  <link rel='stylesheet' type='text/css' href='placeholder-style.css'>

  <body>
    <input type="text" class="placeholder" value="my placeholder">
  </body>
</html>
back to top