Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(664)

Unified Diff: third_party/WebKit/LayoutTests/device_orientation/motion/create-event.html

Issue 2758933002: Fix default initialization for DeviceMotionEvent.interval. (Closed)
Patch Set: Rebased. Created 3 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/device_orientation/motion/create-event-expected.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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>
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/device_orientation/motion/create-event-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698