summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/ambient-light/AmbientLightSensor.js
blob: 5a1f8ea2ff59891619b9ca8b4ddeee868a23adb5 (plain)
1
2
3
4
5
(function() {
  test(function() {
    assert_true(false);
  }, 'Test suite not implemented yet.');
})();