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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Nov 25 20:16:14 PST 2010


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





--- Comment #8 from Kenichi Ishibashi <bashi at google.com>  2010-11-25 20:16:14 PST ---
Kent-san,

Thanks a lot for another cases. I've revised the patch.

(In reply to comment #6)
> (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