13 lines
305 B
Java
13 lines
305 B
Java
package org.mozilla.gecko.tests;
|
|
|
|
public class testTextareaSelections extends SelectionHandlerTest {
|
|
|
|
public testTextareaSelections() {
|
|
super("chrome://roboextender/content/testTextareaSelections.html");
|
|
}
|
|
|
|
public void testTextareaSelections() {
|
|
super.testSelection();
|
|
}
|
|
}
|