mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-27 11:48:32 +00:00
The CSSOM specification says that StyleSheet.title should return null if the title field is empty.
11 lines
350 B
Plaintext
11 lines
350 B
Plaintext
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
|