mirror of
https://github.com/roytam1/palemoon27.git
synced 2026-06-01 14:39:26 +00:00
10 lines
176 B
Java
10 lines
176 B
Java
package org.mozilla.goanna.tests;
|
|
|
|
|
|
|
|
public class testVideoDiscovery extends JavascriptTest {
|
|
public testVideoDiscovery() {
|
|
super("testVideoDiscovery.js");
|
|
}
|
|
}
|