Files
browser/tests/wpt/success.html
2023-10-11 09:35:49 +02:00

11 lines
238 B
HTML

<!DOCTYPE html>
<title>Success</title>
<script src="/resources/testharness.js"></script>
<script src="/resources/testharnessreport.js"></script>
<div id="log"></div>
<script>
test(function() {
assert_true(true);
}, "success")
</script>