layout/reftests/css-placeholder/input/css-text-align.html

Wed, 31 Dec 2014 13:27:57 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Wed, 31 Dec 2014 13:27:57 +0100
branch
TOR_BUG_3246
changeset 6
8bccb770b82d
permissions
-rw-r--r--

Ignore runtime configuration files generated during quality assurance.

     1 <!DOCTYPE html>
     2 <html>
     3   <link rel='stylesheet' type='text/css' href='style.css'>
     4   <style>
     5     input::-moz-placeholder {
     6       text-align: center;
     7     }
     8   </style>
     9   <body>
    10     <input placeholder='foo'>
    11   </body>
    12 </html>

mercurial