blob: 74ebd11af97835a9973186ff9a61131550bf54c3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
// META: script=/resources/WebIDLParser.js
// META: script=/resources/idlharness.js
// https://w3c.github.io/device-posture/
'use strict';
idl_test(["device-posture"], ["html", "dom", "webidl"], (idl_array) => {
idl_array.add_objects({
DevicePosture: ["navigator.devicePosture"],
});
});
|