Skip to content
  • benm@google.com's avatar
    Refactor and split up basic-touch-events test · e757880f
    benm@google.com authored
    https://bugs.webkit.org/show_bug.cgi?id=34476
    
    Reviewed by Simon Hausmann.
    
    Split the basic-touch-events test into two separate tests, one for single and another for multi touch. Also refactor the tests to run in an asynchronous manner.
    
    * fast/events/touch/basic-multi-touch-events.html: Copied from LayoutTests/fast/events/touch/basic-touch-events.html. Tests the same multi touch tests cases from the old basic-touch-events test.
    * fast/events/touch/basic-multi-touch-events-expected.txt: Added.
    * fast/events/touch/script-tests/basic-multi-touch-events.js: Added.
    * fast/events/touch/basic-single-touch-events.html: Copied from LayoutTests/fast/events/touch/basic-touch-events.html. Tests the same single touch tests cases from the old basic-touch-events test.
    * fast/events/touch/script-tests/basic-single-touch-events.js: Added.
    * fast/events/touch/basic-single-touch-events-expected.txt: Added. 
    * fast/events/touch/basic-touch-events.html: Removed.
    * fast/events/touch/script-tests/basic-touch-events.js: Removed.
    * fast/events/touch/basic-touch-events-expected.txt: Removed.
    
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@54817 268f45cc-cd09-0410-ab3c-d52691b4dbfc
    e757880f