mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
11 lines
203 B
Java
11 lines
203 B
Java
package org.mozilla.gecko.tests;
|
|
|
|
import org.mozilla.gecko.*;
|
|
|
|
|
|
public class testVideoDiscovery extends JavascriptTest {
|
|
public testVideoDiscovery() {
|
|
super("testVideoDiscovery.js");
|
|
}
|
|
}
|