mirror of
https://github.com/servo/servo
synced 2026-05-12 01:46:28 +02:00
10 lines
137 B
HTML
10 lines
137 B
HTML
<html>
|
|
<head>
|
|
<script src="harness.js"></script>
|
|
</head>
|
|
<body onload="is_a(event, Event); finish()">
|
|
<script>
|
|
</script>
|
|
</body>
|
|
</html>
|