blob: 9296c33bc753b9325023ba3fb098485407b2d8a7 [file] [log] [blame]
<!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.dumpChildFramesAsText();
}
</script>
</head>
<iframe id="iframe" src="http://localhost:8000/security/resources/cross-origin-iframe-for-vibrate-blocked.html"></iframe>
</html>