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

Unified Diff: third_party/WebKit/LayoutTests/fast/dom/DeviceOrientation/create-event-expected.txt

Issue 1737443002: Make DeviceOrientationEvent.prototype.absolute non-nullable (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: address feedback Created 4 years, 10 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/fast/dom/DeviceOrientation/create-event-expected.txt
diff --git a/third_party/WebKit/LayoutTests/fast/dom/DeviceOrientation/create-event-expected.txt b/third_party/WebKit/LayoutTests/fast/dom/DeviceOrientation/create-event-expected.txt
index 2b6eaf958cce228c03870b35e02c21912ec77e9f..4cd23e5c19ed27ecc1509abc360aaca671b1424a 100644
--- a/third_party/WebKit/LayoutTests/fast/dom/DeviceOrientation/create-event-expected.txt
+++ b/third_party/WebKit/LayoutTests/fast/dom/DeviceOrientation/create-event-expected.txt
@@ -18,7 +18,7 @@ PASS typeof event.cancelable == 'boolean' is true
PASS typeof event.alpha == 'object' is true
PASS typeof event.beta == 'object' is true
PASS typeof event.gamma == 'object' is true
-PASS typeof event.absolute == 'object' is true
+PASS typeof event.absolute == 'boolean' is true
PASS newEvent.type is "deviceorientation"
PASS newEvent.bubbles is false
PASS newEvent.cancelable is false

Powered by Google App Engine
This is Rietveld 408576698