Support default toJSON in WebIDL

This commit is contained in:
Kagami Sascha Rosylight 2019-07-24 17:11:44 +09:00
parent 9a7e2663e8
commit 16b4e3446b
9 changed files with 106 additions and 155 deletions

View file

@ -282,36 +282,6 @@
[DOMMatrix interface: calling setMatrixValue(DOMString) on DOMMatrix.fromMatrix({is2D: false}) with too few arguments must throw TypeError]
expected: FAIL
[DOMPointReadOnly interface: operation toJSON()]
expected: FAIL
[DOMPointReadOnly interface: new DOMPointReadOnly() must inherit property "toJSON()" with the proper type]
expected: FAIL
[Test default toJSON operation of DOMPointReadOnly]
expected: FAIL
[DOMPointReadOnly interface: new DOMPoint() must inherit property "toJSON()" with the proper type]
expected: FAIL
[Test default toJSON operation of DOMPoint]
expected: FAIL
[DOMRectReadOnly interface: operation toJSON()]
expected: FAIL
[DOMRectReadOnly interface: new DOMRectReadOnly() must inherit property "toJSON()" with the proper type]
expected: FAIL
[Test default toJSON operation of DOMRectReadOnly]
expected: FAIL
[DOMRectReadOnly interface: new DOMRect() must inherit property "toJSON()" with the proper type]
expected: FAIL
[Test default toJSON operation of DOMRect]
expected: FAIL
[DOMRectList interface: existence and properties of interface object]
expected: FAIL
@ -339,42 +309,5 @@
[DOMRectList must be primary interface of [object DOMRect\]]
expected: FAIL
[DOMQuad interface: operation toJSON()]
expected: FAIL
[DOMQuad interface: new DOMQuad() must inherit property "toJSON()" with the proper type]
expected: FAIL
[Test default toJSON operation of DOMQuad]
expected: FAIL
[DOMMatrixReadOnly interface: operation toJSON()]
expected: FAIL
[DOMMatrixReadOnly interface: new DOMMatrixReadOnly() must inherit property "toJSON()" with the proper type]
expected: FAIL
[Test default toJSON operation of DOMMatrixReadOnly]
expected: FAIL
[Geometry APIs interface IDL tests]
expected: FAIL
[DOMPointReadOnly interface: default toJSON operation on new DOMPoint()]
expected: FAIL
[DOMPointReadOnly interface: default toJSON operation on new DOMPointReadOnly()]
expected: FAIL
[DOMRectReadOnly interface: default toJSON operation on new DOMRect()]
expected: FAIL
[DOMRectReadOnly interface: default toJSON operation on new DOMRectReadOnly()]
expected: FAIL
[DOMQuad interface: default toJSON operation on new DOMQuad()]
expected: FAIL
[DOMMatrixReadOnly interface: default toJSON operation on new DOMMatrixReadOnly()]
expected: FAIL

View file

@ -29,75 +29,8 @@
[DOMRectReadOnly interface: calling fromRect(DOMRectInit) on new DOMRect() with too few arguments must throw TypeError]
expected: FAIL
[DOMPointReadOnly interface: operation toJSON()]
expected: FAIL
[DOMPointReadOnly interface: new DOMPointReadOnly() must inherit property "toJSON()" with the proper type]
expected: FAIL
[Test default toJSON operation of DOMPointReadOnly]
expected: FAIL
[DOMPointReadOnly interface: new DOMPoint() must inherit property "toJSON()" with the proper type]
expected: FAIL
[Test default toJSON operation of DOMPoint]
expected: FAIL
[DOMRectReadOnly interface: operation toJSON()]
expected: FAIL
[DOMRectReadOnly interface: new DOMRectReadOnly() must inherit property "toJSON()" with the proper type]
expected: FAIL
[Test default toJSON operation of DOMRectReadOnly]
expected: FAIL
[DOMRectReadOnly interface: new DOMRect() must inherit property "toJSON()" with the proper type]
expected: FAIL
[Test default toJSON operation of DOMRect]
expected: FAIL
[DOMQuad interface: operation toJSON()]
expected: FAIL
[DOMQuad interface: new DOMQuad() must inherit property "toJSON()" with the proper type]
expected: FAIL
[Test default toJSON operation of DOMQuad]
expected: FAIL
[DOMMatrixReadOnly interface: operation toJSON()]
expected: FAIL
[DOMMatrixReadOnly interface: new DOMMatrixReadOnly() must inherit property "toJSON()" with the proper type]
expected: FAIL
[Test default toJSON operation of DOMMatrixReadOnly]
expected: FAIL
[Untitled]
expected: FAIL
[interfaces]
expected: FAIL
[DOMPointReadOnly interface: default toJSON operation on new DOMPoint()]
expected: FAIL
[DOMPointReadOnly interface: default toJSON operation on new DOMPointReadOnly()]
expected: FAIL
[DOMRectReadOnly interface: default toJSON operation on new DOMRect()]
expected: FAIL
[DOMRectReadOnly interface: default toJSON operation on new DOMRectReadOnly()]
expected: FAIL
[DOMQuad interface: default toJSON operation on new DOMQuad()]
expected: FAIL
[DOMMatrixReadOnly interface: default toJSON operation on new DOMMatrixReadOnly()]
expected: FAIL