mirror of
https://github.com/servo/servo.git
synced 2025-07-01 20:43:39 +01:00
8 lines
216 B
HTML
8 lines
216 B
HTML
<!DOCTYPE html>
|
|
<meta charset=utf-8>
|
|
<title>Test that should time out</title>
|
|
<script src="/resources/testharness.js"></script>
|
|
<script src="/resources/testharnessreport.js"></script>
|
|
<script>
|
|
async_test()
|
|
</script>
|