2 <?xml-stylesheet href=
"chrome://global/skin/global.css"?>
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">
13 -moz-appearance: none;
31 <hbox align=
"baseline">
32 <label value=
"foo" accesskey=
"s"/>
33 <input xmlns=
"http://www.w3.org/1999/xhtml" value=
"text"/>
37 let label = document.querySelector(
"label");
38 label.getBoundingClientRect();