summaryrefslogtreecommitdiffstats
path: root/third_party/webdriver
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/webdriver')
-rw-r--r--third_party/webdriver/test_data/alerts.html2
1 files changed, 2 insertions, 0 deletions
diff --git a/third_party/webdriver/test_data/alerts.html b/third_party/webdriver/test_data/alerts.html
index 58cf0b9..3ae831b 100644
--- a/third_party/webdriver/test_data/alerts.html
+++ b/third_party/webdriver/test_data/alerts.html
@@ -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>