Files
UXP-Fixed/mobile/android/tests/browser/robocop/robocop_popup.html
T
2018-02-02 04:16:08 -05:00

13 lines
246 B
HTML

<!doctype html>
<html>
<head>
<meta charset="UTF-8">
<title>Page creating a popup</title>
</head>
<body>
<script type="text/javascript">
window.open("data:text/plain;charset=utf-8,a", "a");
</script>
</body>
</html>