mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-06 09:36:08 +00:00
LibWeb: Add {,de}serialization steps for DOMPoint
This commit is contained in:
parent
bf4fb39bfb
commit
b7006b2423
Notes:
sideshowbarker
2024-07-17 03:51:15 +09:00
Author: https://github.com/kennethmyhra
Commit: b7006b2423
Pull-request: https://github.com/SerenityOS/serenity/pull/23538
Reviewed-by: https://github.com/ADKaster
5 changed files with 23 additions and 0 deletions
|
@ -14,3 +14,5 @@ DOMMatrix: {"a":10,"b":20,"c":30,"d":40,"e":50,"f":60,"m11":10,"m12":20,"m13":0,
|
|||
DOMMatrix: {"a":10,"b":20,"c":50,"d":60,"e":130,"f":140,"m11":10,"m12":20,"m13":30,"m14":40,"m21":50,"m22":60,"m23":70,"m24":80,"m31":90,"m32":100,"m33":110,"m34":120,"m41":130,"m42":140,"m43":150,"m44":160,"is2D":false,"isIdentity":false}
|
||||
instanceOf DOMPointReadOnly: true
|
||||
DOMPointReadOnly: {"x":10,"y":20,"z":30,"w":40}
|
||||
instanceOf DOMPoint: true
|
||||
DOMPoint: {"x":10,"y":20,"z":30,"w":40}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue