Skip to content
  • adele's avatar
    LayoutTests: · 9ea36455
    adele authored
            Reviewed by Tim Omernick.
    
            Updated results for http://bugzilla.opendarwin.org/show_bug.cgi?id=6990
            Switch to use new text field implementation for <input type="password">
    
            * dom/html/level2/html/HTMLInputElement22-expected.txt:
            * dom/xhtml/level2/html/HTMLInputElement22-expected.txt:
            * fast/events/event-sender-mouse-click.html:
            * fast/forms/input-appearance-height-expected.checksum:
            * fast/forms/input-appearance-height-expected.txt:
            * fast/forms/input-type-change-in-onfocus-mouse-expected.txt:
            * fast/forms/input-value-expected.checksum:
            * fast/forms/input-value-expected.png:
            * fast/forms/input-value-expected.txt:
            * tables/mozilla_expected_failures/bugs/bug92647-1-expected.checksum:
            * tables/mozilla_expected_failures/bugs/bug92647-1-expected.png:
            * tables/mozilla_expected_failures/bugs/bug92647-1-expected.txt:
    
            Updated from switch to style-able selects
            * fast/forms/option-strip-whitespace-expected.checksum:
            * fast/forms/option-strip-whitespace-expected.png:
            * fast/forms/option-strip-whitespace-expected.txt:
    
    WebCore:
    
            Reviewed by Tim Omernick.
    
            - Fix for http://bugzilla.opendarwin.org/show_bug.cgi?id=6990
            Switch to use new text field implementation for <input type="password">
    
            * css/html4.css: Give input[password] the same style properties as normal text fields.
            * html/HTMLInputElement.cpp: Removed checks for TextFieldAppearance.
            (WebCore::HTMLInputElement::selectionStart):
            (WebCore::HTMLInputElement::selectionEnd):
            (WebCore::HTMLInputElement::setSelectionStart):
            (WebCore::HTMLInputElement::setSelectionEnd):
            (WebCore::HTMLInputElement::select):
            (WebCore::HTMLInputElement::setSelectionRange):
            (WebCore::HTMLInputElement::createRenderer):
            * html/HTMLInputElement.h: (WebCore::HTMLInputElement::isNonWidgetTextField):
    
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@16188 268f45cc-cd09-0410-ab3c-d52691b4dbfc
    9ea36455