blob: 4fdb34be1e232066d531027e2fb7569a5ef815df [file] [log] [blame]
<!DOCTYPE html>
<head>
<title>Feature-Policy Vibrate Disabled</title>
<script src="/resources/testharness.js"></script>
<script src="/resources/testharnessreport.js"></script>
</head>
<script>
test(function() {
assert_false(navigator.vibrate(200));
}, 'No iframe may call navigator.vibrate when disabled.');
</script>