[Webkit-unassigned] [Bug 23382] innerHTML incorrectly converts '>' characters which is not parts of html tags
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Fri Jan 16 05:50:53 PST 2009
https://bugs.webkit.org/show_bug.cgi?id=23382
------- Comment #2 from me+dev at daybreaker.info 2009-01-16 05:50 PDT -------
(From update of attachment 26791)
Expected result (from Mozilla Firefox 3.0.5):
asdf<asdf><br>
asdf<asdf><br>
asdf<asdf>><br>
asdf<asdf><br>
</asdf></asdf>>
Actual Result:
asdf<asdf><br>
asdf<asdf><br>
asdf<asdf>><br>
asdf<asdf><br>
</asdf></asdf>>
--
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
More information about the webkit-unassigned
mailing list