Upstream version 9.37.197.0
[platform/framework/web/crosswalk.git] / src / third_party / webdriver / test_data / Redirect.aspx.cs
1 using System;\r
2 \r
3 public partial class Redirect : Page\r
4 {\r
5     protected new void Page_Load(object sender, EventArgs e)\r
6     {\r
7         Response.Redirect("resultPage.html");\r
8     }\r
9 }\r