Changeset 89919 in webkit


Ignore:
Timestamp:
Jun 28, 2011 2:59:11 AM (13 years ago)
Author:
tkent@chromium.org
Message:

2011-06-28 Kent Tamura <tkent@chromium.org>

Reviewed by Hajime Morita.

Verify cloning elements with validation messages works.
https://bugs.webkit.org/show_bug.cgi?id=61988

  • fast/forms/validation-message-clone-expected.txt: Added.
  • fast/forms/validation-message-clone.html: Added.
  • platform/gtk/Skipped:
  • platform/mac-wk2/Skipped:
  • platform/qt/Skipped:
  • platform/win/Skipped:
Location:
trunk/LayoutTests
Files:
2 added
5 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r89918 r89919  
     12011-06-28  Kent Tamura  <tkent@chromium.org>
     2
     3        Reviewed by Hajime Morita.
     4
     5        Verify cloning elements with validation messages works.
     6        https://bugs.webkit.org/show_bug.cgi?id=61988
     7
     8        * fast/forms/validation-message-clone-expected.txt: Added.
     9        * fast/forms/validation-message-clone.html: Added.
     10        * platform/gtk/Skipped:
     11        * platform/mac-wk2/Skipped:
     12        * platform/qt/Skipped:
     13        * platform/win/Skipped:
     14
    1152011-06-28  Wyatt Carss  <wcarss@chromium.org>
    216
  • trunk/LayoutTests/platform/gtk/Skipped

    r89660 r89919  
    12221222# Need to call Settings::setValidationMessageTimerMagnification(-1) in DRT.
    12231223fast/forms/validation-message-appearance.html
     1224fast/forms/validation-message-clone.html
    12241225fast/forms/validation-message-on-checkbox.html
    12251226fast/forms/validation-message-on-listbox.html
  • trunk/LayoutTests/platform/mac-wk2/Skipped

    r89900 r89919  
    15551555# http://webkit.org/b/57455
    15561556fast/forms/validation-message-appearance.html
     1557fast/forms/validation-message-clone.html
    15571558fast/forms/validation-message-on-checkbox.html
    15581559fast/forms/validation-message-on-listbox.html
  • trunk/LayoutTests/platform/qt/Skipped

    r89902 r89919  
    20192019# Need to call Settings::setValidationMessageTimerMagnification(-1) in DRT.
    20202020fast/forms/validation-message-appearance.html
     2021fast/forms/validation-message-clone.html
    20212022fast/forms/validation-message-on-checkbox.html
    20222023fast/forms/validation-message-on-listbox.html
  • trunk/LayoutTests/platform/win/Skipped

    r89691 r89919  
    11171117# Need to call Settings::setValidationMessageTimerMagnification(-1) in DRT.
    11181118fast/forms/validation-message-appearance.html
     1119fast/forms/validation-message-clone.html
    11191120fast/forms/validation-message-on-checkbox.html
    11201121fast/forms/validation-message-on-listbox.html
Note: See TracChangeset for help on using the changeset viewer.