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