mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-10-31 06:05:44 +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");
|
|
}
|
|
}
|