Mypal/dom/browser-element/mochitest/file_browserElement_ExecuteScript.html
2019-03-11 13:26:37 +03:00

9 lines
103 B
HTML

<html>
<head>
<script>
window.btoa = () => "fake btoa";
</script>
</head>
<body>foo</body>
</html>