servo/tests/wpt/web-platform-tests/ambient-light/AmbientLightSensor.js

5 lines
105 B
JavaScript

(function() {
test(function() {
assert_true(false);
}, 'Test suite not implemented yet.');
})();