| Index: third_party/WebKit/LayoutTests/device_orientation/motion/create-event.html
|
| diff --git a/third_party/WebKit/LayoutTests/device_orientation/motion/create-event.html b/third_party/WebKit/LayoutTests/device_orientation/motion/create-event.html
|
| index 980c7aaf7d21faa34dea2d8ab00c8ce5824c27ca..e96b99f9a7dc53a5c6eac27ebbef4c47270fbf5a 100644
|
| --- a/third_party/WebKit/LayoutTests/device_orientation/motion/create-event.html
|
| +++ b/third_party/WebKit/LayoutTests/device_orientation/motion/create-event.html
|
| @@ -36,7 +36,7 @@ shouldBeFalse("newEvent.cancelable");
|
| shouldBeTrue("typeof event.acceleration == 'object'");
|
| shouldBeTrue("typeof event.accelerationIncludingGravity == 'object'");
|
| shouldBeTrue("typeof event.rotationRate == 'object'");
|
| -shouldBeTrue("typeof event.interval == 'object'");
|
| +shouldBeTrue("typeof event.interval == 'number'");
|
|
|
| </script>
|
| </body>
|
|
|