mirror of
https://github.com/servo/servo.git
synced 2025-08-25 07:08:21 +01:00
Add DOMMatrix.prototype.scaleNonUniform
This commit is contained in:
parent
f4ff9e2eeb
commit
ebdb1067ca
6 changed files with 13 additions and 32 deletions
|
@ -1,4 +0,0 @@
|
|||
[DOMMatrix-002.html]
|
||||
[test scaleNonUniform() doesn't mutate]
|
||||
expected: FAIL
|
||||
|
|
@ -5,13 +5,3 @@
|
|||
|
||||
[test rotateAxisAngle() ]
|
||||
expected: FAIL
|
||||
|
||||
[test scaleNonUniform() with sx]
|
||||
expected: FAIL
|
||||
|
||||
[test scaleNonUniform() with sx, sy]
|
||||
expected: FAIL
|
||||
|
||||
[test scaleNonUniform()]
|
||||
expected: FAIL
|
||||
|
||||
|
|
|
@ -375,15 +375,6 @@
|
|||
[Geometry APIs interface IDL tests]
|
||||
expected: FAIL
|
||||
|
||||
[DOMMatrixReadOnly interface: calling scaleNonUniform(unrestricted double, unrestricted double) on new DOMMatrixReadOnly() with too few arguments must throw TypeError]
|
||||
expected: FAIL
|
||||
|
||||
[DOMMatrixReadOnly interface: new DOMMatrixReadOnly() must inherit property "scaleNonUniform(unrestricted double, unrestricted double)" with the proper type]
|
||||
expected: FAIL
|
||||
|
||||
[DOMMatrixReadOnly interface: operation scaleNonUniform(unrestricted double, unrestricted double)]
|
||||
expected: FAIL
|
||||
|
||||
[DOMPointReadOnly interface: default toJSON operation on new DOMPoint()]
|
||||
expected: FAIL
|
||||
|
||||
|
|
|
@ -98,15 +98,6 @@
|
|||
[interfaces]
|
||||
expected: FAIL
|
||||
|
||||
[DOMMatrixReadOnly interface: calling scaleNonUniform(unrestricted double, unrestricted double) on new DOMMatrixReadOnly() with too few arguments must throw TypeError]
|
||||
expected: FAIL
|
||||
|
||||
[DOMMatrixReadOnly interface: new DOMMatrixReadOnly() must inherit property "scaleNonUniform(unrestricted double, unrestricted double)" with the proper type]
|
||||
expected: FAIL
|
||||
|
||||
[DOMMatrixReadOnly interface: operation scaleNonUniform(unrestricted double, unrestricted double)]
|
||||
expected: FAIL
|
||||
|
||||
[DOMPointReadOnly interface: default toJSON operation on new DOMPoint()]
|
||||
expected: FAIL
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue