blob: d32b4d8bc7ddfef398d769f73478e0f3f075f871 [file] [log] [blame] [edit]
<!DOCTYPE HTML>
<html>
<head>
<meta name="variant" content="">
<meta name="variant" content="?keep-promise">
<title>Sample HTML5 API Tests</title>
<script src="../../variants.js"></script>
</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>