mirror of
https://github.com/servo/servo.git
synced 2025-07-19 13:23:46 +01:00
17 lines
351 B
JavaScript
17 lines
351 B
JavaScript
// META: script=/resources/WebIDLParser.js
|
|
// META: script=/resources/idlharness.js
|
|
|
|
// https://w3c.github.io/proximity/
|
|
|
|
'use strict';
|
|
|
|
idl_test(
|
|
['proximity'],
|
|
['generic-sensor','dom'],
|
|
idl_array => {
|
|
idl_array.add_objects({
|
|
ProximitySensor: ['new ProximitySensor();']
|
|
});
|
|
},
|
|
'Test IDL implementation of Proximity Sensor'
|
|
);
|