mirror of
https://github.com/lightpanda-io/browser.git
synced 2025-10-28 22:53:28 +00:00
11 lines
238 B
HTML
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>
|