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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Nov 25 19:20:57 PST 2010


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





--- Comment #5 from Kent Tamura <tkent at chromium.org>  2010-11-25 19:20:57 PST ---
Probably the same reason,

<output value=foo></output>

var o = document.getElementsByTagName('output')[0]
o.value = "";
o.value = "";

causes an assertion failure.

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