LibWeb: Add DOMQuad and text tests

This commit is contained in:
Bastiaan van der Plaat 2023-08-20 22:03:41 +02:00 committed by Sam Atkins
commit c88f14902b
Notes: sideshowbarker 2024-07-17 03:30:41 +09:00
11 changed files with 218 additions and 0 deletions

View file

@ -302,6 +302,7 @@ class DOMMatrix;
class DOMMatrixReadOnly;
class DOMPoint;
class DOMPointReadOnly;
class DOMQuad;
class DOMRect;
class DOMRectList;
class DOMRectReadOnly;