Commit Graph

19 Commits

Author SHA1 Message Date
alexander.akait 427f02e07a test: added 2024-03-21 18:55:58 +03:00
alexander.akait 22a701d628 test: fix 2024-03-14 19:53:39 +03:00
alexander.akait 39b883ec4f test: fixed 2023-06-16 00:39:16 +03:00
alexander.akait 94ee6f84a1 fix: error reporting 2023-05-19 15:36:06 +03:00
alexander.akait 62d2a17ce4 fix: handle `#hash` URL as external 2023-05-02 01:24:01 +03:00
alexander.akait 756dd16c53 fix: bugs and improve testing 2023-04-25 19:34:44 +03:00
chenjiahan be6391514f fix: crossOriginLoading anonymous not work when loading styles 2023-04-07 10:46:48 +08:00
Tobias Speicher 8f56fcba72
Replace deprecated String.prototype.substr()
String.prototype.substr() is deprecated (see https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String/substr) so we replace it with slice() which works similarily but isn't deprecated.
Signed-off-by: Tobias Speicher <rootcommander@gmail.com>
2022-03-13 22:54:18 +01:00
Tobias Koppers 54fff4dd0a add support for `@keyframes`, `animation`, CSS Variables 2021-12-16 20:42:44 +01:00
Tobias Koppers 3c9801a549 add support for external css 2021-12-03 08:47:21 +01:00
Tobias Koppers 110e8044dc add test case 2021-12-03 08:47:06 +01:00
Ivan Kopeykin ddc83b0d70 feat: url assets 2020-08-05 00:55:38 +03:00
Tobias Koppers 531f7b47f6 move script loading into separate runtime module
attach to existing script tags
2020-06-04 03:01:22 +02:00
Tobias Koppers 1e287169d9 add mini-css-extract-plugin test case 2019-09-26 22:07:07 +02:00
Tobias Koppers 5c4ffd5b90 fix tests and code 2018-06-28 11:11:24 +02:00
Tobias Koppers db668b7549 move fake document to ConfigTestCases
minor style issues
add test case
2018-06-04 17:49:55 +02:00
Bazyli Brzóska 96a5fa50f0 FakeDocument: make autoloading optional 2018-04-19 15:54:09 +02:00
Bazyli Brzóska ee42520072 FakeDocument: fix hanging rejection in tests from unimplemented parts 2018-04-18 21:10:21 +02:00
Tobias Koppers 57e09a67a1 add test for prefetch, preload and script loading jsonp runtime 2018-04-16 17:43:45 +02:00