mirror of
https://github.com/classilla/tenfourfox.git
synced 2025-02-08 01:31:00 +00:00
12 lines
249 B
Plaintext
12 lines
249 B
Plaintext
<!DOCTYPE html>
|
|
<meta charset=utf-8>
|
|
<title>Test for ...</title>
|
|
<script src="/resources/testharness.js"></script>
|
|
<script src="/resources/testharnessreport.js"></script>
|
|
<div id="log"></div>
|
|
<script>
|
|
test(function() {
|
|
|
|
}, "Description");
|
|
</script>
|