layout/reftests/forms/textbox/accesskey-3.xul

Thu, 15 Jan 2015 15:55:04 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Thu, 15 Jan 2015 15:55:04 +0100
branch
TOR_BUG_9701
changeset 9
a63d609f5ebe
permissions
-rw-r--r--

Back out 97036ab72558 which inappropriately compared turds to third parties.

     1 <?xml version="1.0"?>
     2 <?xml-stylesheet href="chrome://global/skin/"?>
     3 <window title="textbox access key tests (see bug 698185)"
     4         xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
     5 	xmlns:html="http://www.w3.org/1999/xhtml">
     6   <html:style type="text/css">
     7     hbox {
     8       margin-top: 0px;
     9       padding-top: 0px;
    10       font-size: 36px;
    11     }
    12     label, textbox {
    13       -moz-appearance: none;
    14       background: inherit;
    15       border: none 0px;
    16     }
    17     label {
    18       margin-top: 0px;
    19       padding-top: 0px;
    20       margin-bottom: 0px;
    21       padding-bottom: 0px;
    22     }
    23     textbox {
    24       margin-top: 12px;
    25       padding-top: 8px;
    26       margin-bottom: 5px;
    27       padding-bottom: 9px;
    28     }
    29   </html:style>
    31   <hbox align="baseline">
    32     <!-- access key in RTL-overridden English text -->
    33     <label value="&#x627;&#x644;&#x639;&#x631;&#x628;&#x64a; hello &#x202e;dlrow&#x202c;" accesskey="d"/>
    34     <textbox value=""/>
    35   </hbox>
    36 </window>

mercurial