tenfourfox/dom/browser-element/mochitest/file_browserElement_ExecuteScript.html

9 lines
103 B
HTML
Raw Normal View History

2017-04-19 07:56:45 +00:00
<html>
<head>
<script>
window.btoa = () => "fake btoa";
</script>
</head>
<body>foo</body>
</html>