Bug 1186265 - DOMQuad now fails further along in this test. r=bz draft
authorBlake Kaplan <mrbkap@gmail.com>
Tue, 22 May 2018 16:16:07 -0700
changeset 798534 8518afa5fbbeedb8ca142342011659019197c2e4
parent 798533 bf778c665e50ec35db2cd7c4767ed30dbb100408
push id110780
push userbmo:mrbkap@mozilla.com
push dateWed, 23 May 2018 00:16:21 +0000
reviewersbz
bugs1186265
milestone62.0a1
Bug 1186265 - DOMQuad now fails further along in this test. r=bz DOMQuad needs to be updated so that the bounds are returned via a function instead of an attribute (which will allow us to use the default toJSON function for it). That can happen in a followup bug. MozReview-Commit-ID: EP3dW9ucntv
testing/web-platform/meta/css/geometry/interfaces.html.ini
--- a/testing/web-platform/meta/css/geometry/interfaces.html.ini
+++ b/testing/web-platform/meta/css/geometry/interfaces.html.ini
@@ -1115,8 +1115,17 @@
   [DOMMatrixReadOnly interface: DOMMatrix.fromMatrix({is2D: false}) must inherit property "transformPoint(DOMPointInit)" with the proper type]
     expected: FAIL
 
   [DOMMatrixReadOnly interface: DOMMatrix.fromMatrix({is2D: false}) must inherit property "toFloat32Array()" with the proper type]
     expected: FAIL
 
   [DOMMatrixReadOnly interface: DOMMatrix.fromMatrix({is2D: false}) must inherit property "toFloat64Array()" with the proper type]
     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