Description
jQuery 1.9 is stricter than previous versions and our JS unit tests do not work with 1.9.0.
The main problem is in Wicket.DOM.replace().
If the new text to append contains a space before the leading '<' character then jQuery does not create a new document fragment.