From 106a0813020e6e5557d8957c51eaa0d9740b541d Mon Sep 17 00:00:00 2001 From: "bauerb@chromium.org" Date: Thu, 18 Mar 2010 00:15:12 +0000 Subject: Make repost form warning tab-modal on Mac. Reloading a page for the second time dismisses the warning before showing it again. CLs for other platforms forthcoming. BUG=26271 TEST=RepostFormWarningTest.TestDoubleReload Manual test: Go to http://www.cs.unc.edu/~jbs/resources/perl/perl-cgi/programs/form1-POST.html, hit Submit, then reload. The warning sheet should be tab-modal, not window-modal. Hit reload again. The warning sheet should close and immediately reopen. Review URL: http://codereview.chromium.org/969003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@41898 0039d316-1c4b-4281-b951-d872f2087c98 --- chrome/test/data/form.html | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 chrome/test/data/form.html (limited to 'chrome/test') diff --git a/chrome/test/data/form.html b/chrome/test/data/form.html new file mode 100644 index 0000000..5e98542 --- /dev/null +++ b/chrome/test/data/form.html @@ -0,0 +1,8 @@ + + + + + +
+ \ No newline at end of file -- cgit v1.1