mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-01 21:59:07 +00:00
LibWeb: Align StyleSheet title getter with the specification
The CSSOM specification says that StyleSheet.title should return null if the title field is empty.
This commit is contained in:
parent
b9df8deba2
commit
84193f2746
Notes:
sideshowbarker
2024-07-17 06:28:38 +09:00
Author: https://github.com/tcl3
Commit: 84193f2746
Pull-request: https://github.com/SerenityOS/serenity/pull/24150
6 changed files with 22 additions and 13 deletions
|
@ -1,6 +1,6 @@
|
|||
Empty sheet ownerNode: null
|
||||
Empty sheet ownerRule: null
|
||||
Empty sheet title is empty string: true
|
||||
Empty sheet title: null
|
||||
Empty sheet cssRules is empty: true
|
||||
Empty sheet is disabled by default: false
|
||||
cssRules length after insertRule(): 1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue