package org.mozilla.gecko.tests; public class testInputSelections extends SelectionHandlerTest { public testInputSelections() { super("chrome://roboextender/content/testInputSelections.html"); } public void testInputSelections() { super.testSelection(); } }