mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 20:57:35 +00:00
Base: Add a simple test page for window.prompt
The window prototypes alert, confirm, and prompt must "pause" execution until a response is received from the user. This test page is meant to ensure that a timeout queued before a prompt is not executed until after that prompt is closed.
This commit is contained in:
parent
4aeb1ffc12
commit
894bddf62c
2 changed files with 18 additions and 0 deletions
|
@ -167,6 +167,7 @@
|
|||
<li><a href="events.html">simple DOM events</a></li>
|
||||
<li><a href="dom.html">simple DOM JS</a></li>
|
||||
<li><a href="alert.html">alert()</a></li>
|
||||
<li><a href="prompt.html">prompt()</a></li>
|
||||
<li><a href="qsa.html">querySelectorAll()</a></li>
|
||||
<li><a href="innerHTML.html">innerHTML()</a></li>
|
||||
<li><a href="demo.html">fun demo</a></li>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue