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