Implement DOMMatrix stringifier (#33792)

* Implement DOMMatrix stringifier

Signed-off-by: Simon Wülker <simon.wuelker@arcor.de>

* Update WPT expectations

Signed-off-by: Simon Wülker <simon.wuelker@arcor.de>

---------

Signed-off-by: Simon Wülker <simon.wuelker@arcor.de>
This commit is contained in:
Simon Wülker 2024-10-11 05:06:44 +02:00 committed by GitHub
parent fc2c77be83
commit c00c6e728d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 129 additions and 261 deletions

View file

@ -1,12 +0,0 @@
[DOMMatrix-001.html]
[new DOMMatrix(new DOMMatrix())]
expected: FAIL
[new DOMMatrix(matrix)]
expected: FAIL
[new DOMMatrixReadOnly(new DOMMatrixReadOnly())]
expected: FAIL
[new DOMMatrixReadOnly(matrix)]
expected: FAIL