* Test the script element with the XHTMLBasic protocol
*/
public void testXHTMLBasic() throws Exception {
ProtocolBuilder builder = new ProtocolBuilder();
VolantisProtocol protocol = builder.build(
new TestProtocolRegistry.TestXHTMLBasicFactory(),
InternalDeviceTestHelper.createTestDevice());
privateSetUp(protocol, new TestMarinerPageContext());