Source code

Revision control

Copy as Markdown

Other Tools

<!DOCTYPE HTML>
<html>
<head>
<title>Sample HTML5 API Tests</title>
</head>
<script src="/resources/testharness.js"></script>
<body>
<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>
<script type="text/json" id="expected">
{
"summarized_status": {
"status_string": "TIMEOUT",
"message": null
},
"summarized_tests": [
{
"status_string": "NOTRUN",
"name": "This test should give a status of 'Not Run' without a delay",
"properties": {},
"message": null
}
],
"type": "complete"
}
</script>
</body>
</html>