1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-23 13:57:35 +00:00
serenity/Tests/LibWeb/Text
Tim Ledbetter 81c67d34eb LibWeb: Implement CSSStyleSheet.replace()
This method asynchronously replaces the content of the given stylesheet
with the content passed to it.

An exception is thrown if this method is used by a stylesheet not
created with the `CSSStyleSheet()` constructor.
2024-02-24 21:59:28 +01:00
..
data Tests/LibWeb: Move LibWeb test frames to their own directory 2024-02-19 22:11:59 -05:00
expected LibWeb: Implement CSSStyleSheet.replace() 2024-02-24 21:59:28 +01:00
input LibWeb: Implement CSSStyleSheet.replace() 2024-02-24 21:59:28 +01:00