summaryrefslogtreecommitdiffstats
path: root/LayoutTests/fast/dom/DeviceOrientation/create-event-expected.txt
blob: 33cf12b5643ed3b61188bf067cd3c3337c927cb9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
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