-
-
Notifications
You must be signed in to change notification settings - Fork 924
v2.2.10 Breaks CSS text in happy-dom/vitest? #2989
Copy link
Copy link
Closed
Labels
Area: CoreFor anything dealing with Mithril core itselfFor anything dealing with Mithril core itselfStatus: Needs reproductionFor issues that lack a demo or example that reproduces the unexpected behavior in questionFor issues that lack a demo or example that reproduces the unexpected behavior in questionType: BugFor bugs and any other unexpected breakageFor bugs and any other unexpected breakage
Metadata
Metadata
Assignees
Labels
Area: CoreFor anything dealing with Mithril core itselfFor anything dealing with Mithril core itselfStatus: Needs reproductionFor issues that lack a demo or example that reproduces the unexpected behavior in questionFor issues that lack a demo or example that reproduces the unexpected behavior in questionType: BugFor bugs and any other unexpected breakageFor bugs and any other unexpected breakage
Is there an existing issue for this?
Mithril.js Version
2.2.10
Browser and OS
Vitest
Project
No response
Code
Steps to Reproduce
Using vitest or happy-dom, getElement and check the style.cssText value.
Expected Behavior
It should return the CSS values, I think.
Observed Behavior
Empty string is always returned.
Context
Breaks a bunch of my tests.