[Webkit-unassigned] [Bug 50095] New: Assertion failure by resetting <output> twice

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Nov 25 15:51:35 PST 2010


https://bugs.webkit.org/show_bug.cgi?id=50095

           Summary: Assertion failure by resetting <output> twice
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Forms
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: tkent at chromium.org
                CC: bashi at google.com


<form action="output.html">
<output value=foo></output>
<input type=reset>
</form>

Load the above HTML on debug build WebKit, and click the reset button twice.

ASSERTION FAILED: !m_isSetTextContentInProgress
(..../WebKit/WebCore/html/HTMLOutputElement.cpp:125 void WebCore::HTMLOutputElement::setTextContentInternal(const WTF::String&))

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list