LibWeb: Add {,de}serialization steps for DOMQuad

This commit is contained in:
Kenneth Myhra 2024-03-12 21:08:46 +01:00 committed by Andreas Kling
commit 5397340724
Notes: sideshowbarker 2024-07-17 20:58:35 +09:00
5 changed files with 79 additions and 1 deletions

View file

@ -20,6 +20,8 @@ instanceOf DOMRectReadOnly: true
DOMRectReadOnly: {"x":10,"y":20,"width":30,"height":40,"top":20,"right":40,"bottom":60,"left":10}
instanceOf DOMRect: true
DOMRect: {"x":10,"y":20,"width":30,"height":40,"top":20,"right":40,"bottom":60,"left":10}
instanceOf DOMQuad: true
DOMQuad: {"p1":{"x":10,"y":20,"z":30,"w":40},"p2":{"x":50,"y":60,"z":70,"w":80},"p3":{"x":90,"y":100,"z":110,"w":120},"p4":{"x":130,"y":140,"z":150,"w":160}}
instanceOf CryptoKey: true
CryptoKey.type: "secret"
CryptoKey.extractable: false