Index: chrome/test/data/showmodaldialog.html |
diff --git a/chrome/test/data/showmodaldialog.html b/chrome/test/data/showmodaldialog.html |
deleted file mode 100644 |
index 968fa789a88d32be0bc0c2419ba4e910daae85de..0000000000000000000000000000000000000000 |
--- a/chrome/test/data/showmodaldialog.html |
+++ /dev/null |
@@ -1,9 +0,0 @@ |
-<html> |
-<body onload="ShowDialog()"> |
-<script> |
-function ShowDialog() { |
- document.title = window.showModalDialog("showmodaldialog_dialog.html"); |
-} |
-</script> |
-</body> |
-</html> |