Source code
Revision control
Copy as Markdown
Other Tools
<!DOCTYPE html>
<head>
<script src="csp-violations.js"></script>
<script src="navigation-support.js"></script>
</head>
<body>
<p>Support page for trusted-types-navigation.*.html tests.</p>
<a id="anchor" href="#">link</a>
<map id="map">
<area id="area" href="#" shape="rect" coords="0,0,99,99">
</map>
<img usemap="#map" src="/common/square.png" alt="green square"/>
<form>
<input id="submit" type="submit">
</form>
<script>
navigateToJavascriptURL(/* aReportOnly */ false);
</script>
</body>