gecko/testing/web-platform/tests/resources/apisample6.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

10 lines
214 B
HTML

<!DOCTYPE HTML>
<title>Example with file_is_test</title>
<script src="testharness.js"></script>
<script src="testharnessreport.js"></script>
<script>
onload = function() {
assert_true(true);
done();
}
</script>