| 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
|
| index 62a7bdc474008b615859b097d7efffbcb4fd327a..f7f8eed872fbfa0b77bb6f5321922a4d55155f27 100644
|
| --- a/third_party/WebKit/LayoutTests/sensor/idl-Magnetometer.html
|
| +++ b/third_party/WebKit/LayoutTests/sensor/idl-Magnetometer.html
|
| @@ -6,9 +6,6 @@
|
| 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.');
|
| +}, 'Test that the Magnetometer interface is present.');
|
|
|
| </script>
|
|
|