blob: 76f28713b815d961d8d86ecfdcfec8ccc0bbc08f [file] [log] [blame]
<!DOCTYPE html>
<html>
<body>
<script>
addEventListener("devicemotion", () => {});
internals.withUserGesture(() => {
DeviceMotionEvent.requestPermission().then((result) => {
top.postMessage(result, "*");
});
});
</script>
</body>
</html>