| Index: third_party/WebKit/LayoutTests/sensor/idl-Accelerometer.html
|
| diff --git a/third_party/WebKit/LayoutTests/sensor/idl-Accelerometer.html b/third_party/WebKit/LayoutTests/sensor/idl-Accelerometer.html
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..891d1e727abd1b1a1709e8c125f2179e9f1c0380
|
| --- /dev/null
|
| +++ b/third_party/WebKit/LayoutTests/sensor/idl-Accelerometer.html
|
| @@ -0,0 +1,12 @@
|
| +<!DOCTYPE html>
|
| +<script src="../resources/testharness.js"></script>
|
| +<script src="../resources/testharnessreport.js"></script>
|
| +<script>
|
| +test(function() {
|
| + // Test that Accelerometer interface exists
|
| + assert_true('Accelerometer' in window);
|
| + // Test that AccelerometerReading interface exists
|
| + assert_true('AccelerometerReading' in window);
|
| +}, 'Test that the Accelerometer and AccelerometerReading interfaces'
|
| + + ' are present.');
|
| +</script>
|
|
|