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.

TableInIframeRowClickScrollJumpTest.html 400B

123456789101112
  1. <html>
  2. <head>
  3. <title>IEJumpTest</title>
  4. </head>
  5. <!-- This is for testing Vaadin UI in iFrame (test class TableInIframeRowClickScrollJumpTest, for ticket #15294 -->
  6. <body>
  7. <div style="font-size: 4px">test div</div>
  8. <iframe id="test-iframe-0" src="/run/com.vaadin.tests.components.table.TableBlurFocus" width="100%" height="2000px" style="visibility: visible;">
  9. </iframe>
  10. </body>
  11. </html>