gecko/testing/web-platform/tests/resources/apisample8.html
James Graham 0d9c2c7bc3 Bug 945222 - Initial import of web-platform-tests testsuite 1/4: test data
--HG--
extra : rebase_source : d635a4f39c587d4d381b486dd63de747865b77a2
2014-09-04 12:48:31 +01:00

8 lines
198 B
HTML

<!DOCTYPE HTML>
<title>Example single page test with no body</title>
<script src="testharness.js"></script>
<script src="testharnessreport.js"></script>
<script>
assert_true(true);
done();
</script>