OLD | NEW |
1 <!DOCTYPE html> | 1 <!DOCTYPE html> |
2 <head> | 2 <title>Feature-Policy Vibrate Enabled</title> |
3 <title>Feature-Policy Vibrate Enabled</title> | 3 <script src="/resources/testharness.js"></script> |
4 <script src="/resources/testharness.js"></script> | 4 <script src="/resources/testharnessreport.js"></script> |
5 <script src="/resources/testharnessreport.js"></script> | |
6 </head> | |
7 <script> | 5 <script> |
8 test(function() { | 6 test(function() { |
9 assert_true(navigator.vibrate(200)); | 7 assert_true(navigator.vibrate(200)); |
10 }, 'Any iframe may call navigator.vibrate when enabled.'); | 8 }, 'Any iframe may call navigator.vibrate when enabled.'); |
11 </script> | 9 </script> |
OLD | NEW |