mirror of
https://github.com/roytam1/palemoon27.git
synced 2026-06-02 11:59:05 +00:00
10 lines
173 B
Java
10 lines
173 B
Java
package org.mozilla.goanna.tests;
|
|
|
|
|
|
|
|
public class testVideoControls extends JavascriptTest {
|
|
public testVideoControls() {
|
|
super("testVideoControls.js");
|
|
}
|
|
}
|