Changeset 58058 in webkit


Ignore:
Timestamp:
Apr 21, 2010 11:02:06 PM (14 years ago)
Author:
eric@webkit.org
Message:

2010-04-21 Ben Murdoch <benm@google.com>

Reviewed by Jeremy Orlow.

send-oncancel-event touch test should use js-test-post-function.js
https://bugs.webkit.org/show_bug.cgi?id=37830

Restore reference to js-test-post-function removed erroneously in copy
when this test was move in http://trac.webkit.org/changeset/54253
and the corresponding call to the isSuccessfullyParsed function.

  • fast/events/touch/script-tests/send-oncancel-event.js: (touchcancelHandler): Call isSuccessfullyParsed.
  • fast/events/touch/send-oncancel-event.html: Add js-test-post-function.js back.
Location:
trunk/LayoutTests
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r58048 r58058  
     12010-04-21  Ben Murdoch  <benm@google.com>
     2
     3        Reviewed by Jeremy Orlow.
     4
     5        send-oncancel-event touch test should use js-test-post-function.js
     6        https://bugs.webkit.org/show_bug.cgi?id=37830
     7
     8        Restore reference to js-test-post-function removed erroneously in copy
     9        when this test was move in http://trac.webkit.org/changeset/54253
     10        and the corresponding call to the isSuccessfullyParsed function.
     11
     12        * fast/events/touch/script-tests/send-oncancel-event.js:
     13        (touchcancelHandler): Call isSuccessfullyParsed.
     14        * fast/events/touch/send-oncancel-event.html: Add js-test-post-function.js back.
     15
    1162010-04-21  MORITA Hajime  <morrita@google.com>
    217
  • trunk/LayoutTests/fast/events/touch/script-tests/send-oncancel-event.js

    r55735 r58058  
    1414    if (window.layoutTestController) {
    1515        layoutTestController.notifyDone();
     16        isSuccessfullyParsed();
    1617    }
    1718}
  • trunk/LayoutTests/fast/events/touch/send-oncancel-event.html

    r54253 r58058  
    99<div id="console"></div>
    1010<script src="script-tests/send-oncancel-event.js"></script>
    11 <script src="../../js/resources/js-test-post.js"></script>
     11<script src="../../js/resources/js-test-post-function.js"></script>
    1212</body>
    1313</html>
Note: See TracChangeset for help on using the changeset viewer.