index-quirks.html 453 B

1234567891011121314151617
  1. <html>
  2. <head>
  3. <title>Ext 4 - Unit Tests</title>
  4. <link rel="stylesheet" type="text/css" href="../../../testreporter/resources/reporter.css">
  5. <script type="text/javascript" src="../../../testreporter/build/reporter.js"></script>
  6. </head>
  7. <body>
  8. <script type="text/javascript">
  9. Test.SandBox.setup({
  10. requires: [
  11. ]
  12. });
  13. </script>
  14. </body>
  15. </html>