mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 715555 - Fix "unusued" spelling. r=gavin
This commit is contained in:
parent
9f40d11539
commit
3d88ed2d39
@ -74,7 +74,7 @@ static const NSString* AXRoles [] = {
|
||||
NSAccessibilityGroupRole, // ROLE_CELL
|
||||
@"AXLink", // ROLE_LINK. 10.4+ the attr first define in SDK 10.4, so we define it here too. ROLE_LINK
|
||||
@"AXHelpTag", // ROLE_HELPBALLOON
|
||||
NSAccessibilityUnknownRole, // ROLE_CHARACTER. unusued on OS X
|
||||
NSAccessibilityUnknownRole, // ROLE_CHARACTER. unused on OS X
|
||||
NSAccessibilityListRole, // ROLE_LIST
|
||||
NSAccessibilityRowRole, // ROLE_LISTITEM
|
||||
NSAccessibilityOutlineRole, // ROLE_OUTLINE
|
||||
|
@ -14,8 +14,8 @@ SimpleTest.waitForFocus(function () opener.framesetWindowLoaded(window));
|
||||
<frame src="data:text/html,<html id='f7'><body id='framebody4'><input id='f8'><body></html>">
|
||||
</frameset>
|
||||
<noframes>
|
||||
<input id="unusued1"/>
|
||||
<input id="unusued2" tabindex="1"/>
|
||||
<input id="unused1"/>
|
||||
<input id="unused2" tabindex="1"/>
|
||||
</noframes>
|
||||
</frameset>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user