blob: a7b0066e71439980cb0e8bef22fdfa6d64eca3e9 [file] [log] [blame]
<html>
<head>
</head>
<body>
<pre id="output"></pre>
<script>
if (window.testRunner)
testRunner.dumpAsText();
if (navigator.canShare({ url: "file:///bin/sh" }))
output.innerText = "FAIL: Allowed to share file URL.";
else
output.innerText = "PASS: Not allowed to share file URL.";
</script>
</body>
</html>