Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(62)

Unified Diff: trunk/src/third_party/webdriver/test_data/alerts.html

Issue 177263002: Revert 252883 "Remove tests and code for showModalDialog" (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: Created 6 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « trunk/src/content/test/data/error-body-no-crash.html ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « trunk/src/content/test/data/error-body-no-crash.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698