OLD | NEW |
(Empty) | |
| 1 <!DOCTYPE html> |
| 2 <html> |
| 3 <head> |
| 4 <script src="../../resources/testharness.js"></script> |
| 5 <script src="../../resources/testharnessreport.js"></script> |
| 6 <script> |
| 7 if (window.testRunner) { |
| 8 testRunner.dumpAsText(); |
| 9 testRunner.dumpChildFramesAsText(); |
| 10 } |
| 11 </script> |
| 12 </head> |
| 13 <iframe id="f1" src="about:blank" allow="vibrate"></iframe> |
| 14 <iframe id="f2" src="resources/feature-policy-vibrate-relocate-disabled.html" al
low="vibrate"></iframe> |
| 15 <script> |
| 16 document.getElementById("f1").src = "http://localhost:8000/feature-policy/resour
ces/feature-policy-vibrate-enabled.html"; |
| 17 </script> |
OLD | NEW |