[widgets] Widget Interface Test Suite

Hi All,
The widget interface test suite is now complete.

The following tests were added. Please try them out and let me know if
there are any problems.

# return-emtpy-strings
Test that upon getting any of the attributes from the attributes
column of the configuration attributes table, a user agent must return
the corresponding value from the 'Values in Table of Configuration
Defaults' column. To pass, the user agent must return all empty
strings for the attributes gotten.
http://dev.w3.org/2006/waf/widgets-api/test-suite/test-cases/ta-attribute-tests/return-emtpy-strings/return-emtpy-strings.wgt

# return-proper-strings
Test that upon getting any of the attributes from the attributes
column of the configuration attributes table, a user agent must return
the corresponding value from the 'Values in Table of Configuration
Defaults' column. To pass, the user agent must return all the
appropriate strings for the attributes gotten.
http://dev.w3.org/2006/waf/widgets-api/test-suite/test-cases/ta-attribute-tests/return-proper-strings/rreturn-proper-strings.wgt

# setItem-fires-event
Test that, upon invocation of the setItem() method, a user agent
queues a task to fire a StorageEvent event at the window object. To
pass, a storage event must be fired when a key is set and the
associated test values need to be correct.
http://dev.w3.org/2006/waf/widgets-api/test-suite/test-cases/ta-storage-event/setItem-fires-event/setItem-fires-event.wgt

# removeItem-fires-event
Test that, upon invocation of the removeItem() method, a user agent
queues a task to fire a StorageEvent event at the window object. To
pass, a storage event must be fired when a key is removed and the
associated test values need to be correc
http://dev.w3.org/2006/waf/widgets-api/test-suite/test-cases/ta-storage-event/removeItem-fires-event/removeItem-fires-event.wgt

Kind regards,
Marcos
-- 
Marcos Caceres
http://datadriven.com.au

Received on Sunday, 29 May 2011 16:05:21 UTC