ladybird/Tests/LibWeb/Text/expected/css/CSSStyleSheet-constructor.txt
Tim Ledbetter 84193f2746 LibWeb: Align StyleSheet title getter with the specification
The CSSOM specification says that StyleSheet.title should return null
if the title field is empty.
2024-04-29 08:10:38 +02:00

10 lines
350 B
Text

Empty sheet ownerNode: null
Empty sheet ownerRule: null
Empty sheet title: null
Empty sheet cssRules is empty: true
Empty sheet is disabled by default: false
cssRules length after insertRule(): 1
cssRules text: * { font-size: 16px; }
rules and cssRules are the same object: true
cssRules length after deleteRule(): 0
Disabled sheet is disabled: true