| Index: third_party/WebKit/LayoutTests/sensor/idl-Gyroscope.html
|
| diff --git a/third_party/WebKit/LayoutTests/sensor/idl-Gyroscope.html b/third_party/WebKit/LayoutTests/sensor/idl-Gyroscope.html
|
| index 30306327a0feec198d149be46c60ffd282bfa208..976ddf8eb0b0aaaf9853517c94136d804e5d932c 100644
|
| --- a/third_party/WebKit/LayoutTests/sensor/idl-Gyroscope.html
|
| +++ b/third_party/WebKit/LayoutTests/sensor/idl-Gyroscope.html
|
| @@ -5,7 +5,5 @@
|
| test(function() {
|
| // Test that Gyroscope interface exists
|
| assert_true('Gyroscope' in window);
|
| - // Test that GyroscopeReading interface exists
|
| - assert_true('GyroscopeReading' in window);
|
| -}, 'Test that the Gyroscope and GyroscopeReading interfaces are present.');
|
| +}, 'Test that the Gyroscope interface is present.');
|
| </script>
|
|
|