Changeset 57875 in webkit


Ignore:
Timestamp:
Apr 20, 2010 12:03:06 AM (14 years ago)
Author:
tkent@chromium.org
Message:

2010-04-20 Kent Tamura <tkent@chromium.org>

Reviewed by Darin Adler.

More tests for interactive validation
https://bugs.webkit.org/show_bug.cgi?id=37345

Add tests for cases that event handlers modify DOM structures.
These improve test coverage for r57346.

  • fast/forms/checkValidity-handler-updates-dom-expected.txt: Added.
  • fast/forms/checkValidity-handler-updates-dom.html: Added.
  • fast/forms/interactive-validation-lost-focusable-expected.txt: Added.
  • fast/forms/interactive-validation-lost-focusable.html: Added.
  • fast/forms/script-tests/checkValidity-handler-updates-dom.js: Added.
Location:
trunk/LayoutTests
Files:
5 added
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r57862 r57875  
     12010-04-20  Kent Tamura  <tkent@chromium.org>
     2
     3        Reviewed by Darin Adler.
     4
     5        More tests for interactive validation
     6        https://bugs.webkit.org/show_bug.cgi?id=37345
     7
     8        Add tests for cases that event handlers modify DOM structures.
     9        These improve test coverage for r57346.
     10
     11        * fast/forms/checkValidity-handler-updates-dom-expected.txt: Added.
     12        * fast/forms/checkValidity-handler-updates-dom.html: Added.
     13        * fast/forms/interactive-validation-lost-focusable-expected.txt: Added.
     14        * fast/forms/interactive-validation-lost-focusable.html: Added.
     15        * fast/forms/script-tests/checkValidity-handler-updates-dom.js: Added.
     16
    1172010-04-19  James Robinson  <jamesr@chromium.org>
    218
Note: See TracChangeset for help on using the changeset viewer.