Home | History | Annotate | Download | only in script-tests

Lines Matching refs:null

1 description('Tests the optional properties of DeviceOrientationEvent. Each property should be null if not set, or set to null or undefined.');
6 shouldBeTrue("event.alpha == null");
7 shouldBeTrue("event.beta == null");
8 shouldBeTrue("event.gamma == null");
16 shouldBeTrue("event.alpha == null");
17 shouldBeTrue("event.beta == null");
18 shouldBeTrue("event.gamma == null");
26 shouldBeTrue("event.alpha == null");
27 shouldBeTrue("event.beta == null");
28 shouldBeTrue("event.gamma == null");
35 evalAndLog("event.initDeviceOrientationEvent('', false, false, null, null, null)");
36 shouldBeTrue("event.alpha == null");
37 shouldBeTrue("event.beta == null");
38 shouldBeTrue("event.gamma == null");