LibWeb: Implement StyleSheet.type

This just returns "text/css" on CSSStyleSheet, nothing exciting.
This commit is contained in:
Andreas Kling 2021-03-08 16:16:28 +01:00
commit dda6eb0f1f
Notes: sideshowbarker 2024-07-18 21:36:58 +09:00
3 changed files with 6 additions and 2 deletions

View file

@ -1,8 +1,8 @@
interface StyleSheet {
readonly attribute Element? ownerNode;
readonly attribute CSSOMString type;
// readonly attribute CSSOMString type;
// readonly attribute USVString? href;
// readonly attribute CSSStyleSheet? parentStyleSheet;
// readonly attribute DOMString? title;