mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 20:57:35 +00:00
LibWeb: Implement StyleSheet.type
This just returns "text/css" on CSSStyleSheet, nothing exciting.
This commit is contained in:
parent
2cff070108
commit
dda6eb0f1f
3 changed files with 6 additions and 2 deletions
|
@ -41,6 +41,8 @@ public:
|
|||
|
||||
virtual ~StyleSheet() = default;
|
||||
|
||||
virtual String type() const = 0;
|
||||
|
||||
DOM::Element* owner_node() { return m_owner_node; }
|
||||
void set_owner_node(DOM::Element*);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue