layout/reftests/css-placeholder/input/css-opacity.html

Wed, 31 Dec 2014 07:22:50 +0100

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

Correct previous dual key logic pending first delivery installment.

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

mercurial