mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 18:18:12 +00:00
LibWeb: Add DOMQuad and text tests
This commit is contained in:
parent
e4270bc01d
commit
c88f14902b
11 changed files with 218 additions and 0 deletions
|
@ -85,6 +85,7 @@ standard_idl_files = [
|
|||
"//Userland/Libraries/LibWeb/Geometry/DOMMatrixReadOnly.idl",
|
||||
"//Userland/Libraries/LibWeb/Geometry/DOMPoint.idl",
|
||||
"//Userland/Libraries/LibWeb/Geometry/DOMPointReadOnly.idl",
|
||||
"//Userland/Libraries/LibWeb/Geometry/DOMQuad.idl",
|
||||
"//Userland/Libraries/LibWeb/Geometry/DOMRect.idl",
|
||||
"//Userland/Libraries/LibWeb/Geometry/DOMRectList.idl",
|
||||
"//Userland/Libraries/LibWeb/Geometry/DOMRectReadOnly.idl",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue