This page tests the User prompts section of the HTML5 spec.
alert() method. Click and confirm that the string HogeMoge is displayed. |
|
confirm() method, return True. Click and confirm that the string Click OK and confirm that the string "HogeMoge" is displayed. |
|
confirm() method, return False. Click and confirm that the string Click Cancel and confirm that the string "HogeMoge" is displayed. |
|
prompt() method, return user-input value. Click and confirm that the default prompt HogeMoge is displayed. |
|
prompt() method, return null. Click and confirm that the default prompt HogeMoge is displayed. |
|
print() method. Click the following button to test that causes your browser to prompt you with a control to print this page. |