mirror of
https://github.com/roytam1/palemoon27.git
synced 2026-06-07 08:59:12 +00:00
10 lines
175 B
Java
10 lines
175 B
Java
package org.mozilla.gecko.tests;
|
|
|
|
|
|
|
|
public class testVideoDiscovery extends JavascriptTest {
|
|
public testVideoDiscovery() {
|
|
super("testVideoDiscovery.js");
|
|
}
|
|
}
|