layout/reftests/forms/textbox/accesskey-2-ref.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.

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

mercurial