From 7cdf37a1bc4d147f5248b057072d2c43f99cdd22 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Automat=20af=20Gr=C3=A4nssnitt?= Date: Mon, 19 Nov 2018 18:45:09 +0000 Subject: [PATCH] Bug 1506775 [wpt PR 14030] - Update interfaces/geometry.idl, a=testonly Automatic update from web-platform-testsUpdate interfaces/geometry.idl Source: https://github.com/tidoust/reffy-reports/blob/d154d27/whatwg/idl/geometry.idl Build: https://travis-ci.org/tidoust/reffy-reports/builds/454341146 -- wpt-commits: e66f3eb1314897562704d5df7bd435e1fbb2d99d wpt-pr: 14030 --- testing/web-platform/tests/interfaces/geometry.idl | 2 ++ 1 file changed, 2 insertions(+) diff --git a/testing/web-platform/tests/interfaces/geometry.idl b/testing/web-platform/tests/interfaces/geometry.idl index 733a111e38bb..b5b56e780542 100644 --- a/testing/web-platform/tests/interfaces/geometry.idl +++ b/testing/web-platform/tests/interfaces/geometry.idl @@ -156,6 +156,8 @@ interface DOMMatrixReadOnly { optional unrestricted double originX = 0, optional unrestricted double originY = 0, optional unrestricted double originZ = 0); + [NewObject] DOMMatrix scaleNonUniform(optional unrestricted double scaleX = 1, + optional unrestricted double scaleY = 1); [NewObject] DOMMatrix scale3d(optional unrestricted double scale = 1, optional unrestricted double originX = 0, optional unrestricted double originY = 0,