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

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

Issue 22599005: Blink-side layout tests for the new Device Orientation API. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: rebased once more Created 7 years, 3 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: LayoutTests/fast/dom/DeviceOrientation/create-event-expected.txt
diff --git a/LayoutTests/fast/dom/DeviceOrientation/create-event-expected.txt b/LayoutTests/fast/dom/DeviceOrientation/create-event-expected.txt
index 33cf12b5643ed3b61188bf067cd3c3337c927cb9..4d27a58c73653aed3f0bdb4d7938b93a12e6fb71 100644
--- a/LayoutTests/fast/dom/DeviceOrientation/create-event-expected.txt
+++ b/LayoutTests/fast/dom/DeviceOrientation/create-event-expected.txt
@@ -10,12 +10,14 @@ PASS 'cancelable' in event is true
PASS 'alpha' in event is true
PASS 'beta' in event is true
PASS 'gamma' in event is true
+PASS 'absolute' in event is true
PASS typeof event.type == 'string' is true
PASS typeof event.bubbles == 'boolean' is true
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 successfullyParsed is true
TEST COMPLETE

Powered by Google App Engine
This is Rietveld 408576698