| 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
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..660772f70ceb2c0bf43fefffa79d263690b675bf
|
| --- /dev/null
|
| +++ b/third_party/WebKit/LayoutTests/sensor/idl-AmbientLightSensor.html
|
| @@ -0,0 +1,14 @@
|
| +<!DOCTYPE html>
|
| +<script src="../resources/testharness.js"></script>
|
| +<script src="../resources/testharnessreport.js"></script>
|
| +<script>
|
| +
|
| +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.');
|
| +
|
| +</script>
|
|
|