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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Nov 25 19:24:11 PST 2010


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





--- Comment #6 from Kent Tamura <tkent at chromium.org>  2010-11-25 19:24:12 PST ---
(In reply to comment #5)
> Probably the same reason,
> 
> <output value=foo></output>
> 
> var o = document.getElementsByTagName('output')[0]
> o.value = "";
> o.value = "";

o.value = "";
o.value = "foo";

also fails.

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