Description
Wicket's JavaScript tests are failing when executed in PhantomJS for jQuery 2.x and 3.x.
In normal browser few tests fail because now jQuery sets display to '' instead of 'inline/block' depending on the element.
And few others fail because 3.x now encodes spaces in urls as '%20' instead of '+'.