chromium/third_party/blink/web_tests/http/tests/security/vibration/resources/vibrate-in-cross-origin-iframe-blocked.html

<!DOCTYPE html>
<html>
<head>
    <script src="/resources/testharness.js"></script>
    <script src="/resources/testharnessreport.js"></script>
</head>
<body>
    <script>
        test(function () {
            assert_false(navigator.vibrate(200));
        }, "A cross-origin iframe may not call navigator.vibrate: https://www.chromestatus.com/feature/5682658461876224.");
    </script>
</body>
</html>