mirror of
https://github.com/servo/servo.git
synced 2025-09-27 23:30:08 +01:00
Add matrixTransform
for DOMPointReadOnly
(#38801)
Adds the `matrixTransform` function for `DOMPointReadOnly`. Testing: Covered by WPT tests (`css/geometry`) --------- Signed-off-by: lumiscosity <averyrudelphe@gmail.com>
This commit is contained in:
parent
d8ff9c7a08
commit
8e2f65bd16
7 changed files with 50 additions and 51 deletions
|
@ -208,7 +208,7 @@ DOMInterfaces = {
|
|||
},
|
||||
|
||||
'DOMPointReadOnly': {
|
||||
'canGc': ['FromPoint'],
|
||||
'canGc': ['FromPoint', 'MatrixTransform'],
|
||||
},
|
||||
|
||||
'DOMQuad': {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue