On Jan 2, 2010, at 1:34 AM, Maciej Stachowiak wrote:
>
> On Jan 1, 2010, at 9:25 PM, Sam Weinig wrote:
>
>>
>> That said, a more javascripty way to do this would be to pass the function
>> object to liveRegion.addNotificationListener itself. That way, in the test
>> file, you would have,
>>
On Jan 1, 2010, at 9:25 PM, Sam Weinig wrote:
That said, a more javascripty way to do this would be to pass the
function object to liveRegion.addNotificationListener itself. That
way, in the test file, you would have,
liveRegion.addNotificationListener(function(notification) {
// do
On Fri, Jan 1, 2010 at 7:13 PM, Chris Fleizach wrote:
> I need to have a layout test register a callback with DRT, then have that
> callback be called at the appropriate time (in order to test accessibility
> notifications)
>
> I can't figure out the right incantations to do so.
>
> I'd like to d
I need to have a layout test register a callback with DRT, then have that
callback be called at the appropriate time (in order to test accessibility
notifications)
I can't figure out the right incantations to do so.
I'd like to do something like this in the LayoutTest
var addedNotification =
4 matches
Mail list logo