mirror of
https://github.com/servo/servo.git
synced 2025-10-04 02:29:12 +01:00
Implement DOMPoint.fromPoint
This commit is contained in:
parent
5f477707a1
commit
40dbb2c100
19 changed files with 30 additions and 133 deletions
|
@ -1,7 +0,0 @@
|
|||
[transitionevent-interface.html]
|
||||
[elapsedTime set to undefined]
|
||||
expected: FAIL
|
||||
|
||||
[propertyName set to undefined]
|
||||
expected: FAIL
|
||||
|
|
@ -1,10 +1,4 @@
|
|||
[DOMMatrixInit-validate-fixup.html]
|
||||
[{is2D: undefined} (2d)]
|
||||
expected: FAIL
|
||||
|
||||
[{b: 0, m12: undefined} (2d)]
|
||||
expected: FAIL
|
||||
|
||||
[{f: NaN, m42: NaN} (2d)]
|
||||
expected: FAIL
|
||||
|
||||
|
|
|
@ -1,26 +0,0 @@
|
|||
[DOMPoint-001.html]
|
||||
type: testharness
|
||||
[testConstructorDictionary2undefined]
|
||||
expected: FAIL
|
||||
|
||||
[testConstructorDictionary3]
|
||||
expected: FAIL
|
||||
|
||||
[testConstructorDictionary4]
|
||||
expected: FAIL
|
||||
|
||||
[testConstructorDictionary5]
|
||||
expected: FAIL
|
||||
|
||||
[testConstructorDictionary2irregular]
|
||||
expected: FAIL
|
||||
|
||||
[testConstructorDOMPoint]
|
||||
expected: FAIL
|
||||
|
||||
[testConstructorIllegal1]
|
||||
expected: FAIL
|
||||
|
||||
[testConstructorIllegal2]
|
||||
expected: FAIL
|
||||
|
|
@ -1,55 +1,7 @@
|
|||
[DOMPoint-002.html]
|
||||
[test DOMPoint fromPoint with empty object]
|
||||
expected: FAIL
|
||||
|
||||
[test DOMPoint fromPoint with x]
|
||||
expected: FAIL
|
||||
|
||||
[test DOMPoint fromPoint with x, y]
|
||||
expected: FAIL
|
||||
|
||||
[test DOMPoint fromPoint with x, y, z]
|
||||
expected: FAIL
|
||||
|
||||
[test DOMPoint fromPoint with x, y, z, w]
|
||||
expected: FAIL
|
||||
|
||||
[test DOMPoint fromPoint with x, y, z, w, v]
|
||||
expected: FAIL
|
||||
|
||||
[test DOMPoint fromPoint with x, z]
|
||||
expected: FAIL
|
||||
|
||||
[test DOMPoint fromPoint with undefined value]
|
||||
expected: FAIL
|
||||
|
||||
[test DOMPoint matrixTransform]
|
||||
expected: FAIL
|
||||
|
||||
[test DOMPointReadOnly fromPoint with empty object]
|
||||
expected: FAIL
|
||||
|
||||
[test DOMPointReadOnly fromPoint with x]
|
||||
expected: FAIL
|
||||
|
||||
[test DOMPointReadOnly fromPoint with x, y]
|
||||
expected: FAIL
|
||||
|
||||
[test DOMPointReadOnly fromPoint with x, y, z]
|
||||
expected: FAIL
|
||||
|
||||
[test DOMPointReadOnly fromPoint with x, y, z, w]
|
||||
expected: FAIL
|
||||
|
||||
[test DOMPointReadOnly fromPoint with x, y, z, w, v]
|
||||
expected: FAIL
|
||||
|
||||
[test DOMPointReadOnly fromPoint with x, z]
|
||||
expected: FAIL
|
||||
|
||||
[test DOMPointReadOnly fromPoint with undefined value]
|
||||
expected: FAIL
|
||||
|
||||
[test DOMPointReadOnly matrixTransform]
|
||||
expected: FAIL
|
||||
|
||||
|
|
|
@ -213,15 +213,9 @@
|
|||
[PseudoElement interface object name]
|
||||
expected: FAIL
|
||||
|
||||
[DOMPointReadOnly interface: operation fromPoint(DOMPointInit)]
|
||||
expected: FAIL
|
||||
|
||||
[DOMPointReadOnly interface: operation matrixTransform(DOMMatrixInit)]
|
||||
expected: FAIL
|
||||
|
||||
[DOMPointReadOnly interface: calling fromPoint(DOMPointInit) on new DOMPointReadOnly() with too few arguments must throw TypeError]
|
||||
expected: FAIL
|
||||
|
||||
[DOMPointReadOnly interface: new DOMPointReadOnly() must inherit property "matrixTransform(DOMMatrixInit)" with the proper type]
|
||||
expected: FAIL
|
||||
|
||||
|
@ -231,15 +225,6 @@
|
|||
[DOMPoint interface: legacy window alias]
|
||||
expected: FAIL
|
||||
|
||||
[DOMPoint interface: operation fromPoint(DOMPointInit)]
|
||||
expected: FAIL
|
||||
|
||||
[DOMPoint interface: calling fromPoint(DOMPointInit) on new DOMPoint() with too few arguments must throw TypeError]
|
||||
expected: FAIL
|
||||
|
||||
[DOMPointReadOnly interface: calling fromPoint(DOMPointInit) on new DOMPoint() with too few arguments must throw TypeError]
|
||||
expected: FAIL
|
||||
|
||||
[DOMPointReadOnly interface: new DOMPoint() must inherit property "matrixTransform(DOMMatrixInit)" with the proper type]
|
||||
expected: FAIL
|
||||
|
||||
|
|
|
@ -1,28 +1,13 @@
|
|||
[interfaces.worker.html]
|
||||
[DOMPointReadOnly interface: operation fromPoint(DOMPointInit)]
|
||||
expected: FAIL
|
||||
|
||||
[DOMPointReadOnly interface: operation matrixTransform(DOMMatrixInit)]
|
||||
expected: FAIL
|
||||
|
||||
[DOMPointReadOnly interface: calling fromPoint(DOMPointInit) on new DOMPointReadOnly() with too few arguments must throw TypeError]
|
||||
expected: FAIL
|
||||
|
||||
[DOMPointReadOnly interface: new DOMPointReadOnly() must inherit property "matrixTransform(DOMMatrixInit)" with the proper type]
|
||||
expected: FAIL
|
||||
|
||||
[DOMPointReadOnly interface: calling matrixTransform(DOMMatrixInit) on new DOMPointReadOnly() with too few arguments must throw TypeError]
|
||||
expected: FAIL
|
||||
|
||||
[DOMPoint interface: operation fromPoint(DOMPointInit)]
|
||||
expected: FAIL
|
||||
|
||||
[DOMPoint interface: calling fromPoint(DOMPointInit) on new DOMPoint() with too few arguments must throw TypeError]
|
||||
expected: FAIL
|
||||
|
||||
[DOMPointReadOnly interface: calling fromPoint(DOMPointInit) on new DOMPoint() with too few arguments must throw TypeError]
|
||||
expected: FAIL
|
||||
|
||||
[DOMPointReadOnly interface: new DOMPoint() must inherit property "matrixTransform(DOMMatrixInit)" with the proper type]
|
||||
expected: FAIL
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue