I just committed
which affects LayoutTest/accessibility/aria-roles.html
The result is different on SnowLeopard than it is on Tiger/Leopard
To account for this difference, I have an -expected file in platform/mac-snowleopard
where the line is
< This test PASSES in DumpRenderTree. The role is AXRole: AXList
There is an existing file in platform/mac/
where the line is
> This test PASSES in DumpRenderTree. The role is AXRole: AXGroup
---
Now after committing, Tiger/Leopard are complaining and saying
that it is expecting my the expected file from mac-snowleopard instead of platform/mac
My question is, why does Tiger/Leopard expect the file in the mac-snowleopard folder