| Index: chrome/test/data/showmodaldialog.html
|
| ===================================================================
|
| --- chrome/test/data/showmodaldialog.html (revision 0)
|
| +++ chrome/test/data/showmodaldialog.html (revision 0)
|
| @@ -0,0 +1,9 @@
|
| +<html>
|
| +<body onload="setTimeout('ShowDialog()', 100)">
|
| +<script>
|
| +function ShowDialog() {
|
| + window.showModalDialog("showmodaldialog_dialog.html");
|
| +}
|
| +</script>
|
| +</body>
|
| +</html>
|
|
|
| Property changes on: chrome\test\data\showmodaldialog.html
|
| ___________________________________________________________________
|
| Added: svn:eol-style
|
| + LF
|
|
|
|
|