From f347dc0c9078227a8af85b02ebef82b34490f670 Mon Sep 17 00:00:00 2001 From: autofoolip Date: Fri, 1 Feb 2019 11:40:22 +0000 Subject: [PATCH] Bug 1523562 [wpt PR 15094] - Update interfaces/ambient-light.idl, a=testonly Automatic update from web-platform-tests Update interfaces/ambient-light.idl (#15094) Source: https://github.com/tidoust/reffy-reports/blob/71768cc/whatwg/idl/ambient-light.idl Build: https://travis-ci.org/tidoust/reffy-reports/builds/484671880 -- wpt-commits: 03d9fb9a2434b715a30c0440125fb55ce5df8d1d wpt-pr: 15094 --- testing/web-platform/tests/interfaces/ambient-light.idl | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/testing/web-platform/tests/interfaces/ambient-light.idl b/testing/web-platform/tests/interfaces/ambient-light.idl index e861cc561823..4e44c082b070 100644 --- a/testing/web-platform/tests/interfaces/ambient-light.idl +++ b/testing/web-platform/tests/interfaces/ambient-light.idl @@ -7,3 +7,7 @@ interface AmbientLightSensor : Sensor { readonly attribute double? illuminance; }; + +dictionary AmbientLightReadingValues { + required double? illuminance; +};