blob: 3f63c04e922ba108582f3cbdfbe3400b36016238 [file] [log] [blame]
<html>
<!--
This test checks that registering a protocol handler cancels prerendering.
-->
<head>
<title>Prerender register protocol handler cancellation</title>
<script language="javascript" type="text/javascript">
window.onload = function() {
navigator.registerProtocolHandler('mailto',
document.location.href + '%s',
'Mail to Santa');
};
</script>
</head>
<body></body>
</html>