blob: 1877411b5cf1855a37609c29aee16525d2246524 [file] [log] [blame] [edit]
<!DOCTYPE html>
%(generated_disclaimer)s
<html>
<head>
<title>%(test_page_title)s</title>
<meta charset='utf-8'>
<meta name="timeout" content="long">
<meta name="description" content="%(spec_description)s">
<link rel="author" title="Kristijan Burnik" href="burnik@chromium.org">
<link rel="help" href="%(spec_specification_url)s">%(meta_delivery_method)s
<script src="/resources/testharness.js"></script>
<script src="/resources/testharnessreport.js"></script>
<script src="/common/security-features/resources/common.sub.js"></script>
<script src="%(helper_js)s"></script>
</head>
<body>
<script>
TestCase(
%(scenarios)s,
new SanityChecker()
).start();
</script>
<div id="log"></div>
</body>
</html>