OLD | NEW |
---|---|
(Empty) | |
1 <!DOCTYPE html> | |
timvolodine
2016/09/19 16:37:32
no expectations txt files anywhere?
| |
2 <script src="../resources/testharness.js"></script> | |
3 <script src="../resources/testharnessreport.js"></script> | |
4 <script> | |
5 test(function() { | |
6 // Test that AmbientLightSensor interface exists | |
7 assert_true(new AmbientLightSensor() instanceof AmbientLightSensor); | |
timvolodine
2016/09/19 16:37:32
nit: or as alternative maybe AmbientLightSensor in
| |
8 }, 'AmbientLightSensor IDL test'); | |
9 </script> | |
OLD | NEW |