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

13 lines
293 B
Java

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