Bug 874051 - Fix failing a11y tree tests, r=surkov

This commit is contained in:
Gijs Kruitbosch 2013-05-22 09:50:26 +02:00
parent 8707216ffc
commit b40c4c0abd

View File

@ -98,6 +98,16 @@
// xul:tab ("about:")
role: ROLE_PAGETAB,
children: [
{
// :before and :after image
// (selected tab border on left/right)
role: ROLE_GRAPHIC,
children: []
},
{
role: ROLE_GRAPHIC,
children: []
},
{
// xul:toolbarbutton ("Close Tab")
role: ROLE_PUSHBUTTON,
@ -113,6 +123,11 @@
// xul:toolbarbutton ("Close Tab")
role: ROLE_PUSHBUTTON,
children: []
},
{
// :after image (separator)
role: ROLE_GRAPHIC,
children: []
}
]
},