| Index: trunk/src/third_party/webdriver/test_data/alerts.html
|
| ===================================================================
|
| --- trunk/src/third_party/webdriver/test_data/alerts.html (revision 252888)
|
| +++ trunk/src/third_party/webdriver/test_data/alerts.html (working copy)
|
| @@ -46,6 +46,8 @@
|
| <p>This is a test of a confirm:
|
| <a href="simpleTest.html" id="confirm" onclick="return confirm('Are you sure?');">test confirm</a></p>
|
|
|
| +<p>This is a test of showModalDialog: <a href="#" id="dialog" onclick="showModalDialog('javascriptPage.html')">test dialog</a></p>
|
| +
|
| <p>This is a test of an alert in an iframe:
|
| <iframe src="iframeWithAlert.html" name="iframeWithAlert"></iframe>
|
| </p>
|
|
|
| Property changes on: trunk/src/third_party/webdriver/test_data/alerts.html
|
| ___________________________________________________________________
|
| Deleted: svn:mime-type
|
| - text/html
|
|
|
|
|