summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/infrastructure/expected-fail/timeout.html
blob: 29ff348a9af645ff59d860e91af9534e64a606c5 (plain)
1
2
3
4
5
6
7
8
<!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>