mirror of
https://github.com/servo/servo.git
synced 2025-09-30 16:49:16 +01:00
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:
parent
fc2c77be83
commit
c00c6e728d
6 changed files with 129 additions and 261 deletions
|
@ -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
|
Loading…
Add table
Add a link
Reference in a new issue