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