wiki.techinc.nl/tests/qunit
Timo Tijhof 380eadfbea ResourceLoader: Micro-optim mw.loader @import support
Also improve the unit test which passed even if one were to
remove the `@import` check, because the first stylesheet
always works.

The test was originally well-written I believe, since we used to
actually re-use a single `<style>` tag for all modules, whereas
nowadays we batch it per animation frame and then never touch it
again because browsers incur significant recalculations if a style
tag string is mutated (requires re-parsing and re-calculating styles).

Change-Id: If42eb5d4f8011f07d43330e9c260413c43b28fce
2023-05-19 13:20:21 +00:00
..
data qunit: Remove redundant QUnit.newMwEnvironment() from testrunner.js 2023-05-17 21:39:05 +01:00
resources ResourceLoader: Micro-optim mw.loader @import support 2023-05-19 13:20:21 +00:00
.eslintrc.json tests: Configure ESLint to permit ES2022 syntax in test suites 2023-04-17 21:41:53 +00:00
.htaccess
QUnitTestResources.php mediawiki.String: Clean up trimByteLength test cases 2023-04-29 19:05:05 +00:00