|  | <!DOCTYPE html> | 
|  | <meta charset="utf-8"> | 
|  | <title>OrientationSensor Test</title> | 
|  | <meta name="timeout" content="long"> | 
|  | <link rel="author" title="Intel" href="http://www.intel.com"> | 
|  | <link rel="help" href="https://w3c.github.io/orientation-sensor/"> | 
|  | <link rel="help" href="https://w3c.github.io/sensors/"> | 
|  | <script src="/resources/testharness.js"></script> | 
|  | <script src="/resources/testharnessreport.js"></script> | 
|  | <script src="/resources/testdriver.js?feature=bidi"></script> | 
|  | <script src="/resources/testdriver-vendor.js"></script> | 
|  | <script src="/page-visibility/resources/window_state_context.js"></script> | 
|  | <script src="/generic-sensor/resources/generic-sensor-helpers.js"></script> | 
|  | <script src="/generic-sensor/generic-sensor-tests.js"></script> | 
|  | <script src="/orientation-sensor/orientation-sensor-tests.js"></script> | 
|  | <script src="resources/sensor-data.js"></script> | 
|  | <script> | 
|  |  | 
|  | 'use strict'; | 
|  |  | 
|  | runGenericSensorTests(kAbsoluteOrientationSensorData, kOrientationReadings); | 
|  |  | 
|  | runOrientationSensorTests(kAbsoluteOrientationSensorData, kOrientationReadings); | 
|  |  | 
|  | </script> |