mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-11-12 22:28:59 +02:00
9 lines
172 B
Java
9 lines
172 B
Java
package org.mozilla.gecko.tests;
|
|
|
|
|
|
|
|
public class testVideoControls extends JavascriptTest {
|
|
public testVideoControls() {
|
|
super("testVideoControls.js");
|
|
}
|
|
}
|