| Index: third_party/WebKit/LayoutTests/sensor/idl-AmbientLightSensor.html
|
| diff --git a/third_party/WebKit/LayoutTests/sensor/idl-AmbientLightSensor.html b/third_party/WebKit/LayoutTests/sensor/idl-AmbientLightSensor.html
|
| index 660772f70ceb2c0bf43fefffa79d263690b675bf..cf43db92b52e92fa0923260cd8681ef344f2ff87 100644
|
| --- a/third_party/WebKit/LayoutTests/sensor/idl-AmbientLightSensor.html
|
| +++ b/third_party/WebKit/LayoutTests/sensor/idl-AmbientLightSensor.html
|
| @@ -6,9 +6,6 @@
|
| test(function() {
|
| // Test that AmbientLightSensor interface exists
|
| assert_true('AmbientLightSensor' in window);
|
| - // Test that AmbientLightSensorReading interface exists
|
| - assert_true('AmbientLightSensorReading' in window);
|
| -}, 'Test that the AmbientLightSensor and AmbientLightSensorReading interfaces'
|
| - + ' are present.');
|
| +}, 'Test that the AmbientLightSensor interface is present');
|
|
|
| </script>
|
|
|