77628cf8bf first comm пре 3 година RE.js 77628cf8bf first comm пре 3 година RO.js 77628cf8bf first comm пре 3 година RS.js 77628cf8bf first comm пре 3 година RU.js 77628cf8bf first comm пре 3 година RW.js 77628cf8bf first comm пре 3 година SA.js 77628cf8bf first comm пре 3 година SB.js 77628cf8bf first comm пре 3 година SC.js 77628cf8bf first comm пре 3 година SD.js 77628cf8bf first comm пре 3 година SE.js 77628cf8bf first comm пре 3 година SG.js 77628cf8bf first comm пре 3 година SH.js 77628cf8bf first comm пре 3 година SI.js 77628cf8bf first comm пре 3 година SK.js 77628cf8bf first comm пре 3 година SL.js 77628cf8bf first comm пре 3 година SM.js 77628cf8bf first comm пре 3 година SN.js 77628cf8bf first comm пре 3 година SO.js 77628cf8bf first comm пре 3 година SR.js 77628cf8bf first comm пре 3 година ST.js 77628cf8bf first comm пре 3 година SV.js 77628cf8bf first comm пре 3 година SY.js 77628cf8bf first comm пре 3 година SZ.js 77628cf8bf first comm пре 3 година TC.js 77628cf8bf first comm пре 3 година TD.js 77628cf8bf first comm пре 3 година TG.js 77628cf8bf first comm пре 3 година TH.js 77628cf8bf first comm пре 3 година TJ.js 77628cf8bf first comm пре 3 година TK.js 77628cf8bf first comm пре 3 година TL.js 77628cf8bf first comm пре 3 година TM.js 77628cf8bf first comm пре 3 година TN.js 77628cf8bf first comm пре 3 година TO.js 77628cf8bf first comm пре 3 година TR.js 77628cf8bf first comm пре 3 година TT.js 77628cf8bf first comm пре 3 година TV.js 77628cf8bf first comm пре 3 година TW.js 77628cf8bf first comm пре 3 година TZ.js 77628cf8bf first comm пре 3 година UA.js 77628cf8bf first comm пре 3 година UG.js 77628cf8bf first comm пре 3 година US.js 77628cf8bf first comm пре 3 година UY.js 77628cf8bf first comm пре 3 година UZ.js 77628cf8bf first comm пре 3 година VA.js 77628cf8bf first comm пре 3 година VC.js 77628cf8bf first comm пре 3 година VE.js 77628cf8bf first comm пре 3 година VG.js 77628cf8bf first comm пре 3 година VI.js 77628cf8bf first comm пре 3 година VN.js 77628cf8bf first comm пре 3 година VU.js 77628cf8bf first comm пре 3 година WF.js 77628cf8bf first comm пре 3 година WS.js 77628cf8bf first comm пре 3 година YE.js 77628cf8bf first comm пре 3 година YT.js 77628cf8bf first comm пре 3 година ZA.js 77628cf8bf first comm пре 3 година ZM.js 77628cf8bf first comm пре 3 година ZW.js 77628cf8bf first comm пре 3 година alt-af.js 77628cf8bf first comm пре 3 година alt-an.js 77628cf8bf first comm пре 3 година alt-as.js 77628cf8bf first comm пре 3 година alt-eu.js 77628cf8bf first comm пре 3 година alt-na.js 77628cf8bf first comm пре 3 година alt-oc.js 77628cf8bf first comm пре 3 година alt-sa.js 77628cf8bf first comm пре 3 година alt-ww.js 77628cf8bf first comm пре 3 година tum/shaqfindbeds - Gogs: Simplico Git Service

Geen omschrijving

karma.context.html 1.4KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. <!DOCTYPE html>
  2. <html lang="en" id="html">
  3. <head>
  4. <meta charset="utf-8">
  5. <title>CONTEXT</title>
  6. <!-- Karma serves this page from /context.html. Other files are served from /base -->
  7. <link rel="stylesheet" href="/base/test/data/testsuite.css" />
  8. </head>
  9. <body id="body">
  10. <div id="qunit"></div>
  11. <!-- Start: jQuery Test HTML -->
  12. <!-- this iframe is outside the #qunit-fixture so it won't waste time by constantly reloading; the tests are "safe" and clean up after themselves -->
  13. <iframe id="loadediframe" name="loadediframe" style="display:none;" src="/base/test/data/iframe.html"></iframe>
  14. <div id="qunit-fixture"></div>
  15. <!-- End: jQuery Test HTML -->
  16. <!-- Start: Karma boilerplate -->
  17. <script src="/context.js"></script>
  18. <script>
  19. %CLIENT_CONFIG%
  20. window.__karma__.setupContext(window);
  21. %MAPPINGS%
  22. </script>
  23. %SCRIPTS%
  24. <!-- End: Karma boilerplate -->
  25. <script src="/base/test/data/qunit-fixture.js"></script>
  26. <script>
  27. // QUnit.config is populated from QUnit.urlParams but only at the beginning
  28. // of the test run. We need to read both.
  29. var amd = QUnit.config.amd || QUnit.urlParams.amd;
  30. // Workaround: Remove call to `window.__karma__.loaded()`
  31. // in favour of calling `window.__karma__.start()` from `loadTests()`
  32. // because tests such as unit/ready.js should run after document ready.
  33. if ( !amd ) {
  34. loadTests();
  35. }
  36. </script>
  37. </body>
  38. </html>