13 lines
293 B
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();
|
|
}
|
|
}
|