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