1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-26 07:27:45 +00:00

LibWeb/HTML: Implement text attribute in HTMLTitleElement

This commit is contained in:
Kemal Zebari 2023-12-01 18:59:08 -08:00 committed by Andreas Kling
parent d6df13af6a
commit 24b9d05ea8
5 changed files with 48 additions and 19 deletions

View file

@ -3,12 +3,16 @@
2b: 1
2c: "This is a title!"
2d: "This is a title!"
3: ""
4a: 3
4b: ""
4c: ""
4d: ""
4e: 3
4f: "This is another title!"
4g: ""
4h: ""
3a: "This is a title!"
3b: "This is a title!"
3c: "Another title!"
3d: "Another title!"
4: ""
5a: 3
5b: ""
5c: ""
5d: ""
5e: 3
5f: "This is another title!"
5g: ""
5h: ""