mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-20 15:27:32 +09:00
Dactyloidae iOS initial commit
This commit is contained in:
parent
daa6179d22
commit
7154a0497e
2123 changed files with 197052 additions and 0 deletions
25
mobile/ios/UITests/JSPrompt.html
Normal file
25
mobile/ios/UITests/JSPrompt.html
Normal file
|
|
@ -0,0 +1,25 @@
|
|||
<html>
|
||||
<head>
|
||||
<link rel="icon" href="image.png"></link>
|
||||
<title>JS Prompt</title>
|
||||
<script>
|
||||
function foo() {
|
||||
alert('Test Alert');
|
||||
}
|
||||
</script>
|
||||
</head>
|
||||
|
||||
<body onload="setTimeout(foo, 3000)">
|
||||
<div>JS Prompt</div>
|
||||
|
||||
<div>
|
||||
Click the 'Mana' button, sit idle on the auth prompt
|
||||
|
||||
This page will popup alert after 6 seconds
|
||||
|
||||
Click cancel on the auth prompt when focus returns to this page
|
||||
</div>
|
||||
|
||||
<button target="_blank", onclick="window.open('https://mana.mozilla.org')">Open Mana</button>
|
||||
</body>
|
||||
</html>
|
||||
Loading…
Add table
Add a link
Reference in a new issue