Files
tubestation/mobile/android/tests/browser/robocop/testTextareaSelections.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();
}
}