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 |