More conformance tests

I've been working on conformance tests.  This file now has basic tests 
for the majority of interfaces and attributes in the current Touch 
Events draft:

http://dvcs.w3.org/hg/webevents/raw-file/tip/test/touchevents/single-touch.html

For easier typing on mobile devices, the test suite is mirrored here:

http://limpet.net/w3

At the moment there are 7 tests with a total of 24 assertions.  I have a 
local version of Firefox that passes all of the tests so far (although 
our implementation, like the test suite, is still far from complete)!

Mobile Safari, Android WebKit, and Opera Mobile all pass 5 of the 7 
tests.  The 2 failed tests are for known differences (new attributes or 
intentional behavior changes in the draft spec).

I'm working on additional tests for other event types and for multiple 
simultaneous touches.  Working on the conformance tests also inspired 
some minor spec changes, which you can see at 
http://dvcs.w3.org/hg/webevents/

Received on Monday, 25 April 2011 05:10:34 UTC