You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

LoginFormIframe.html 611B

1234567891011121314
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2. <html xmlns="http://www.w3.org/1999/xhtml">
  3. <head>
  4. <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
  5. <title>LoginForm</title>
  6. <script type="text/javascript">
  7. window.name="LoginForm";
  8. </script>
  9. </head>
  10. <body>
  11. <p>Tests that LoginForm can be submitted even when the Application is embedded inside an iframe</p>
  12. <iframe src="/run/com.vaadin.tests.components.loginform.LoginFormTest?restartApplication" name="LoginForm" height="500px" width="500px"></iframe>
  13. </body>
  14. </html>