<!DOCTYPE html>
<html>
<head>
<title>Vibrate in cross-origin iframe is blocked.</title>
<script src="/resources/testharness.js"></script>
<script src="/resources/testharnessreport.js"></script>
<script>
if (window.testRunner) {
testRunner.dumpAsText();
testRunner.dumpChildFrames();
}
</script>
</head>
<iframe id="iframe" src="http://localhost:8000/security/vibration/resources/vibrate-in-cross-origin-iframe-blocked.html"></iframe>
<script>
fetch_tests_from_window(document.getElementById("iframe").contentWindow);
</script>
</html>