mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-28 19:59:17 +00:00
LibWeb: Add {,de}serialization steps for DOMRectReadonly
This commit is contained in:
parent
b7006b2423
commit
9f5fa4f4a0
Notes:
sideshowbarker
2024-07-17 00:57:24 +09:00
Author: https://github.com/kennethmyhra
Commit: 9f5fa4f4a0
Pull-request: https://github.com/SerenityOS/serenity/pull/23538
Reviewed-by: https://github.com/ADKaster
5 changed files with 63 additions and 1 deletions
|
@ -16,3 +16,5 @@ instanceOf DOMPointReadOnly: true
|
|||
DOMPointReadOnly: {"x":10,"y":20,"z":30,"w":40}
|
||||
instanceOf DOMPoint: true
|
||||
DOMPoint: {"x":10,"y":20,"z":30,"w":40}
|
||||
instanceOf DOMRectReadOnly: true
|
||||
DOMRectReadOnly: {"x":10,"y":20,"width":30,"height":40,"top":20,"right":40,"bottom":60,"left":10}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue