mirror of
https://github.com/servo/servo.git
synced 2025-06-26 18:14:34 +01:00
7 lines
No EOL
182 B
HTML
7 lines
No EOL
182 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> |