Skip to content
  • tkent@chromium.org's avatar
    2011-03-30 Kent Tamura <tkent@chromium.org> · e0dca9fc
    tkent@chromium.org authored
            Reviewed by Dimitri Glazkov.
    
            Simplify HTMLFormElement::validateInteractively() for asynchronous scroll event
            https://bugs.webkit.org/show_bug.cgi?id=57424
    
            Remove interactive-validation-lost-focusable.html because it has no
            sense since r75555.
    
            * fast/forms/interactive-validation-lost-focusable-expected.txt: Removed.
            * fast/forms/interactive-validation-lost-focusable.html: Removed.
            * platform/chromium/test_expectations.txt:
            * platform/gtk/Skipped:
            * platform/mac/Skipped:
            * platform/qt/Skipped:
            * platform/win/Skipped:
    2011-03-30  Kent Tamura  <tkent@chromium.org>
    
            Reviewed by Dimitri Glazkov.
    
            Simplify HTMLFormElement::validateInteractively() for asynchronous scroll event
            https://bugs.webkit.org/show_bug.cgi?id=57424
    
            r75555 made 'scroll' event asynchronous. So we don't need to worry about
            deleting or moving a target node in scrollIntoViewIfNeeded().
    
            * html/HTMLFormElement.cpp:
            (WebCore::HTMLFormElement::validateInteractively): Remove unnecessary code.
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@82535 268f45cc-cd09-0410-ab3c-d52691b4dbfc
    e0dca9fc