| Index: third_party/webdriver/test_data/alerts.html
|
| diff --git a/third_party/webdriver/test_data/alerts.html b/third_party/webdriver/test_data/alerts.html
|
| index 3ae831b6cb9ebb69b7355dc5a705787acb2875b7..58cf0b98b04092d4f2af3ceb0710eb826a5c1455 100644
|
| --- a/third_party/webdriver/test_data/alerts.html
|
| +++ b/third_party/webdriver/test_data/alerts.html
|
| @@ -46,8 +46,6 @@
|
| <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>
|
|
|