Files
tubestation/mobile/android/tests/browser/robocop/testSelectionHandler.java

13 lines
297 B
Java

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