mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-02 06:09:08 +00:00
LibWeb: Add {,de}serialization steps for DOMPointReadonly
This commit is contained in:
parent
8d2f7cfb58
commit
bf4fb39bfb
Notes:
sideshowbarker
2024-07-16 23:34:49 +09:00
Author: https://github.com/kennethmyhra
Commit: bf4fb39bfb
Pull-request: https://github.com/SerenityOS/serenity/pull/23538
Reviewed-by: https://github.com/ADKaster
5 changed files with 59 additions and 1 deletions
|
@ -12,3 +12,5 @@ DOMMatrixReadOnly: {"a":10,"b":20,"c":50,"d":60,"e":130,"f":140,"m11":10,"m12":2
|
|||
instanceOf DOMMatrix: true
|
||||
DOMMatrix: {"a":10,"b":20,"c":30,"d":40,"e":50,"f":60,"m11":10,"m12":20,"m13":0,"m14":0,"m21":30,"m22":40,"m23":0,"m24":0,"m31":0,"m32":0,"m33":1,"m34":0,"m41":50,"m42":60,"m43":0,"m44":1,"is2D":true,"isIdentity":false}
|
||||
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}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue