summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/harness/test/testdata/testharness/subdir/testharness_1.html
blob: fd2fc431d39998d6bfa63bc0e3b7884791014c33 (plain)
1
2
3
4
5
6
7
8
9
<!doctype html>
<title>Test should be enabled</title>
<script src="/resources/testharness.js"></script>
<script src="/resources/testharnessreport.js"></script>
<script>
test(function() {
  assert_true(true);
}, "Test that should pass");
</script>