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

Unified Diff: chrome/test/data/form.html

Issue 969003: Make repost form warning tab-modal on Mac. (Closed)
Patch Set: Remove an unnecessary line. Created 10 years, 9 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 | « chrome/common/notification_type.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/data/form.html
diff --git a/chrome/test/data/form.html b/chrome/test/data/form.html
new file mode 100644
index 0000000000000000000000000000000000000000..5e9854266c132debccb2061a568ae6cf4732b48f
--- /dev/null
+++ b/chrome/test/data/form.html
@@ -0,0 +1,8 @@
+<html>
+<head>
+</head>
+<body>
+<!-- A form leading to an empty page. The form is submitted via javascript, so
+ we don't need a submit button. -->
+<form id="form" action="/moose" method="post"></form>
+</body>
« no previous file with comments | « chrome/common/notification_type.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698