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

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

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
Index: third_party/WebKit/LayoutTests/device_orientation/motion/create-event-expected.txt
diff --git a/third_party/WebKit/LayoutTests/device_orientation/motion/create-event-expected.txt b/third_party/WebKit/LayoutTests/device_orientation/motion/create-event-expected.txt
index 8492e24d54820c0d8ef716f5ee07840cb2cfb21c..6f882e49bf59bf5a30a285ccd7311a3000e019c4 100644
--- a/third_party/WebKit/LayoutTests/device_orientation/motion/create-event-expected.txt
+++ b/third_party/WebKit/LayoutTests/device_orientation/motion/create-event-expected.txt
@@ -23,7 +23,7 @@ PASS newEvent.cancelable is false
PASS typeof event.acceleration == 'object' is true
PASS typeof event.accelerationIncludingGravity == 'object' is true
PASS typeof event.rotationRate == 'object' is true
-PASS typeof event.interval == 'object' is true
+PASS typeof event.interval == 'number' is true
PASS successfullyParsed is true
TEST COMPLETE

Powered by Google App Engine
This is Rietveld 408576698