mirror of
https://github.com/servo/servo.git
synced 2025-06-23 16:44:33 +01:00
7 lines
No EOL
188 B
HTML
7 lines
No EOL
188 B
HTML
<!DOCTYPE HTML>
|
|
<title>Example single page test with no asserts</title>
|
|
<script src="../testharness.js"></script>
|
|
<script src="../testharnessreport.js"></script>
|
|
<script>
|
|
done();
|
|
</script> |