зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1472555 - Part 2 - Convert DOM tests to use the "richlistbox" element. r=bz
MozReview-Commit-ID: 4byIEZCsyw7 --HG-- extra : rebase_source : b538bdae42307002d01334fbc0220a65c6e901bd
This commit is contained in:
Родитель
f473f4d560
Коммит
4999d683f4
|
@ -299,7 +299,7 @@ function mouseWillTriggerFocus(element)
|
|||
element.type == "password")) {
|
||||
return true;
|
||||
}
|
||||
} else if (element.localName == "listbox") {
|
||||
} else if (element.localName == "richlistbox") {
|
||||
return true;
|
||||
}
|
||||
|
||||
|
@ -457,7 +457,7 @@ function startTest()
|
|||
|
||||
mouseOnElement(element, getById("t" + idx), true, "mouse on element t" + idx);
|
||||
var expectedWindow = (element.ownerGlobal == gChildWindow) ? gChildWindow : window;
|
||||
if (element.localName == "listbox" && expectedWindow == window &&
|
||||
if (element.localName == "richlistbox" && expectedWindow == window &&
|
||||
navigator.platform.indexOf("Mac") == 0) {
|
||||
// after focusing a listbox on Mac, clear the focus before continuing.
|
||||
setFocusTo(null, window);
|
||||
|
@ -1634,9 +1634,9 @@ SimpleTest.waitForFocus(startTest);
|
|||
<hbox id="innerbox">
|
||||
<button id="t4" accesskey="h" label="no tabindex"/>
|
||||
<button id="o1" accesskey="i" label="tabindex = -1" tabindex="-1"/>
|
||||
<listbox id="t5" label="tabindex = 0" tabindex="0" rows="1">
|
||||
<listitem/>
|
||||
</listbox>
|
||||
<richlistbox id="t5" label="tabindex = 0" tabindex="0" width="50">
|
||||
<richlistitem height="10"/>
|
||||
</richlistbox>
|
||||
<button id="t1" label="tabindex = 2" tabindex="2"/>
|
||||
</hbox>
|
||||
<hbox>
|
||||
|
@ -1649,9 +1649,9 @@ SimpleTest.waitForFocus(startTest);
|
|||
<button id="t7" style="-moz-user-focus: normal;" label="no tabindex"/>
|
||||
<button id="o3" style="-moz-user-focus: normal;" label="tabindex = -1" tabindex="-1"/>
|
||||
<button id="t8" style="-moz-user-focus: normal;" label="tabindex = 0" tabindex="0"/>
|
||||
<listbox id="t3" style="-moz-user-focus: normal;" label="tabindex = 2" tabindex="2" rows="1">
|
||||
<listitem/>
|
||||
</listbox>
|
||||
<richlistbox id="t3" style="-moz-user-focus: normal;" label="tabindex = 2" tabindex="2" width="50">
|
||||
<richlistitem height="10"/>
|
||||
</richlistbox>
|
||||
</hbox>
|
||||
<hbox>
|
||||
<button accesskey="p" style="display: none;"/> <button accesskey="q" style="visibility: collapse;"/>
|
||||
|
@ -1709,7 +1709,7 @@ SimpleTest.waitForFocus(startTest);
|
|||
<checkbox id="o5"/><checkbox id="o7"/><hbox><checkbox id="o9"/></hbox>
|
||||
<checkbox id="o13"/><checkbox id="o15"/><checkbox id="o17"/><checkbox id="o19"/><checkbox id="o21"/><checkbox id="o23"/><checkbox id="o25"/>
|
||||
<checkbox id="n2"/><checkbox id="n4"/>
|
||||
<listbox id="last" width="20" rows="1"/>
|
||||
<richlistbox id="last" width="20" height="20"/>
|
||||
|
||||
<iframe id="ifa" width="40" height="60" style="-moz-user-focus: ignore;" type="content"
|
||||
src="data:text/html,<input id=fra size='2'><input id='fra-b' size='2'>
|
||||
|
|
|
@ -161,9 +161,9 @@ SimpleTest.waitForFocus(runTest);
|
|||
]]>
|
||||
</script>
|
||||
|
||||
<listbox id="l1" class="plain" height="20"/>
|
||||
<listbox id="l2" class="plain" height="20"/>
|
||||
<listbox id="l3" class="plain" height="20"/>
|
||||
<richlistbox id="l1" class="plain" height="20"/>
|
||||
<richlistbox id="l2" class="plain" height="20"/>
|
||||
<richlistbox id="l3" class="plain" height="20"/>
|
||||
<button id="b1" label="Button"/>
|
||||
<button id="b2" label="Button"/>
|
||||
<button id="b3" label="Button"/>
|
||||
|
|
Загрузка…
Ссылка в новой задаче