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