• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1Tests that document.createEvent() works with DeviceOrientationEvent.
2
3On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
4
5
6PASS typeof event == 'object' is true
7PASS 'type' in event is true
8PASS 'bubbles' in event is true
9PASS 'cancelable' in event is true
10PASS 'alpha' in event is true
11PASS 'beta' in event is true
12PASS 'gamma' in event is true
13PASS typeof event.type == 'string' is true
14PASS typeof event.bubbles == 'boolean' is true
15PASS typeof event.cancelable == 'boolean' is true
16PASS typeof event.alpha == 'object' is true
17PASS typeof event.beta == 'object' is true
18PASS typeof event.gamma == 'object' is true
19PASS successfullyParsed is true
20
21TEST COMPLETE
22
23