blob: 5daf02a77d9e99562995282afbe2c6f1e3c1340c [file] [log] [blame]
<!doctype html>
<title>Test</title>
<script src="/resources/testharness.js"></script>
<script src="/resources/testharnessreport.js"></script>
<script>
test(function() {
assert_true(true);
}, "Test that should pass");
</script>