blob: fd2fc431d39998d6bfa63bc0e3b7884791014c33 [file] [log] [blame]
<!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>