summaryrefslogtreecommitdiffstats
path: root/LayoutTests/fast/dom/DeviceOrientation/create-event-expected.txt
diff options
context:
space:
mode:
Diffstat (limited to 'LayoutTests/fast/dom/DeviceOrientation/create-event-expected.txt')
-rw-r--r--LayoutTests/fast/dom/DeviceOrientation/create-event-expected.txt22
1 files changed, 22 insertions, 0 deletions
diff --git a/LayoutTests/fast/dom/DeviceOrientation/create-event-expected.txt b/LayoutTests/fast/dom/DeviceOrientation/create-event-expected.txt
new file mode 100644
index 0000000..33cf12b
--- /dev/null
+++ b/LayoutTests/fast/dom/DeviceOrientation/create-event-expected.txt
@@ -0,0 +1,22 @@
+Tests that document.createEvent() works with DeviceOrientationEvent.
+
+On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
+
+
+PASS typeof event == 'object' is true
+PASS 'type' in event is true
+PASS 'bubbles' in event is true
+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 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 successfullyParsed is true
+
+TEST COMPLETE
+