editor/reftests/readwrite-non-editable-ref.html

Wed, 31 Dec 2014 06:55:50 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Wed, 31 Dec 2014 06:55:50 +0100
changeset 2
7e26c7da4463
permissions
-rw-r--r--

Added tag UPSTREAM_283F7C6 for changeset ca08bd8f51b2

     1 <!DOCTYPE html>
     2 <html>
     3   <head>
     4     <style>
     5       span {
     6         color: transparent; /* workaround for bug 617524 */
     7         outline: 1px solid green;
     8       }
     9     </style>
    10   </head>
    11   <body>
    12     <input>
    13     <input readonly><span>hide me</span>
    14     <input type=password>
    15     <input type=password readonly><span>hide me</span>
    16     <input type=email>
    17     <input type=email readonly><span>hide me</span>
    18     <textarea></textarea>
    19     <textarea readonly></textarea><span>hide me</span>
    20   </body>
    21 </html>

mercurial