Commit Graph

6 Commits

Author SHA1 Message Date
Shagen Ogandzhanian
edac50ae39 Introduce HTMLElement.computedStyle: CSSStyleDeclaration helper function (#1815) 2022-02-09 12:17:38 +01:00
Shagen Ogandzhanian
44cc13add1 Enable warning as errors by default in web (#1803) 2022-02-07 18:31:10 +01:00
Shagen Ogandzhanian
685e305c5e Move renderComposable to internal-web-core-runtime (#1789) 2022-02-04 21:00:59 +01:00
Shagen Ogandzhanian
b71a5161a7 Reuse renderComposable in tests (#1732)
This also deprecates renderTestComposable
2022-01-25 11:36:37 +01:00
Shagen Ogandzhanian
095379d513 Introduce basic support for SVG (#1289) 2021-10-22 12:27:18 +02:00
Oleksandr Karpovich
e8e02771a0 web: add test-utils module (#1101)
* web: move DomApplier, GlobalSnapshotManager, JsMicrotasksDispatcher to dedicated module

This will allow reusing them in test-utils module.

* web: move TestUtils.kt to a dedicated module

Use test-utils module in web-core as a dependency

Co-authored-by: Oleksandr Karpovich <oleksandr.karpovich@jetbrains.com>
2021-08-24 13:04:37 +02:00