https://github.com/web-platform-tests/wpt
Revision 4091ab0f7cbcb304cdd5b1d1c30264b052359b38 authored by Florian Rivoal on 29 March 2018, 16:46:52 UTC, committed by L. David Baron on 29 March 2018, 16:46:52 UTC
Corresponding to the spec changes decided in https://github.com/w3c/csswg-drafts/issues/2000
1 parent afcd47b
Raw File
Tip revision: 4091ab0f7cbcb304cdd5b1d1c30264b052359b38 authored by Florian Rivoal on 29 March 2018, 16:46:52 UTC
[css-overflow-3] test the flow-relative overflow properties (#10233)
Tip revision: 4091ab0
Gyroscope_onerror-manual.https.html
<!DOCTYPE html>
<meta charset="utf-8">
<title>Gyroscope Test: onerror</title>
<link rel="author" title="Intel" href="http://www.intel.com">
<link rel="help" href="https://www.w3.org/TR/gyroscope/">
<script src="/resources/testharness.js"></script>
<script src="/resources/testharnessreport.js"></script>
<script src="/generic-sensor/generic-sensor-tests.js"></script>
<div id="log"></div>
<h2>Precondition</h2>
<ol>
  <li>
    Disable the Gyroscope Sensor or run test on a device without Gyroscope Sensor.
  </li>
</ol>
<script>

runGenericSensorOnerror(Gyroscope);

</script>
back to top