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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Nov 25 18:36:58 PST 2010


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





--- Comment #2 from Kent Tamura <tkent at chromium.org>  2010-11-25 18:36:58 PST ---
(From update of attachment 74898)
View in context: https://bugs.webkit.org/attachment.cgi?id=74898&action=review

> LayoutTests/fast/forms/script-tests/output-reset-assertion-failed.js:10
> +form.reset();
> +

We had better have
 testPassed('Not crashed');
or something.

> WebCore/html/HTMLOutputElement.cpp:91
> +    if (m_isSetTextContentInProgress)
> +        return;

Really?
Does an HTML page have a change to call reset() before clearing m_isSetTextContentInProgress?

-- 
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