mirror of
https://github.com/classilla/tenfourfox.git
synced 2025-02-08 16:30:29 +00:00
10 lines
111 B
HTML
10 lines
111 B
HTML
|
<!DOCTYPE html>
|
||
|
<html>
|
||
|
<body>
|
||
|
<script>
|
||
|
parent.passJSUrl = true;
|
||
|
parent.finishTest();
|
||
|
</script>
|
||
|
</body>
|
||
|
</html>
|