servo/tests/wpt/web-platform-tests/infrastructure/expected-fail/timeout.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>