mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-03-09 04:25:38 +00:00
Bug 1627765 - Fix lint failure r=fix
This commit is contained in:
parent
fc4d0d052e
commit
28f02fa444
@ -141,7 +141,10 @@ addAccessibleTask(
|
||||
|
||||
cols = table.getAttributeValue("AXColumns");
|
||||
is(cols.length, 4, "Table has col list of correct length");
|
||||
is(cols[cols.length - 1].getAttributeValue("AXChildren").length, 1,
|
||||
"Last column has single child")
|
||||
is(
|
||||
cols[cols.length - 1].getAttributeValue("AXChildren").length,
|
||||
1,
|
||||
"Last column has single child"
|
||||
);
|
||||
}
|
||||
);
|
||||
|
Loading…
x
Reference in New Issue
Block a user