layout/reftests/forms/placeholder/placeholder-overflow-ref.html

Wed, 31 Dec 2014 07:53:36 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Wed, 31 Dec 2014 07:53:36 +0100
branch
TOR_BUG_3246
changeset 5
4ab42b5ab56c
permissions
-rw-r--r--

Correct small whitespace inconsistency, lost while renaming variables.

     1 <!DOCTYPE html>
     2 <html>
     3   <!--
     4     This test 'emulate' the placeholder by setting a style
     5     to the value of an input text.
     6     This test may break if placeholder default style is changed.
     7   -->
     8   <link rel='stylesheet' type='text/css' href='placeholder-style.css'>
    10   <body>
    11     <input type="text" class="placeholder" size="5" value="my placeholder">
    12   </body>
    13 </html>

mercurial