summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/resources/examples/apisample3.htm
blob: 4dbbf9a871bd422529210433f7af0351237d707e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<!DOCTYPE HTML>
<html>
<head>
<title>Sample HTML5 API Tests</title>
</head>
<script src="../testharness.js"></script>

<body onload="load_test_attr.done()">
<h1>Sample HTML5 API Tests</h1>
<div id="log"></div>
<script>
setup({explicit_timeout:true});
var t = async_test("This test should give a status of 'Not Run' without a delay");
timeout();
</script>
</body>
</html>