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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Nov 25 19:10:17 PST 2010


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





--- Comment #3 from Kenichi Ishibashi <bashi at google.com>  2010-11-25 19:10:17 PST ---
(From update of attachment 74898)
View in context: https://bugs.webkit.org/attachment.cgi?id=74898&action=review

Thank you for prompt review. I'll revise the patch soon.

>> LayoutTests/fast/forms/script-tests/output-reset-assertion-failed.js:10
>> +
> 
> We had better have
>  testPassed('Not crashed');
> or something.

Done.

>> WebCore/html/HTMLOutputElement.cpp:91
>> +        return;
> 
> Really?
> Does an HTML page have a change to call reset() before clearing m_isSetTextContentInProgress?

I completely misunderstood the cause. The cause is there is no chance to clear the flag when the value and the default value are the same. Thank you for letting me aware of that.

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